aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser+here-string.test.testscript
blob: 16544df2bd286d4ae221908b061e6340032a7cb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# file      : build2/test/script/parser+here-string.test.testscript
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

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

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