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

bugfix when string ends with escape sequence #11883

Merged
merged 5 commits into from
Dec 16, 2024
Merged

Conversation

ncannasse
Copy link
Member

This fixes Xml.parse("<foo>xx</foo> bar&lt;").toString() == "<foo>xx</foo> bar&lt;", without the fix the whole postfix data is ignored because we have processes &lt; so p == start but the buffer is not empty.

@skial skial mentioned this pull request Dec 14, 2024
1 task
@Simn Simn self-assigned this Dec 16, 2024
@Simn Simn merged commit 5e9ea0b into development Dec 16, 2024
99 checks passed
@Simn Simn deleted the xml_parser_bugfix branch December 16, 2024 12:18
@kLabz
Copy link
Contributor

kLabz commented Jan 21, 2025

Did you want to add more tests, or did you forget to remove the test-needed label?

@Simn
Copy link
Member

Simn commented Jan 21, 2025

I see no reason to remove such labels because the closed state of the issue communicates that already.

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.

3 participants