Merge pull request #2889 from git-lfs/remove-removed-test-cases

filepathfilter: test correct set of global wildcards
This commit is contained in:
Taylor Blau 2018-02-27 16:52:53 -08:00 committed by GitHub
commit bbdad700b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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