mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-22 18:31:27 +08:00
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