mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
2d5eaed745
This behavior is more consistent with line continuation in strings other than keywords. Fixes #2897
25 lines
155 B
Fish
25 lines
155 B
Fish
ech\
|
|
o echo
|
|
|
|
buil\
|
|
tin echo builtin echo
|
|
|
|
true; an\
|
|
d echo true
|
|
|
|
\i\
|
|
\U00000066\
|
|
true
|
|
echo if true
|
|
\
|
|
\145n\
|
|
d\
|
|
;
|
|
|
|
'if'\
|
|
true
|
|
echo if true
|
|
"\
|
|
en\
|
|
d\
|
|
";
|