Skip to content

多次匹配optionalGroup #4

@iris-qq

Description

@iris-qq

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); }
否则会有意想不到的错误

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions