forked from aniani/vim
patch 8.0.0470: not enough testing for help commands
Problem: Not enough testing for help commands. Solution: Add a few more help tests. (Dominique Pelle, closes #1565)
This commit is contained in:
@@ -8,3 +8,8 @@ func Test_help_restore_snapshot()
|
||||
help
|
||||
helpclose
|
||||
endfunc
|
||||
|
||||
func Test_help_errors()
|
||||
call assert_fails('help doesnotexist', 'E149:')
|
||||
call assert_fails('help!', 'E478:')
|
||||
endfunc
|
||||
|
||||
Reference in New Issue
Block a user