-
-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle upstream libxml2 changes (#3056)
**What problem is this PR intended to solve?** Upstream libxml2 test failures. - work around a bug/merge-request filed upstream [(on master) fix: support ASCII encoding on input buffers (!231) · Merge requests · GNOME / libxml2 · GitLab](https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/231) - looks like in-context parser recovery now works? updating `XML::Node#parse` behavior to accommodate it in a backwards-compatible fashion. See #2092 which might be fixed in future versions of libxml2. **Have you included adequate test coverage?** Making existing tests pass (or not segfault while we wait for an upstream fix). **Does this change affect the behavior of either the C or the Java implementations?** No.
- Loading branch information
Showing
2 changed files
with
29 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters