summaryrefslogtreecommitdiff
path: root/src/test/java
AgeCommit message (Collapse)Author
2022-08-16General cleanupBen Culkin
2020-04-13Cleanup passBen Culkin
Pass to do some cleanups
2018-11-15Fix up error handling (throw when parse errors happen)bculkin2442
Error handling for InflectionStrings will now make itself known, as an exception will be thrown upon there being errors parsing the string.
2018-10-28Import organizationbculkin2442
2018-10-28Add compilation supportbculkin2442
Inflection strings can now be compiled and reused, like regular expressions.
2018-10-14General updatebculkin2442
Testing, plus some reorganization
2018-09-16Case folding optionsbculkin2442
2018-09-16Testingbculkin2442
2018-09-16UpdateBenjamin J. Culkin