iuliia-java
iuliia-java copied to clipboard
Split words correctly in java19
In Java 19 the behaviour of the word boundary was changed. It only matches ascii per default. see https://bugs.openjdk.org/browse/JDK-8264160
@fp7 hi, it would be perfect if you help me to write test cases for this.
@Homyakin The tests are already there. They just have to be executed with a jdk version >=19.