Closed
Description
Both the JSON and HTML output of the doctool are currently untested while tests could have prevented these recent issues:
- The order of end tags of list after heading in HTML doc is wrong #5873
- Error found when generating JSON doc #5942
As a start, a test could include JSON.parse and possibly some lightweight HTML validation triggered by make test-doc
/ vcbuild test-doc
.