aboutsummaryrefslogtreecommitdiffstats
path: root/tests/constants/strings.bdl
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2022-02-01 18:36:52 +0100
committerBad Diode <bd@badd10de.dev>2022-02-01 18:36:52 +0100
commitee1a5de91c875fb66724dc21c02333bfebe2a812 (patch)
treed3eaa226816d295bb9dc48a2aed27044832ec413 /tests/constants/strings.bdl
parent3156265c7b2da8cc43fee996c0518ea274d39c8a (diff)
downloadbdl-ee1a5de91c875fb66724dc21c02333bfebe2a812.tar.gz
bdl-ee1a5de91c875fb66724dc21c02333bfebe2a812.zip
Add new syntax to lexer and prepare refactor
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)