micromatch / braces

Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.
https://github.com/jonschlinkert
MIT License
207 stars 47 forks source link

Failing test cases for issue \#29 #30

Closed koopero closed 5 years ago

koopero commented 5 years ago

This PR does not fix anything. It just includes additional test cases to aid in solving issue #29 .

jonschlinkert commented 5 years ago

I'll merge once we do the other fix with strictZeros, thanks!