diff options
Diffstat (limited to 'tests/literal-test.tnsl')
-rw-r--r-- | tests/literal-test.tnsl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/literal-test.tnsl b/tests/literal-test.tnsl index 1841159..73f5f77 100644 --- a/tests/literal-test.tnsl +++ b/tests/literal-test.tnsl @@ -15,8 +15,8 @@ #/ # These should all work -;[]char s = "\"" -;[]char st="\\" +;{}char s = "\"" +;{}char st="\\" ;int i = 0 ;int j=1 @@ -40,4 +40,5 @@ ;int k = .1 -;int l = 0x01
\ No newline at end of file +;int l = 0x01 + |