Skip to content

Commit

Permalink
Weird overlapping match
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Aug 16, 2023
1 parent 2e6a846 commit 2554d8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public void RuleCanBeTurnedOffAndOnAgain()
[InlineData("*.namE", "", "")]
[InlineData("*.sillY.meteR.Name", "", "")]
[InlineData("long*Name", "", "")]
[InlineData("lonG.sillY.meter*MeteR.namE", "", "")] // Shouldn't match, but does, left for compatibility with Logging.
[InlineData("lonG.sillY.meteR.namE", "", "")]
[InlineData("", "instrumenTnamE", "")]
[InlineData("lonG.sillY.meteR.namE", "instrumenTnamE", "")]
Expand Down

0 comments on commit 2554d8e

Please sign in to comment.