# file      : unit-tests/test/script/parser/command-re-parse.test
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

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