Skip to content

Test doctool

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with this change (including linting)?
  • Is the commit message formatted according to CONTRIBUTING.md?
  • If this change fixes a bug (or a performance problem), is a regression test (or a benchmark) included?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)? (N/A)

Affected core subsystem(s)

tools/doc

Description of change

Add tests for tools/doc. Fixes #5955 (closed). Includes tests for the functions toHTML (in html.js) and doJSON (in json.js). Also includes a regression test for #5873 (closed). Also introduces a new make target to run the tests.

I expect to be asked to squash these commits.

Merge request reports

Loading