aboutsummaryrefslogtreecommitdiffstats
path: root/tests/constants/strings.bdl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/constants/strings.bdl')
-rw-r--r--tests/constants/strings.bdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/constants/strings.bdl b/tests/constants/strings.bdl
new file mode 100644
index 0000000..9b1d687
--- /dev/null
+++ b/tests/constants/strings.bdl
@@ -0,0 +1,5 @@
1(print "abc")
2(print "test this longer string")
3(print "escape\na\nnewline")
4(print "escape\ttab\tcharacters")
5(print "with type :str":str)