mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
functions -q: Return false without an argument
This erroneously listed functions and returned true.
This commit is contained in:
@@ -29,3 +29,6 @@ fish: function: The name 'test' is reserved,
|
||||
and can not be used as a function name
|
||||
function test; echo banana; end
|
||||
^
|
||||
|
||||
####################
|
||||
# Checking `functions -q` without arguments
|
||||
|
||||
Reference in New Issue
Block a user