iuliia-java icon indicating copy to clipboard operation
iuliia-java copied to clipboard

Split words correctly in java19

Open fp7 opened this issue 2 years ago • 2 comments

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 avatar Jan 19 '23 10:01 fp7

@fp7 hi, it would be perfect if you help me to write test cases for this.

Homyakin avatar Jan 28 '23 15:01 Homyakin

@Homyakin The tests are already there. They just have to be executed with a jdk version >=19.

fp7 avatar Apr 03 '23 11:04 fp7