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

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