aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser+command-re-parse.test.testscript
blob: ef030de9c8e1e5d3e27165834afbe696c469760b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : build2/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