summaryrefslogtreecommitdiff
path: root/src/test/java/bjc
AgeCommit message (Collapse)Author
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
2019-06-18Update tests :)bculkin2442
2019-06-13Rename packagebculkin2442
Things are now in package bjc.everge, not bjc.replpair
2019-06-12Tests & Debuggingbculkin2442
Added another test, this time for staging. Also added some debugging capabilities.
2019-06-11Initial commit p2Benjamin J. Culkin
The rest of the files, for initial upload to github
2019-06-11Initial commitBenjamin J. Culkin