8000 We should be testing lxml with its own treebuilder, as that's the def… · awesome-python/html5lib-python@afb5cbe · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit afb5cbe

Browse files
committed
We should be testing lxml with its own treebuilder, as that's the default.
1 parent 96fcffc commit afb5cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/tests/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
try:
5454
import lxml.etree as lxml
55-
treeTypes['lxml'] = treebuilders.getTreeBuilder("etree", lxml, fullTree=True)
55+
treeTypes['lxml'] = treebuilders.getTreeBuilder("lxml")
5656
except ImportError:
5757
pass
5858

0 commit comments

Comments
 (0)
0