You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing tests for my code using glob package and can't find any pattern that wouldn't compile. I was looking at the test cases in this repository and didn't find any error cases either.
So my question is: is there any input to glob.Compile that would yield an error?
I tried inputs with unbalanced brackets ([ and {), they did compile as well.
The text was updated successfully, but these errors were encountered:
I'm writing tests for my code using
glob
package and can't find any pattern that wouldn't compile. I was looking at the test cases in this repository and didn't find any error cases either.So my question is: is there any input to
glob.Compile
that would yield an error?I tried inputs with unbalanced brackets (
[
and{
), they did compile as well.The text was updated successfully, but these errors were encountered: