aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bc_strings.bc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/bc_strings.bc')
-rw-r--r--testsuite/bc_strings.bc12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/bc_strings.bc b/testsuite/bc_strings.bc
new file mode 100644
index 000000000..1cb7d6a61
--- /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"