mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 12:11:20 -03:00
complete: replace confusing comment with test case
This commit is contained in:
@@ -153,3 +153,11 @@ complete -C'function : --arg'
|
||||
|
||||
complete -C'echo > /' | string length -q && echo ok
|
||||
# CHECK: ok
|
||||
|
||||
function some_function
|
||||
echo line1
|
||||
echo line2
|
||||
end
|
||||
complete -c complete_test_function_desc -xa '(complete -Csome_function)'
|
||||
complete -C'complete_test_function_desc ' | count
|
||||
# CHECK: 1
|
||||
|
||||
Reference in New Issue
Block a user