aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test/script/parser+command-re-parse.test.testscript
blob: f5a67f3ab7efadc1da41d27d4527f174b87aac19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : libbuild2/test/script/parser+command-re-parse.test.testscript
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

: double-quote
:
$* <<EOI >>EOO
x = cmd \">-\" "'<-'"
$x
EOI
cmd '>-' '<-'
EOO