mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Fix fish_indent tests
This commit is contained in:
parent
43e3d3bcf2
commit
c79c92eb47
|
@ -93,7 +93,6 @@ echo < stdin >>appended yes 2>&1 no > stdout maybe 2>& 4 | cat 2>| cat
|
||||||
' | $indent
|
' | $indent
|
||||||
|
|
||||||
echo \nTest normalization of keywords
|
echo \nTest normalization of keywords
|
||||||
# issue 2921
|
|
||||||
echo -n '
|
echo -n '
|
||||||
i\
|
i\
|
||||||
f true
|
f true
|
||||||
|
|
|
@ -97,13 +97,16 @@ echo <stdin >>appended yes 2>&1 no >stdout maybe 2>&4 | cat 2>| cat
|
||||||
|
|
||||||
Test normalization of keywords
|
Test normalization of keywords
|
||||||
|
|
||||||
if true
|
i\
|
||||||
|
f true
|
||||||
echo yes
|
echo yes
|
||||||
end
|
en\
|
||||||
|
d
|
||||||
|
|
||||||
while true
|
"whil\
|
||||||
builtin yes
|
e" true
|
||||||
end
|
"builtin" yes
|
||||||
|
en"d"
|
||||||
|
|
||||||
alpha | \
|
alpha | \
|
||||||
beta
|
beta
|
||||||
|
|
Loading…
Reference in New Issue
Block a user