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/buildfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/quote/buildfile') diff --git a/tests/quote/buildfile b/tests/quote/buildfile index 931bc36..6dd22b4 100644 --- a/tests/quote/buildfile +++ b/tests/quote/buildfile @@ -15,4 +15,8 @@ print "[ $bar ]" print "[ $foo $bar ]" print "[ $foo/$bar ]" +print $foo'bar' +print $foo"$bar" +print "$foo"bar + ./: -- cgit v1.1