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.
Hello,
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 nodesReplyandReplyToAll. Would it be possible to get a fix for this?Thank you.