Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ppfDirTest (0.08 sec)

  1. src/cmd/go/internal/load/flag_test.go

    			{path: "math", flags: []string{}},
    		},
    	},
    
    	// relative path patterns
    	// ppfDirTest(pattern, n, dirs...) says the first n dirs should match and the others should not.
    	ppfDirTest(".", 1, "/my/test/dir", "/my/test", "/my/test/other", "/my/test/dir/sub"),
    	ppfDirTest("..", 1, "/my/test", "/my/test/dir", "/my/test/other", "/my/test/dir/sub"),
    	ppfDirTest("./sub", 1, "/my/test/dir/sub", "/my/test", "/my/test/dir", "/my/test/other", "/my/test/dir/sub/sub"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 15:04:04 UTC 2017
    - 3.9K bytes
    - Viewed (0)
Back to top