# file      : unit-tests/test/script/parser/here-string.testscript
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

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

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