summaryrefslogtreecommitdiff
path: root/base/src/test/java/bjc/utils/ioutils/LevelSplitterTest.java
AgeCommit message (Collapse)Author
2020-03-27Refactor test structureBen Culkin
Tests are now in a 'test' sub-package, so it is clear that they are indeed test code, not just disjoint parts of the main code
2018-10-28Cleanupbculkin2442
2018-10-28Import organizationbculkin2442
2018-10-18Fix levelSplitterRX, and add tests to ensure that it stays fixedbculkin2442
It would also be fairly easy to convert this to a general splitRX, or add support for additional expressions. This might be a better interface than the one in ConfigurableTokenSplitter. (It'd almost certainly be easier to debug/introspect than the bodged together regex that CTS uses,)