We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Or maybe that needs to be something like å and not a (i.e., non-ASCII)?
Fix html5lib#132: add test for html5lib#115, single character fragments
fixup! Fix html5lib#132: add test for html5lib#115, single character …
Fix #132: add test for #115, single character fragments (#264)
Activity
gsnedders commentedon Dec 23, 2013
Or maybe that needs to be something like å and not a (i.e., non-ASCII)?
Fix html5lib#132: add test for html5lib#115, single character fragments
fixup! Fix html5lib#132: add test for html5lib#115, single character …
Fix #132: add test for #115, single character fragments (#264)