Home
last modified time | relevance | path

Searched defs:globTestCase (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/pathtools/
Dglob_test.go27 type globTestCase struct { struct
28 pattern string
29 matches []string
30 excludes []string
31 deps []string
32 err error
724 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {