docs: extract health to its own file

This commit is contained in:
dundargoc
2024-05-23 11:40:51 +02:00
committed by dundargoc
parent 4f431bb632
commit 6dc62c2e2b
8 changed files with 159 additions and 129 deletions

View File

@@ -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