mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 01:51:52 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user