We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b224e0f commit b9f7074Copy full SHA for b9f7074
src/lxml/tests/test_htmlparser.py
@@ -661,7 +661,6 @@ def test_xhtml_as_html_as_xml(self):
661
b'<html xmlns="http://www.w3.org/1999/xhtml"></html>'
662
)
663
root = html.fromstring(xhtml)
664
- print(root.attrib)
665
result = etree.tostring(root)
666
self.assertEqual(result, b'<html xmlns="http://www.w3.org/1999/xhtml"/>')
667
@@ -673,7 +672,6 @@ def test_xhtml_as_html_as_xml(self):
673
672
674
675
676
677
678
679
"""
0 commit comments