aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/build/script/parser+here-string.test.testscript
blob: 8ca14998d9249d4392c6c3b20ec9b3fb01a96892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# file      : libbuild2/build/script/parser+here-string.test.testscript
# license   : MIT; see accompanying LICENSE file

: empty
:
$* <<EOI >>EOO
cmd <""
EOI
cmd <''
EOO

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