aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/script/testscript')
-rw-r--r--tests/test/script/testscript28
1 files changed, 16 insertions, 12 deletions
diff --git a/tests/test/script/testscript b/tests/test/script/testscript
index 9b43467..9055062 100644
--- a/tests/test/script/testscript
+++ b/tests/test/script/testscript
@@ -46,8 +46,10 @@ EOE
# @@ TMP Need does not compare test.
#
$* -i 1 <:"foo" >:"foo" # no-newline-str
-#$* -i 1 <:"foo" >!"foo" # no-newline-str-fail1
-#$* -i 1 <"foo" >:!"foo" # no-newline-str-fail2
+#\
+$* -i 1 <:"foo" >!"foo" # no-newline-str-fail1
+$* -i 1 <"foo" >:!"foo" # no-newline-str-fail2
+#\
$* -i 1 <<:EOI >>:EOO # no-newline-doc
foo
@@ -55,14 +57,16 @@ EOI
foo
EOO
-#$* -i 1 <<:EOI >>!EOO # no-newline-doc-fail1
-#foo
-#EOI
-#foo
-#EOO
+#\
+$* -i 1 <<:EOI >>!EOO # no-newline-doc-fail1
+foo
+EOI
+foo
+EOO
-#$* -i 1 <<EOI >>:!EOO # no-newline-doc-fail2
-#foo
-#EOI
-#foo
-#EOO
+$* -i 1 <<EOI >>:!EOO # no-newline-doc-fail2
+foo
+EOI
+foo
+EOO
+#\