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

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

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