mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Stop unescaping strings with commandline -b
The fix for #2075 inadvertently started unescaping the strings emitted from `commandline -b`. Only strings emitted with the `-o` flag are supposed to be unescaped. Fixes #2210.
This commit is contained in:
8
tests/commandline.expect.out
Normal file
8
tests/commandline.expect.out
Normal file
@@ -0,0 +1,8 @@
|
||||
a:
|
||||
echo \en one "two three" four'five six'{7} 'eight
|
||||
b:
|
||||
echo
|
||||
one
|
||||
two three
|
||||
fourfive six{7}
|
||||
eight
|
||||
Reference in New Issue
Block a user