Skip to content

Commit

Permalink
filepathfilter: test correct set of global wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
ttaylorr committed Feb 28, 2018
1 parent 21423af commit 296e898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filepathfilter/filepathfilter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func TestPatternMatch(t *testing.T) {
for _, wildcard := range []string{"*", "*.*"} {
for _, wildcard := range []string{`*`, `.`, `./`, `.\`} {
assertPatternMatch(t, wildcard,
"a",
"a/",
Expand Down

0 comments on commit 296e898

Please sign in to comment.