aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/here-string.test
blob: 9c4b68bb389adc82e28edfe426c2b2c65b67cb18 (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