diff --git a/CHANGES b/CHANGES index b6770a211d..bca360ab1f 100644 --- a/CHANGES +++ b/CHANGES @@ -41,6 +41,10 @@ Release 1.16.1 [PENDING] * Bugfix:
tags should be wrap-indented when in block tags (and not when in inline tags). + * Bugfix: the contents of a sufficiently large "; + + Document doc = Jsoup.parse(sourceHtml); + Element textArea = doc.expectFirst("textarea"); + + assertEquals(textContent, textArea.wholeText()); + } }