aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/match_test.go
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] path/filepath: fix stack exhaustion in GlobJulie Qiu
2021-04-10path/filepath: replace os.MkdirTemp with T.TempDirManlio Perillo
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-02-14path/filepath: fix escaped chars in Glob on non-WindowsDaniel Martí
2017-06-15path/filepath: fix TestGlobErrorDominik Honnef
2016-08-23path/filepath: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka
2016-05-31path/filepath: prevent infinite recursion on Windows on UNC inputJosh Bleecher Snyder
2016-05-27path/filepath: fix globbing of c:\*dir\... patternAlex Brainman
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-10-20path/filepath: disable symlink tests on android.Hyang-Ah Hana Kim
2014-09-08build: move package sources from src/pkg to srcRuss Cox