]> git.lyx.org Git - lyx.git/commit
Cmake export tests. Add validation of lyxhtml exported files
authorKornel Benko <kornel@lyx.org>
Sun, 8 Jan 2023 16:12:16 +0000 (17:12 +0100)
committerKornel Benko <kornel@lyx.org>
Sun, 8 Jan 2023 16:18:30 +0000 (17:18 +0100)
commita71126904f6dd0c63f714926350a6d6dee42c6ef
tree6faece2a50b7c831339b216583ed5b8d905bb228
parent2d0941919f3bd77ad2f7032e97e80ca95c878eb5
Cmake export tests. Add validation of lyxhtml exported files

ATM, the validation is commented out.
To use it, one has first to install html5validator with
  $ pip3 install html5validator>=0.4.2
and uncomment the line 335 in export.cmake
development/autotests/ExportTests.cmake
development/autotests/export.cmake
development/autotests/simplehtml_validity.py [new file with mode: 0644]