-
Notifications
You must be signed in to change notification settings - Fork 254
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
Defschema doesn't accept java.util.regex.Pattern even though it's a valid schema #391
Comments
Either of those work for you? |
Yeah, I'm currently using the first method. Is it at all possible to modify |
Eh, I think wrapping would potentially cause more problems than it solves. We would definitely take a PR that improves the error message though. |
A regular expression is a valid schema:
But it is not accepted by
defschema
:The text was updated successfully, but these errors were encountered: