go/src/path/filepath/match_test.go

type MatchTest

var matchTests

func errp(e error) string {}

func TestMatch(t *testing.T) {}

var globTests

func TestGlob(t *testing.T) {}

func TestCVE202230632(t *testing.T) {}

func TestGlobError(t *testing.T) {}

func TestGlobUNC(t *testing.T) {}

var globSymlinkTests

func TestGlobSymlink(t *testing.T) {}

type globTest

func (test *globTest) buildWant(root string) []string {}

func (test *globTest) globAbs(root, rootPattern string) error {}

func (test *globTest) globRel(root string) error {}

func TestWindowsGlob(t *testing.T) {}

func TestNonWindowsGlobEscape(t *testing.T) {}