aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/packadd_spec.lua
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2017-09-27 19:21:40 +0800
committerckelsel <ckelsel@hotmail.com>2017-09-27 19:21:40 +0800
commitdde62900c8cfed967bd54218c8eb0790954f8c14 (patch)
treec3bc82d0edcc3582578922bd0d13233ab751b576 /test/functional/legacy/packadd_spec.lua
parent3a1c33a6c3ad5074bfc442507282a438726f1b58 (diff)
parent542ed5f5d31647bfec6d3119f4e2993544530c35 (diff)
downloadrneovim-dde62900c8cfed967bd54218c8eb0790954f8c14.tar.gz
rneovim-dde62900c8cfed967bd54218c8eb0790954f8c14.tar.bz2
rneovim-dde62900c8cfed967bd54218c8eb0790954f8c14.zip
Merge branch 'master' of https://github.com/neovim/neovim into vim-8.0.0101
fix Conflicts
Diffstat (limited to 'test/functional/legacy/packadd_spec.lua')
-rw-r--r--test/functional/legacy/packadd_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/packadd_spec.lua b/test/functional/legacy/packadd_spec.lua
index 7c44353aec..2dfd36142b 100644
--- a/test/functional/legacy/packadd_spec.lua
+++ b/test/functional/legacy/packadd_spec.lua
@@ -172,9 +172,9 @@ describe('packadd', function()
helptags ALL
- let tags1 = readfile(docdir1 . '/tags')
+ let tags1 = readfile(docdir1 . '/tags')
call assert_true(tags1[0] =~ 'look-here')
- let tags2 = readfile(docdir2 . '/tags')
+ let tags2 = readfile(docdir2 . '/tags')
call assert_true(tags2[0] =~ 'look-away')
endfunc