mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
fish_indent: no extra newline at comment after pipe
Fixes the unstable case in #7252
This commit is contained in:
@@ -366,3 +366,8 @@ echo $status
|
||||
echo foo | $fish_indent --check
|
||||
echo $status
|
||||
#CHECK: 0
|
||||
|
||||
echo 'thing | # comment
|
||||
thing' | $fish_indent --check
|
||||
echo $status
|
||||
#CHECK: 0
|
||||
|
||||
Reference in New Issue
Block a user