We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Or maybe that needs to be something like å and not a (i.e., non-ASCII)?
Sorry, something went wrong.
Fix html5lib#132: add test for html5lib#115, single character fragments
e9b5fb7
fixup! Fix html5lib#132: add test for html5lib#115, single character …
7c00775
…fragments
Fix #132: add test for #115, single character fragments (#264)
5197f55
r=nobody!
No branches or pull requests
Not sure why #115 has no test, but it appears not to.
That should work, but we probably want to test with all tree walkers.
The text was updated successfully, but these errors were encountered: