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

text() is missing a separator space between <button> text nodes #2105

Open
KennyWongPFPT opened this issue Jan 19, 2024 · 1 comment
Open

Comments

@KennyWongPFPT
Copy link

Hello,

Jsoup.parse("<html><button>Reply</button><button>ReplyToAll</button></html>").text();

When trying to grab text() from this test case, we get "ReplyReplyToAll" (expecting "Reply ReplyToAll"). Notice that a separator space is missing between the two text nodes Reply and ReplyToAll. Would it be possible to get a fix for this?

Thank you.

@MasterChiefNemo
Copy link

What class is this specifically?

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

No branches or pull requests

2 participants