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

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