WIP: Demo for mimir issue 1866

This commit is contained in:
Nick Pillitteri 2022-05-17 09:38:50 -04:00
parent 64e6c171c2
commit 8120398f6c

View file

@ -81,6 +81,11 @@ func TestMatcher(t *testing.T) {
value: "foo-bar",
match: false,
},
{
matcher: mustNewMatcher(t, MatchRegexp, "$*bar"),
value: "foo-bar",
match: false,
},
}
for _, test := range tests {