2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-20 08:54:00 +00:00
fish-shell/tests/complete.out
Fabian Homborg 34ed958f72 Test that things can't wrap themselves
This is a test belonging to the previous commit, 58b696bed.

See .
2019-01-17 16:46:15 +01:00

14 lines
278 B
Text

####################
# Completion Wrappers
complete_test_alpha1 arg1
complete_test_alpha1 extra1 arg2
complete_test_alpha1 extra1 extra2 arg3
####################
# Alias Completions
arg1 call1
arg2 call2
complete_test_alpha1 arg1 call3
complete_test_alpha1 arg2 call3
t