commit | f3011473c7611bee5da95629f4cf7c19866d78ba | [log] [tgz] |
---|---|---|
author | M. J. Fromberger <michael.j.fromberger@gmail.com> | Mon Jan 04 15:46:00 2016 -0800 |
committer | M. J. Fromberger <michael.j.fromberger@gmail.com> | Mon Jan 04 15:46:00 2016 -0800 |
tree | ed02b6a47fa3037b81e8a87f7f39ac58ec4f6713 | |
parent | c9e2a44ed384e3b0df05899c1a2eb20af226145b [diff] |
Change the interface of the Split function. To allow the caller to detect incomplete quotation marks, Split now returns a Boolean flag signifying whether the result is "valid". In implementing this, I found a few other bugs, which are now fixed and the tests updated to catch regressions.