-
-
Notifications
You must be signed in to change notification settings - Fork 689
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
Flag Pattern.UNICODE_CHARACTER_CLASS
is not supported on Android
#494
Comments
Is there a way to detect android an conditionally pass it in? |
If these hacks are ok, I can submit PR |
Does |
Yes, it works |
Let's use that solution then. It's less hacky and keeps the Android specific parts in Android. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
#471 broke cucumber-android.
Flag
Pattern.UNICODE_CHARACTER_CLASS
is not supported on Android. It exists in Android and docs says that it has no effect on Android and can be passed but it is omitted inPattern
constructor and passing it throws exception.The text was updated successfully, but these errors were encountered: