We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\p{gc=Unassigned}
maleeni v0.6.0 cannot compile \p{gc=Unassigned}. Specifically, I made the following file:
{ "name": "test", "entries": [ { "kind": "unassigned", "pattern": "\\p{gc=Unassigned}" } ] }
Then I got the following error:
$ maleeni compile test.json failed to compile in default mode: surrogate code points U+D800..U+DFFF are not allowed in UTF-8: U+D801..U+DB7E
Regardless of whether gc=Unassigned properties are practical or not, the expectation is that no errors will occur.
gc=Unassigned
The text was updated successfully, but these errors were encountered:
No branches or pull requests
maleeni v0.6.0 cannot compile
\p{gc=Unassigned}
. Specifically, I made the following file:Then I got the following error:
Regardless of whether
gc=Unassigned
properties are practical or not, the expectation is that no errors will occur.The text was updated successfully, but these errors were encountered: