mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ce29abef51
commit
2fef9eb3ba
@ -96,6 +96,6 @@ basic_checks = (nonvoid_cdata_elements, namespaces, space_characters, case_insen
|
|||||||
class ParsingTests(BaseTest):
|
class ParsingTests(BaseTest):
|
||||||
|
|
||||||
def test_conversion_parser(self):
|
def test_conversion_parser(self):
|
||||||
' Test parsing with the parser used for conversion '
|
' Test parsing with the HTML5 parser used for conversion '
|
||||||
for test in basic_checks:
|
for test in basic_checks:
|
||||||
test(self, html5_parse)
|
test(self, html5_parse)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user