mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
vim-patch:8.2.1184: some tests fail
Problem: Some tests fail.
Solution: Adjust tests for different assert_fails() behavior. Remove unused
variable.
2b6ef856fb
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
8b0c5de4e0
commit
159d52b433
@ -20,13 +20,8 @@ func Test_nocatch_restore_silent_emsg()
|
||||
throw 1
|
||||
catch
|
||||
endtry
|
||||
echoerr 'wrong'
|
||||
let c1 = nr2char(screenchar(&lines, 1))
|
||||
let c2 = nr2char(screenchar(&lines, 2))
|
||||
let c3 = nr2char(screenchar(&lines, 3))
|
||||
let c4 = nr2char(screenchar(&lines, 4))
|
||||
let c5 = nr2char(screenchar(&lines, 5))
|
||||
call assert_equal('wrong', c1 . c2 . c3 . c4 . c5)
|
||||
echoerr 'wrong again'
|
||||
call assert_equal('wrong again', ScreenLine(&lines))
|
||||
endfunc
|
||||
|
||||
func Test_mkdir_p()
|
||||
|
Loading…
Reference in New Issue
Block a user