aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/command-re-parse.testscript
blob: 62a1c7bc3d9a58c18dd1ca728b422816b65a0796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : unit-tests/test/script/parser/command-re-parse.testscript
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

: double-quote
:
$* <<EOI >>EOO
x = cmd \">-\" "'<-'"
$x
EOI
cmd '>-' '<-'
EOO