blob: 657bf88ae899a15ac9e22f010de7584d4344594d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
|