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