Skip to content

Commit

Permalink
Fixes false positives from commit 445552d
Browse files Browse the repository at this point in the history
  • Loading branch information
Napalys committed Nov 7, 2024
1 parent 445552d commit 93c2dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ module MembershipCandidate {
or
// u.match(/re/) or u.match("re")
base = this and
m = "match" and
m = ["match", "matchAll"] and
enumeration = RegExp::getRegExpFromNode(firstArg)
)
}
Expand Down

0 comments on commit 93c2dad

Please sign in to comment.