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

Fix "Quantified nested groups do not work" #1

Merged
merged 2 commits into from
Feb 19, 2020
Merged

Conversation

djaf77
Copy link

@djaf77 djaf77 commented Jan 23, 2020

If we have rule with nested quantifiers, like example: ("a"+ "bc")+, outer quantifier (one or more) works not correct, because both quantifiers use variables with same name - $count.

If we have rule with quantified nested groups, like example: (("a")+ "bc")+, outer quantifier works not correct, because both quantifiers use  variables with same name - $count.
@smuuf smuuf merged commit 2d3c1a1 into smuuf:master Feb 19, 2020
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

Successfully merging this pull request may close these issues.

2 participants