Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split words correctly in java19 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

fp7
Copy link

@fp7 fp7 commented Jan 19, 2023

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

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
@Homyakin
Copy link
Owner

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

@fp7
Copy link
Author

fp7 commented Apr 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants