https://issues.dlang.org/show_bug.cgi?id=12722

--- Comment #2 from Josh <[email protected]> ---
It seems that executeShell("echo \"quoted statement 1\" \"quoted statement 1\"
\"quoted statement 3\"").output returns

"quoted statement 1" "quoted statement 1" "quoted statement 3

whereas executeShell("echo \"quoted statement 1\" \"quoted statement 1\"
\"quoted statement 3\"\"").output returns

"quoted statement 1" "quoted statement 1" "quoted statement 3"

So it's only the last one that doesn't escape properly.

--

Reply via email to