mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
docs: extract health to its own file
This commit is contained in:
@@ -1440,7 +1440,6 @@ function M.test_gen(help_dir)
|
||||
-- Because gen() is slow (~30s), this test is limited to a few files.
|
||||
{ 'help.txt', 'index.txt', 'nvim.txt' }
|
||||
)
|
||||
eq(3, #rv.helpfiles)
|
||||
eq(0, rv.err_count, 'parse errors in :help docs')
|
||||
eq({}, rv.invalid_links, 'invalid tags in :help docs')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user