##// END OF EJS Templates
match: make glob '**/' match the empty string...
match: make glob '**/' match the empty string Previously, a glob pattern of the form 'foo/**/bar' would match 'foo/a/bar' but not 'foo/bar'. That was because the '**' in 'foo/**/bar' would be translated to '.*', making the final regex pattern 'foo/.*/bar'. That pattern doesn't match the string 'foo/bar'. This is a bug because the '**/' glob matches the empty string in standard Unix shells like bash and zsh. Fix that by making the ending '/' optional if an empty string can be matched.

File last commit:

r21697:b6cd12d6 stable
r21815:a4b67bf1 stable
Show More
ja.po
0 lines | 1022.8 KiB | application/x-gettext
File size 1022.8 KiB is bigger then allowed limit 515.6 KiB. Show as raw