Description
These work with 3.3.2, but fail with 3.4:
assertEquals("b", StringUtils.normalizeSpace("\u0000b")); assertEquals("b", StringUtils.normalizeSpace("b\u0000"));
Java doc still says "... Additionally #trim(String)} removes control characters (char <= 32) from both ends of this String."
Attachments
Issue Links
- is broken by
-
LANG-1020 Improve performance of normalize space
- Closed
- links to