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.test12
1 files changed, 10 insertions, 2 deletions
diff --git a/unit-tests/test/script/parser/here-string.test b/unit-tests/test/script/parser/here-string.test
index 9c4b68b..ab16779 100644
--- a/unit-tests/test/script/parser/here-string.test
+++ b/unit-tests/test/script/parser/here-string.test
@@ -1,10 +1,18 @@
-$* <<EOI >>EOO # empty
+# file : unit-tests/test/script/parser/here-string.test
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
+: empty
+:
+$* <<EOI >>EOO
cmd <""
EOI
cmd <''
EOO
-$* <<EOI >>EOO # empty-nn
+: empty-nn
+:
+$* <<EOI >>EOO
cmd <:""
EOI
cmd <:''