filepathfilter: test correct set of global wildcards

This commit is contained in:
Taylor Blau 2018-02-27 16:38:08 -08:00
parent 21423af7f5
commit 296e8987cb

@ -7,7 +7,7 @@ import (
)
func TestPatternMatch(t *testing.T) {
for _, wildcard := range []string{"*", "*.*"} {
for _, wildcard := range []string{`*`, `.`, `./`, `.\`} {
assertPatternMatch(t, wildcard,
"a",
"a/",