forked from aniani/vim
patch 9.0.0543: insufficient testing for assert and test functions
Problem: Insufficient testing for assert and test functions. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #11190)
This commit is contained in:
committed by
Bram Moolenaar
parent
f1d2ddcb9b
commit
e24b5e0b0f
@@ -815,6 +815,7 @@ func Test_shortmess_F2()
|
||||
call assert_match('file2', execute('bn', ''))
|
||||
bwipe
|
||||
bwipe
|
||||
call assert_fails('call test_getvalue("abc")', 'E475:')
|
||||
endfunc
|
||||
|
||||
func Test_local_scrolloff()
|
||||
|
||||
Reference in New Issue
Block a user