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 (v1.13.x branch) #2463

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).

@flavorjones flavorjones added this to the v1.13.x patch releases milestone Feb 22, 2022
@flavorjones flavorjones merged commit 5970fd9 into v1.13.x Feb 22, 2022
@flavorjones flavorjones deleted the 2461-html4-recovery-start-tag-v1.13.x branch February 22, 2022 04:22
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.

None yet

1 participant