This commit is contained in:
Kovid Goyal 2013-10-23 11:37:34 +05:30
parent ce29abef51
commit 2fef9eb3ba

View file

@ -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)