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
|
||||
|
||||
echo \nTest normalization of keywords
|
||||
# issue 2921
|
||||
echo -n '
|
||||
i\
|
||||
f true
|
||||
|
|
|
@ -97,13 +97,16 @@ echo <stdin >>appended yes 2>&1 no >stdout maybe 2>&4 | cat 2>| cat
|
|||
|
||||
Test normalization of keywords
|
||||
|
||||
if true
|
||||
i\
|
||||
f true
|
||||
echo yes
|
||||
end
|
||||
en\
|
||||
d
|
||||
|
||||
while true
|
||||
builtin yes
|
||||
end
|
||||
"whil\
|
||||
e" true
|
||||
"builtin" yes
|
||||
en"d"
|
||||
|
||||
alpha | \
|
||||
beta
|
||||
|
|
Loading…
Reference in New Issue
Block a user