2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-16 23:14:04 +00:00
fish-shell/tests/commandline.expect.out
Kevin Ballard 1dac0041d5 Stop unescaping strings with commandline -b
The fix for  inadvertently started unescaping the strings emitted
from `commandline -b`. Only strings emitted with the `-o` flag are
supposed to be unescaped.

Fixes .
2016-01-10 17:25:22 -08:00

8 lines
97 B
Text

a:
echo \en one "two three" four'five six'{7} 'eight
b:
echo
one
two three
fourfive six{7}
eight