forked from VimPlug/jedi-vim
Forgot to replace the call signature character in the tests.
This commit is contained in:
@@ -15,7 +15,7 @@ describe 'signatures'
|
||||
" equals doautocmd CursorMovedI
|
||||
Python jedi_vim.show_call_signatures()
|
||||
|
||||
Expect getline(1) == '≡jedi=0, ≡ (*number*) ≡jedi≡'
|
||||
Expect getline(1) == '==jedi=0, == (*number*) ==jedi=='
|
||||
|
||||
doautocmd InsertLeave
|
||||
Expect getline(1) == ''
|
||||
|
||||
Reference in New Issue
Block a user