little corrections

This commit is contained in:
David Halter
2013-08-28 17:48:47 +04:30
parent d2106d73c6
commit 8a385ffa54

View File

@@ -26,14 +26,14 @@ describe 'completions'
Expect getline('.') == 'IndentationError().filename'
end
it 'typing'
it 'dot_open'
normal oraisX ImpXErrX()
Expect getline('.') == 'raise ImportError()'
end
it 'cycling through entries'
execute "normal oimpX\<C-n>\<C-n>\<C-n>"
Expect getline('.') == 'ImportWarning'
execute "normal oraise impX\<C-n>\<C-n>\<C-n>"
Expect getline('.') == 'raise ImportWarning'
end
end