mirror of
https://github.com/git/git.git
synced 2024-11-28 04:23:30 +08:00
Merge branch 'ab/t3070-test-dedup'
Test cleanup. * ab/t3070-test-dedup: wildmatch test: remove redundant duplicate test
This commit is contained in:
commit
9af970339e
@ -135,7 +135,6 @@ match 1 x '5' '[[:xdigit:]]'
|
||||
match 1 x 'f' '[[:xdigit:]]'
|
||||
match 1 x 'D' '[[:xdigit:]]'
|
||||
match 1 x '_' '[[:alnum:][:alpha:][:blank:][:cntrl:][:digit:][:graph:][:lower:][:print:][:punct:][:space:][:upper:][:xdigit:]]'
|
||||
match 1 x '_' '[[:alnum:][:alpha:][:blank:][:cntrl:][:digit:][:graph:][:lower:][:print:][:punct:][:space:][:upper:][:xdigit:]]'
|
||||
match 1 x '.' '[^[:alnum:][:alpha:][:blank:][:cntrl:][:digit:][:lower:][:space:][:upper:][:xdigit:]]'
|
||||
match 1 x '5' '[a-c[:digit:]x-z]'
|
||||
match 1 x 'b' '[a-c[:digit:]x-z]'
|
||||
|
Loading…
Reference in New Issue
Block a user