diff options
author | Araq <rumpf_a@web.de> | 2015-04-10 12:24:45 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-04-10 14:03:48 +0200 |
commit | 10c1d7f519ad2dc5b971449a21052c50ef98757f (patch) | |
tree | bb1970a031480b66d47291b8d24d74e4abdeb744 /tests | |
parent | 3a9500f7b102c4cfd10dd551e0c4b40449492351 (diff) | |
download | Nim-10c1d7f519ad2dc5b971449a21052c50ef98757f.tar.gz |
minor lexer cleanups; fixes #2504
Diffstat (limited to 'tests')
-rw-r--r-- | tests/macros/ttryparseexpr.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/macros/ttryparseexpr.nim b/tests/macros/ttryparseexpr.nim index af932eb7d..c7bbc8e5b 100644 --- a/tests/macros/ttryparseexpr.nim +++ b/tests/macros/ttryparseexpr.nim @@ -15,5 +15,6 @@ const valid = 45 a = test("foo&&") b = test("valid") + c = test("\"") # bug #2504 echo a, " ", b |