| Age | Commit message (Collapse) | Author |
|
All of the places that parse controls now use ControlledString instead
of doing their own stuff. -\(o-o)/-
|
|
escapeSplit will now properly handle arbitrary length escape sequences
and do the right thing.
|
|
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.
|
|
|
|
|
|
Things are now in package bjc.everge, not bjc.replpair
|
|
Added another test, this time for staging.
Also added some debugging capabilities.
|
|
The rest of the files, for initial upload to github
|
|
|