-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Regex Fails to Match #20
Comments
Unfortuantely confirmed. Easy fix. This is a regression introduced when changed regex parser to have a handcrafted lexer. A corner case was added and no unit test covered it. Already have a fix. |
Should be fixed now. Added appropriate unit test. |
Thanks! Will test now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
match returns false, whereas matching
string_buffer("1")
returns true.The text was updated successfully, but these errors were encountered: