tests/test_xpath_selector_unit/test: Fix misc

pull/2351/head
Constantin Hong 8 months ago
parent c295c5e40d
commit 5acd31fb1e

@ -269,8 +269,7 @@ def test_Broken_DOM_02(html_content, xpath, answer):
("/html/body", 2), ("/html/body", 2),
]) ])
def test_Broken_DOM_03(html_content, xpath, answer): def test_Broken_DOM_03(html_content, xpath, answer):
# In normal situation, DOM's root element node is only one. So when DOM violation happens, Exception occurs. """just test for xpath1"""
from lxml import etree, html from lxml import etree, html
parser = etree.HTMLParser() parser = etree.HTMLParser()
tree = html.fromstring(bytes(html_content, encoding='utf-8'), parser=parser) tree = html.fromstring(bytes(html_content, encoding='utf-8'), parser=parser)

Loading…
Cancel
Save