mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
e52c11c2c3
commit
201b27386d
@ -159,6 +159,7 @@ def comments(test, parse_function):
|
||||
test.assertEqual(len(XPath('//h:body')(root)), 1, 'Failed to parse with comment containing dashes')
|
||||
test.assertEqual(len(tuple(root.iterdescendants(etree.Comment))), 1)
|
||||
|
||||
|
||||
basic_checks = (nonvoid_cdata_elements, namespaces, space_characters,
|
||||
case_insensitive_element_names, entities, comments,
|
||||
multiple_html_and_body, attribute_replacement)
|
||||
|
Loading…
x
Reference in New Issue
Block a user