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: revert libxml2 regression with HTML4 recovery #2462

Merged
merged 1 commit into from Feb 22, 2022

Conversation

flavorjones
Copy link
Member

What problem is this PR intended to solve?

Fixes #2461 by reverting the relevant upstream commit in libxml2.

Have you included adequate test coverage?

Yes, this PR includes additional test coverage for start tag recovery by the HTML4 parser.

Does this change affect the behavior of either the C or the Java implementations?

This keeps the HTML4 parser behavior identical in both CRuby and JRuby implementations (they diverged in v1.13.2 due to #2461).

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

Successfully merging this pull request may close these issues.

[bug] libxml 2.9.13 breaks HTML4 parser recovery from ill-formed < character
1 participant