mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 02:56:37 +02:00
...
This commit is contained in:
parent
ce29abef51
commit
2fef9eb3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -96,6 +96,6 @@ def case_insensitive_element_names(test, parse_function):
|
|||
class ParsingTests(BaseTest):
|
||||
|
||||
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:
|
||||
test(self, html5_parse)
|
||||
|
|
|
|||
Loading…
Reference in a new issue