summaryrefslogtreecommitdiff
path: root/src/path/filepath/match_test.go
Commit message (Expand)AuthorAgeFilesLines
* path/filepath: fix stack exhaustion in GlobJulie Qiu2022-07-121-0/+10
* path/filepath: replace os.MkdirTemp with T.TempDirManlio Perillo2021-04-101-24/+5
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-4/+3
* io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox2020-10-231-4/+8
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* path/filepath: fix escaped chars in Glob on non-WindowsDaniel Martí2018-02-141-0/+16
* path/filepath: fix TestGlobErrorDominik Honnef2017-06-151-2/+2
* path/filepath: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka2016-08-231-9/+2
* path/filepath: prevent infinite recursion on Windows on UNC inputJosh Bleecher Snyder2016-05-311-0/+6
* path/filepath: fix globbing of c:\*dir\... patternAlex Brainman2016-05-271-0/+163
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* path/filepath: disable symlink tests on android.Hyang-Ah Hana Kim2015-10-201-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+211