aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/here-string.test
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/test/script/parser/here-string.test')
-rw-r--r--unit-tests/test/script/parser/here-string.test4
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