aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/command-re-parse.test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-25 11:19:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-25 11:19:40 +0200
commita3dad2118fb3925ef4f9baa90cea0dfd44ca93c6 (patch)
tree54748b5d85cab7bfb70a7baf66fe902c82cf3d66 /unit-tests/test/script/parser/command-re-parse.test
parent28f8338ded34f160e0083da9be4679bc778be7ca (diff)
Allow here-document end marker to be wholly quoted
Diffstat (limited to 'unit-tests/test/script/parser/command-re-parse.test')
-rw-r--r--unit-tests/test/script/parser/command-re-parse.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/test/script/parser/command-re-parse.test b/unit-tests/test/script/parser/command-re-parse.test
index 3b9ae3e..aee4f78 100644
--- a/unit-tests/test/script/parser/command-re-parse.test
+++ b/unit-tests/test/script/parser/command-re-parse.test
@@ -5,5 +5,5 @@ $* <<EOI >>EOO
x = cmd \\">-\\" "'<-'"
\$x
EOI
-cmd ">-" "<-"
+cmd '>-' '<-'
EOO