-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Is this the match bug when double start ends?
// should this be true? but the result is false
fmt.Println(zglob.Match(`/**`, `/abc/def/123`))
and for example, the result are all true, matching seems not difference when ending with star.
fmt.Println(zglob.Match(`/*`, `/abc.txt`))
fmt.Println(zglob.Match(`/**`, `/abc.txt`))
Metadata
Metadata
Assignees
Labels
No labels