aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/text/translate/UnicodeUnescaperTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-08Update text tests to JUnit JupiterAllon Mureinik
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-03-19LANG-1316: Deprecate classes/methods moved to commons-text (closes #255)pascalschumacher
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2013-01-22Add final modifier to local variables.Gary D. Gregory
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2011-07-19Javadoc, comments, and message strings: Change "unicode" to "Unicode".Gary D. Gregory
2011-07-13Removing the option around whether or not to support the + in \u+0000. JDK 7 ...Henri Yandell
2010-07-26missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr