From e3b6dc455ab5c98606e38983bd19426ae346f469 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Sep 2015 10:20:52 +0200 Subject: Reimplement double quote lexing to avoid "implied quote" trick --- tests/quote/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/quote/test.sh') diff --git a/tests/quote/test.sh b/tests/quote/test.sh index 145ea6b..b898b3c 100755 --- a/tests/quote/test.sh +++ b/tests/quote/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -valgrind -q b -q | diff test.out - +valgrind -q b -q | diff -u test.out - -- cgit v1.1