-
Notifications
You must be signed in to change notification settings - Fork 294
etree treewalker infinite loop #217
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
Milestone
Comments
This is weird.
Note it's a fragment containing the same element twice. |
It's still strictly a tree, though, so I don't think the tree walker should break so badly? |
gsnedders
added a commit
to gsnedders/html5lib-python
that referenced
this issue
Dec 3, 2015
Also add an assertion for symptom of html5lib#217 (without this the testsuite goes into an infinite loop; this doesn't fix the cause but it avoids the infinite loop happening!).
|
gsnedders
added a commit
to gsnedders/html5lib-python
that referenced
this issue
Dec 3, 2015
Also add an assertion for symptom of html5lib#217 (without this the testsuite goes into an infinite loop; this doesn't fix the cause but it avoids the infinite loop happening!).
gsnedders
added a commit
to gsnedders/html5lib-python
that referenced
this issue
Dec 3, 2015
Also add an assertion for symptom of html5lib#217 (without this the testsuite goes into an infinite loop; this doesn't fix the cause but it avoids the infinite loop happening!).
gsnedders
added a commit
to gsnedders/html5lib-tests
that referenced
this issue
May 28, 2016
gsnedders
added a commit
to gsnedders/html5lib-python
that referenced
this issue
May 28, 2016
…ilder This adds a test here because we still fail the upstream one, as our implementation of AAA is outdated.
gsnedders
added a commit
to gsnedders/html5lib-python
that referenced
this issue
May 28, 2016
zcorpan
pushed a commit
to html5lib/html5lib-tests
that referenced
this issue
Jun 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This goes into an infinite loop:
The text was updated successfully, but these errors were encountered: