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

多次匹配optionalGroup #4

Open
iris-qq opened this issue Oct 14, 2021 · 1 comment
Open

多次匹配optionalGroup #4

iris-qq opened this issue Oct 14, 2021 · 1 comment

Comments

@iris-qq
Copy link

iris-qq commented Oct 14, 2021

else { //Matches matchList.add(new MatchInfo(e, "")); matchList.addAll(this.getMatchingExpansions(og.getChildExpansion(), words, wordPosition)); }
需要改成
else { //Matches matchList.add(new MatchInfo(e, "")); matchList.addAll(m1); }
否则会有意想不到的错误

@tsengia
Copy link
Owner

tsengia commented Oct 16, 2021

Thank you for this recommendation! I have seen this type of bug happening before so I will test to see if this fixes the problem.
I am currently very busy with work right now. I will add this change in when I have more time to focus on the code.

Thank you!

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