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.
Not sure why #115 has no test, but it appears not to.
walker = html5lib.getTreeWalker("lxml") tree = html5lib.parseFragment("a", treebuilder="lxml") assert list(walker(tree)) == [{'data': 'a', u'type': 'Characters'}]
That should work, but we probably want to test with all tree walkers.