summaryrefslogtreecommitdiff
path: root/src/test/java/bjc/everge/StringUtilsTest.java
AgeCommit message (Collapse)Author
2020-04-14Cleanup some warnings and stuffBen Culkin
2020-04-13Cleanup passBen Culkin
Pass to do some cleanup
2020-04-05Fix up some warningsBen Culkin
Cleanup up some warnings that appeared
2019-07-12Update StringUtilsbculkin2442
Perform some maintenance/cleanup with StringUtils. Mostly just doing some abstracting of stuff properly.
2019-07-02Convert to using ControlledStringbculkin2442
All of the places that parse controls now use ControlledString instead of doing their own stuff. -\(o-o)/-
2019-06-25Fix escapeSplit to properly handle chaining escapesbculkin2442
escapeSplit will now properly handle arbitrary length escape sequences and do the right thing.
2019-06-24Fix some bugs in escapeSplitbculkin2442
The main bug was that if you started the string with a delimiter, you would only get an empty string as a result. Turns out endsWith("") is usually true :-| Also, added some more tests, and some more early outs to escapeSplit.
2019-06-18Lots of frontend workbculkin2442