aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/command-re-parse.test
blob: 3b9ae3eae126c59eef069d79f475df4f2789fba7 (plain)
1
2
3
4
5
6
7
8
9

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