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

Incorrect work with meta '*' #6

Closed
BelokrysFedotov opened this issue Oct 14, 2013 · 3 comments
Closed

Incorrect work with meta '*' #6

BelokrysFedotov opened this issue Oct 14, 2013 · 3 comments

Comments

@BelokrysFedotov
Copy link

Matched string "CONTROL"
Pattern "^a*CONTROL" (or "^[a]*CONTROL", or "^(a)*CONTROL")
It's returning -1 (SLRE_NO_MATCH), but must 0

Now, I use small hack - "^(a*)?CONTROL"

@cpq
Copy link
Member

cpq commented Oct 16, 2013

It should return 7, correct?

@cpq
Copy link
Member

cpq commented Oct 16, 2013

I've added your failing tests cases:
b017911
Working on a fix.

@cpq
Copy link
Member

cpq commented Oct 17, 2013

Fix pushed, ca79a93
Thanks for reporting!

@cpq cpq closed this as completed Oct 17, 2013
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

No branches or pull requests

2 participants