vim-patch:8.2.0174: various commands not completely tested

Problem:    Various commands not completely tested.
Solution:   Add more test cases. (Yegappan Lakshmanan, closes vim/vim#5551)
5d98dc2a48
This commit is contained in:
Sean Dewar
2021-04-19 19:57:19 +01:00
parent 26bd5a58df
commit 96f62394cf
10 changed files with 314 additions and 4 deletions

View File

@@ -267,6 +267,8 @@ describe('packadd', function()
call assert_match('look-here', tags1[0])
let tags2 = readfile(docdir2 . '/tags')
call assert_match('look-away', tags2[0])
call assert_fails('helptags abcxyz', 'E150:')
endfunc
func Test_colorscheme()