aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/here-string.test
blob: 9f44bb25c06a874021c802435a73294554884c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
$* <<EOI >>EOO # empty
cmd <""
EOI
cmd <""
EOO

$* <<EOI >>EOO # empty-nn
cmd <:""
EOI
cmd <:""
EOO