diff options
Diffstat (limited to 'unit-tests/test/script/parser/here-string.test')
-rw-r--r-- | unit-tests/test/script/parser/here-string.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unit-tests/test/script/parser/here-string.test b/unit-tests/test/script/parser/here-string.test new file mode 100644 index 0000000..9f44bb2 --- /dev/null +++ b/unit-tests/test/script/parser/here-string.test @@ -0,0 +1,11 @@ +$* <<EOI >>EOO # empty +cmd <"" +EOI +cmd <"" +EOO + +$* <<EOI >>EOO # empty-nn +cmd <:"" +EOI +cmd <:"" +EOO |