Skip to content

Fix for decodeEntities when parsing an html string in parts#37

Merged
MohamedRejeb merged 1 commit intoMohamedRejeb:mainfrom
koalas11:patch-1
Dec 20, 2023
Merged

Fix for decodeEntities when parsing an html string in parts#37
MohamedRejeb merged 1 commit intoMohamedRejeb:mainfrom
koalas11:patch-1

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

2 participants