Skip to content
New issue

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

Fix HTML5 links garbled by lxml #75

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

positiveviking
Copy link

Fix following issue

>>> etree.tostring(etree.fromstring('<a><table></table></a>', parser=etree.HTMLParser()))
'<html><body><a/><table/></body></html>'

@coveralls
Copy link

coveralls commented Jan 17, 2017

Coverage Status

Coverage decreased (-0.09%) to 92.111% when pulling 351630c on positiveviking:master into 9a7d35a on lavr:master.

@positiveviking
Copy link
Author

Test errors caused by Python 2.6:

...
File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/coverage/misc.py", line 287, in <module>
    class StopEverything(unittest.SkipTest):
AttributeError: 'module' object has no attribute 'SkipTest'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants