minor rework and filter dimensions

This commit is contained in:
Aleksandr Trushkin
2024-02-13 21:19:39 +03:00
parent f4bff6fe01
commit 3c3b4e4670
13 changed files with 969 additions and 780 deletions

View File

@ -34,6 +34,9 @@ func TestRadixMatcherWithPattern(t *testing.T) {
}, {
name: "should not match 2",
in: "whoa",
}, {
name: "should not match 3",
in: "alohaya",
}}
for _, tc := range tt {