From 4b31ef06275ad423e48a75d15fb0ee21c3127e3c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Nov 2016 15:28:47 +0200 Subject: Fix escaping issue, propagate quoting for $ and ( tokens --- unit-tests/lexer/quoting.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unit-tests') 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] EOO @@ -58,7 +58,7 @@ EOO : $* <'"foo$"' >>EOO 'foo' [D/P] -$ +$ [D/C] '' [D/P] EOO -- cgit v1.1