mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
Reindent functions to remove useless quotes
This does not include checks/function.fish because that currently includes a "; end" in a message that indent would remove, breaking the test.
This commit is contained in:
@@ -13,5 +13,5 @@ test 5 -eq nan
|
||||
# CHECKERR: test 5 -eq nan
|
||||
# CHECKERR: ^
|
||||
|
||||
test -z "nan" || echo nan is fine
|
||||
test -z nan || echo nan is fine
|
||||
# CHECK: nan is fine
|
||||
|
||||
Reference in New Issue
Block a user