summary refs log tree commit diff stats
path: root/tests/macros
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-04-10 12:24:45 +0200
committerAraq <rumpf_a@web.de>2015-04-10 14:03:48 +0200
commit10c1d7f519ad2dc5b971449a21052c50ef98757f (patch)
treebb1970a031480b66d47291b8d24d74e4abdeb744 /tests/macros
parent3a9500f7b102c4cfd10dd551e0c4b40449492351 (diff)
downloadNim-10c1d7f519ad2dc5b971449a21052c50ef98757f.tar.gz
minor lexer cleanups; fixes #2504
Diffstat (limited to 'tests/macros')
-rw-r--r--tests/macros/ttryparseexpr.nim1
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