diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-09 10:20:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-09 10:20:52 +0200 |
commit | e3b6dc455ab5c98606e38983bd19426ae346f469 (patch) | |
tree | 62f145eac81c7c6f955ca9e63df17aa07c392c11 /tests/quote/buildfile | |
parent | ccca13f8eadef31f2df873cb505ebca98501c45a (diff) |
Reimplement double quote lexing to avoid "implied quote" trick
Diffstat (limited to 'tests/quote/buildfile')
-rw-r--r-- | tests/quote/buildfile | 4 |
1 files changed, 4 insertions, 0 deletions
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 + ./: |