- Notifications
You must be signed in to change notification settings - Fork294
Closed
Milestone
Description
Not sure why#115 has no test, but it appears not to.
walker=html5lib.getTreeWalker("lxml")tree=html5lib.parseFragment("a",treebuilder="lxml")assertlist(walker(tree))== [{'data':'a',u'type':'Characters'}]
That should work, but we probably want to test with all tree walkers.