[Base] Match exactly when no pattern in wildcard

This commit is contained in:
Radosław Gliński
2022-02-18 00:38:04 +01:00
committed by GitHub
parent ba28ef9717
commit 6b45cf8447
2 changed files with 4 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ class WildcardFlags {
static WildcardFlags FIRST;
static WildcardFlags LAST;
static WildcardFlags ANY;
static WildcardFlags FIRST_AND_LAST;
};
class WildcardRule {