summaryrefslogtreecommitdiff
path: root/src/test/java/bjc/everge/StringUtilsTest.java
AgeCommit message (Collapse)Author
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