fish_indent: no extra newline at comment after pipe

Fixes the unstable case in #7252
This commit is contained in:
Johannes Altmanninger
2020-08-09 21:14:00 +02:00
parent 14a66fad64
commit f8f32628a6
2 changed files with 17 additions and 5 deletions

View File

@@ -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