Searched defs:globTestCase (Results 1 – 1 of 1) sorted by relevance
27 type globTestCase struct { struct28 pattern string29 matches []string30 excludes []string31 deps []string32 err error724 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {