vnu-jar is a dev dependency in package.json but isn't wired into any test step. Running it against test fixtures and examples/ source files would catch a class of bug currently invisible to the test suite: non-conformant HTML in either ReSpec's output or in the markup ReSpec asks authors to write.
Surfaced by #5303 — the unit tests verify ReSpec processes the input correctly, but nothing checks the input is conformant HTML.
vnu-jaris a dev dependency inpackage.jsonbut isn't wired into any test step. Running it against test fixtures andexamples/source files would catch a class of bug currently invisible to the test suite: non-conformant HTML in either ReSpec's output or in the markup ReSpec asks authors to write.Surfaced by #5303 — the unit tests verify ReSpec processes the input correctly, but nothing checks the input is conformant HTML.