jtnord opened a new pull request, #382: URL: https://github.com/apache/commons-text/pull/382
the javadoc example for the code was wrongly escaping quotes as a result of an incorret conversion in https://github.com/apache/commons-text/commit/0dfe9634a4578090b3b5b670ab2fe80acfa8f280 ``` jshell> org.apache.commons.text.StringEscapeUtils.escapeHtml4("\"bread\" & \"butter\"") $1 ==> ""bread" & "butter"" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
