]> git.lyx.org Git - lyx.git/commit
LyXHTML: add a script to validate all the generated files.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Thu, 22 Dec 2022 23:47:45 +0000 (00:47 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sun, 25 Dec 2022 19:37:04 +0000 (20:37 +0100)
commite44cef2a3c4b3206d828a3c417ad24edd1c1f2a6
treecdb1e7e9e3d2322ab5c6eecbe51e416260d64e3f
parent3d2bedb160765cfd6252f6a298ac5d8fabfefbfc
LyXHTML: add a script to validate all the generated files.

It could be a part of the standard test suite, but it might be quite long to run.

This test ensures that the generated XHTML files are valid HTML5 files, i.e. should display fine in all browsers.
development/thorough_export_tests/lyxhtml_validity.py [new file with mode: 0644]