diff options
Diffstat (limited to 'testsuite/bc_strings.bc')
-rw-r--r-- | testsuite/bc_strings.bc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/bc_strings.bc b/testsuite/bc_strings.bc new file mode 100644 index 0000000..1cb7d6a --- /dev/null +++ b/testsuite/bc_strings.bc @@ -0,0 +1,12 @@ +"string" +"another string" +"yet +another +string" +"noescapes\n" +"newline +" +print "string" +print "newline\n" + +print "\\\e\n" |