summaryrefslogtreecommitdiff
path: root/tests/literal-test.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-09-20 18:18:26 -0400
committerKyle Gunger <corechg@gmail.com>2020-09-20 18:18:26 -0400
commit4adc90d9a8e48a5c1841874cae0cb30c3deee6e1 (patch)
tree4025660d2f9cf825a3b6bf080c590f02405657bf /tests/literal-test.tnsl
parent99a037c68522a9ff74449a6aa41c546d85d1bc15 (diff)
Basic updates
- Move preprocessor to it's own file - Begin working on new delimiters - Begin working on blocks in the tree
Diffstat (limited to 'tests/literal-test.tnsl')
-rw-r--r--tests/literal-test.tnsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/literal-test.tnsl b/tests/literal-test.tnsl
index b447e57..e3b73da 100644
--- a/tests/literal-test.tnsl
+++ b/tests/literal-test.tnsl
@@ -1,6 +1,6 @@
# These should all work
-;string s = "\""
-;string st="\\"
+;[]char s = "\""
+;[]char st="\\"
;int i = 0
;int j=1