mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
fish_indent: Fix crash with redirection at the end of the source
This commit is contained in:
@@ -435,3 +435,6 @@ echo $status #CHECK: 0
|
||||
|
||||
echo 'PATH={$PATH[echo " "' | $fish_indent --ansi
|
||||
# CHECK: PATH={$PATH[echo " "
|
||||
|
||||
echo a\> | $fish_indent
|
||||
# CHECK: a >
|
||||
|
||||
Reference in New Issue
Block a user