blob: 5a082ebd64bd282e4df383e85760f19e57559847 (
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 = [cmdline] cmd \">-\" "'<-'"
$x
EOI
cmd '>-' '<-'
EOO
|