little test for cycling

This commit is contained in:
David Halter
2013-08-28 17:46:12 +04:30
parent 36e84dd112
commit d2106d73c6

View File

@@ -30,6 +30,11 @@ describe 'completions'
normal oraisX ImpXErrX()
Expect getline('.') == 'raise ImportError()'
end
it 'cycling through entries'
execute "normal oimpX\<C-n>\<C-n>\<C-n>"
Expect getline('.') == 'ImportWarning'
end
end
" vim: et:ts=4:sw=4