aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2021-04-19 19:57:19 +0100
committerSean Dewar <seandewar@users.noreply.github.com>2021-04-20 01:50:56 +0100
commit96f62394cfc74e731529ed68039aa8da1facdf13 (patch)
tree3c8ed8650db3b94f93f4279a5fc2219e1784756d /test
parent26bd5a58dff1b920757f3bc010c2e8f9dbfc9d40 (diff)
downloadrneovim-96f62394cfc74e731529ed68039aa8da1facdf13.tar.gz
rneovim-96f62394cfc74e731529ed68039aa8da1facdf13.tar.bz2
rneovim-96f62394cfc74e731529ed68039aa8da1facdf13.zip
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) https://github.com/vim/vim/commit/5d98dc2a48156d44139b75c689bd3137ff7fe8bf
Diffstat (limited to 'test')
-rw-r--r--test/functional/legacy/packadd_spec.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/legacy/packadd_spec.lua b/test/functional/legacy/packadd_spec.lua
index 609f825177..486a1fe471 100644
--- a/test/functional/legacy/packadd_spec.lua
+++ b/test/functional/legacy/packadd_spec.lua
@@ -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()