aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/build/script/parser+here-string.test.testscript
blob: f857c57e70eb3c07084d8ec58000bfdcc9cf5e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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

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

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