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

Release 1.0.1 #19

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Release 1.0.1 #19

merged 1 commit into from
Feb 14, 2024

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Feb 14, 2024

  • Test and fix for text attached to end XML elements (Test and fix for text attached to end XML elements #18).

    This patch fixes for the edge case where ElementTree's ```XMLPullParser`` attaches the text to the end element instead of the start element. Previously, some XML files were wrongly reported as incorrect.

    We do not know what causes this different behavior of the parser, but suspect that it has something to do with the size of the parser's buffer.

* Test and fix for text attached to end XML elements (#18).

  This patch fixes for the edge case where ElementTree's
  ```XMLPullParser`` attaches the text to the end element instead of
  the start element. Previously, some XML files were wrongly reported
  as incorrect.

  We do not know what causes this different behavior of the parser,
  but suspect that it has something to do with the size of the parser's
  buffer.
@mristin mristin merged commit 9f3bc26 into main Feb 14, 2024
13 checks passed
@mristin mristin deleted the mristin/Release-1.0.1 branch February 14, 2024 19:23
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.

1 participant