diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-25 11:19:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-25 11:19:40 +0200 |
commit | a3dad2118fb3925ef4f9baa90cea0dfd44ca93c6 (patch) | |
tree | 54748b5d85cab7bfb70a7baf66fe902c82cf3d66 /unit-tests/test/script/parser/here-string.test | |
parent | 28f8338ded34f160e0083da9be4679bc778be7ca (diff) |
Allow here-document end marker to be wholly quoted
Diffstat (limited to 'unit-tests/test/script/parser/here-string.test')
-rw-r--r-- | unit-tests/test/script/parser/here-string.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/test/script/parser/here-string.test b/unit-tests/test/script/parser/here-string.test index 9f44bb2..9c4b68b 100644 --- a/unit-tests/test/script/parser/here-string.test +++ b/unit-tests/test/script/parser/here-string.test @@ -1,11 +1,11 @@ $* <<EOI >>EOO # empty cmd <"" EOI -cmd <"" +cmd <'' EOO $* <<EOI >>EOO # empty-nn cmd <:"" EOI -cmd <:"" +cmd <:'' EOO |