blob: 84465b37339ee1c783e44d94898b0da535fb037a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : libbuild2/test/script/parser+command-re-parse.test.testscript
# license : MIT; see accompanying LICENSE file
: double-quote
:
$* <<EOI >>EOO
x = cmd \">-\" "'<-'"
$x
EOI
cmd '>-' '<-'
EOO
|