Ævar Arnfjörð Bjarmason writes:
> A negated character class that does not include '/', e.g. [^a-z]:
>
> - Should match '/' when doing "wildmatch"
> - Should not match '/' when doing "pathmatch"
>
> Add two tests to cover these cases.
>
> Helped-by: Junio C Hamano
> Signed-off-by: Ævar Arnfjör
A negated character class that does not include '/', e.g. [^a-z]:
- Should match '/' when doing "wildmatch"
- Should not match '/' when doing "pathmatch"
Add two tests to cover these cases.
Helped-by: Junio C Hamano
Signed-off-by: Ævar Arnfjörð Bjarmason
---
Now with updated commit message,
2 matches
Mail list logo