mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 03:41:14 -03:00
function: Fix a broken format string
This commit is contained in:
@@ -162,4 +162,9 @@ end
|
||||
|
||||
rm -r $tmpdir
|
||||
|
||||
function foo -p bar; end
|
||||
# CHECKERR: {{.*}}function.fish (line {{\d+}}): function: bar: invalid process id
|
||||
# CHECKERR: function foo -p bar; end
|
||||
# CHECKERR: ^~~~~~~~~~~~~~~~~~~^
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user