mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Work around indeterminant ordering for complete test
Not a cool fix but it should work
This commit is contained in:
parent
9486af8805
commit
6459682c93
1 changed files with 4 additions and 4 deletions
|
@ -54,8 +54,8 @@ complete
|
|||
# CHECK: complete -p '/complete test/beta1' -s Z -d 'desc, desc'
|
||||
# CHECK: complete --requires-param -c 'complete test beta2' -d desc\ \'\ desc2\ \[ -a 'foo bar'
|
||||
# CHECK: complete --exclusive -c complete_test_beta2 -o test -n false
|
||||
# CHECK: complete -c myalias1 --wraps 'complete_test_alpha1 arg1'
|
||||
# CHECK: complete -c complete_test_alpha3 --wraps 'complete_test_alpha2 extra2'
|
||||
# CHECK: complete -c myalias2 --wraps 'complete_test_alpha1 arg2'
|
||||
# CHECK: complete -c complete_test_alpha2 --wraps 'complete_test_alpha1 extra1'
|
||||
# CHECK: complete -c myalias{{1|2}} --wraps 'complete_test_alpha1 arg{{1|2}}'
|
||||
# CHECK: complete -c complete_test_alpha{{3|2}} --wraps 'complete_test_alpha{{2|1}} extra{{2|1}}'
|
||||
# CHECK: complete -c myalias{{2|1}} --wraps 'complete_test_alpha1 arg{{2|1}}'
|
||||
# CHECK: complete -c complete_test_alpha{{2|3}} --wraps 'complete_test_alpha{{1|2}} extra{{1|2}}'
|
||||
# CHECK: complete -c . --wraps source
|
||||
|
|
Loading…
Reference in a new issue