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 for decodeEntities when parsing an html string in parts #37

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

koalas11
Copy link
Contributor

when diving the string in TestData.kt in two string, if i parse those string like this:

ksoupHtmlParser.write(TestData.htmlStringPart1)
ksoupHtmlParser.write(TestData.htmlStringPart2)
ksoupHtmlParser.end()

it will throw an exception because the buffer has only the second string but the index are starting from the first string

@MohamedRejeb MohamedRejeb self-requested a review December 20, 2023 13:18
Copy link
Owner

@MohamedRejeb MohamedRejeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution.

@MohamedRejeb MohamedRejeb merged commit 3714047 into MohamedRejeb:main Dec 20, 2023
2 checks passed
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.

None yet

2 participants