1
0
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:
Yegappan Lakshmanan
2022-09-22 13:44:00 +01:00
committed by Bram Moolenaar
parent f1d2ddcb9b
commit e24b5e0b0f
4 changed files with 63 additions and 0 deletions

View File

@@ -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()