mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
Run fish_indent on select test scripts
Run fish_indent on test scripts that will be modified in a later commit Not running it on all the files because a quarter of them need fixing, some of which are badly formatted on purpose
This commit is contained in:
committed by
Johannes Altmanninger
parent
9b75b6ee88
commit
7b8f97c1ff
@@ -26,11 +26,10 @@ echo $status
|
||||
#CHECK: 127
|
||||
|
||||
set -g PATH .
|
||||
echo banana > foobar
|
||||
echo banana >foobar
|
||||
foobar --banana
|
||||
# CHECKERR: {{.*}}checks/command-not-found.fish (line {{\d+}}): Unknown command. './foobar' exists but is not an executable file.
|
||||
# CHECKERR: foobar --banana
|
||||
# CHECKERR: ^~~~~^
|
||||
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user