<feed xmlns='http://www.w3.org/2005/Atom'>
<title>everge.git/src/test/java/bjc/everge/StringUtilsTest.java, branch trunk</title>
<subtitle>Tool for doing text-manipulation of files
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/'/>
<entry>
<title>Cleanup some warnings and stuff</title>
<updated>2020-04-14T20:43:54+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-04-14T20:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=2925de096370f13a14ff7cb0a574a7ec6ae99da6'/>
<id>2925de096370f13a14ff7cb0a574a7ec6ae99da6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup pass</title>
<updated>2020-04-13T22:45:06+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-04-13T22:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=7bbc3b4c159eb50f6286ccbcc8da6af9f5a8fb06'/>
<id>7bbc3b4c159eb50f6286ccbcc8da6af9f5a8fb06</id>
<content type='text'>
Pass to do some cleanup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass to do some cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up some warnings</title>
<updated>2020-04-05T21:09:56+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-04-05T21:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=0c68f350d818099b3b6cdf38d6847ff7847649b9'/>
<id>0c68f350d818099b3b6cdf38d6847ff7847649b9</id>
<content type='text'>
Cleanup up some warnings that appeared</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup up some warnings that appeared</pre>
</div>
</content>
</entry>
<entry>
<title>Update StringUtils</title>
<updated>2019-07-13T02:44:25+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-07-13T02:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=9379692f9cfa436af7ad1ffd3bbd489802a86d4a'/>
<id>9379692f9cfa436af7ad1ffd3bbd489802a86d4a</id>
<content type='text'>
Perform some maintenance/cleanup with StringUtils. Mostly just doing
some abstracting of stuff properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Perform some maintenance/cleanup with StringUtils. Mostly just doing
some abstracting of stuff properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert to using ControlledString</title>
<updated>2019-07-02T20:59:14+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-07-02T20:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=5a1b096b47fbcca7e9cc6a24db558128f4cdd87f'/>
<id>5a1b096b47fbcca7e9cc6a24db558128f4cdd87f</id>
<content type='text'>
All of the places that parse controls now use ControlledString instead
of doing their own stuff. -\(o-o)/-
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of the places that parse controls now use ControlledString instead
of doing their own stuff. -\(o-o)/-
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix escapeSplit to properly handle chaining escapes</title>
<updated>2019-06-26T00:13:39+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-06-26T00:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=65cdd46dce13ca35d73bdf3ebf75789df5581ac9'/>
<id>65cdd46dce13ca35d73bdf3ebf75789df5581ac9</id>
<content type='text'>
escapeSplit will now properly handle arbitrary length escape sequences
and do the right thing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
escapeSplit will now properly handle arbitrary length escape sequences
and do the right thing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some bugs in escapeSplit</title>
<updated>2019-06-25T00:35:41+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-06-25T00:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=eb703a69c83a0bdb3d2172b0bd26d38188ecbe86'/>
<id>eb703a69c83a0bdb3d2172b0bd26d38188ecbe86</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots of frontend work</title>
<updated>2019-06-18T21:44:32+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-06-18T21:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=d86cbcbabc4b251956bd2c5bf4dfa459a00bb239'/>
<id>d86cbcbabc4b251956bd2c5bf4dfa459a00bb239</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
