blob: b137b0e1084bb5964448282cc637d6214a611b53 (
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-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: double-quote
:
$* <<EOI >>EOO
x = cmd \">-\" "'<-'"
$x
EOI
cmd '>-' '<-'
EOO
|