diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-29 15:28:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-29 15:28:47 +0200 |
commit | 4b31ef06275ad423e48a75d15fb0ee21c3127e3c (patch) | |
tree | 7cb5b1358dcb7c1650215ad319593f485d9a0caa /unit-tests/lexer | |
parent | 97d5397a8079fc0ece521e0c36e313043bc22b12 (diff) |
Fix escaping issue, propagate quoting for $ and ( tokens
Diffstat (limited to 'unit-tests/lexer')
-rw-r--r-- | unit-tests/lexer/quoting.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/lexer/quoting.test b/unit-tests/lexer/quoting.test index aab02c3..efe5e05 100644 --- a/unit-tests/lexer/quoting.test +++ b/unit-tests/lexer/quoting.test @@ -48,7 +48,7 @@ EOO : $* <'"$foo"' >>EOO '' [D/P] -$ +$ [D/C] 'foo' [D/P] <newline> EOO @@ -58,7 +58,7 @@ EOO : $* <'"foo$"' >>EOO 'foo' [D/P] -$ +$ [D/C] '' [D/P] <newline> EOO |