Add an extra completion to better exercise choosing first

This commit is contained in:
Eric Freese 2019-04-17 23:27:26 -06:00
parent d94475ca1b
commit e263845bed

View file

@ -4,7 +4,7 @@ describe 'the `completion` suggestion strategy' do
-> do
session.
run_command('autoload compinit && compinit').
run_command('_foo() { compadd bar }').
run_command('_foo() { compadd bar; compadd bat }').
run_command('compdef _foo baz')
end
end