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
It seems like 'require_literal_leading_dot' option doesn't work as intended and matches files in directories that start with dot. For example if I would search for *c* file at aaa/.bbb/ccc, I would get a match even though the file is in hidden folder.
Hey,
It seems like 'require_literal_leading_dot' option doesn't work as intended and matches files in directories that start with dot. For example if I would search for
*c*
file ataaa/.bbb/ccc
, I would get a match even though the file is in hidden folder.I've added some cases that fail main test at https://github.com/kitogo/glob fork.
Cheers,
Igor
The text was updated successfully, but these errors were encountered: