diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index 2903c3308f..9d80091f63 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -69,6 +69,10 @@ class BuildTest(unittest.TestCase): from calibre.ebooks.oeb.polish.parsing import parse_html5 parse_html5('
xxx') + def test_html5_parser(self): + from html5_parser import parse + parse('
xxx') + def test_plugins(self): exclusions = set() if is_ci: