Skip to content

Commit af5c8bd

Browse files
committed
Add test for USR <string>
1 parent b2a6c5a commit af5c8bd

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

tests/runtime/cases/usr_str.bas

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include "lib/tst_framework.bas"
2+
3+
INIT("Testing USR <string>")
4+
PRINT USR "a"
5+
PRINT USR "A"
6+
PRINT USR "\a"
7+
PRINT USR "\A"
8+
9+
FINISH
6.75 KB
Binary file not shown.

tests/runtime/usr_str.bas

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)