mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
Fix fish_indent tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user