canonical / canonical/chisel

bug: ``strdist.GlobPath`` produces wrong result on a corner case

Open
#63 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
424
Forks
65
Avg merge
12d 19h
Merged PRs (30d)
1

Description

The following statement returns `false`, whereas it should return `true`.
```go
strdist.GlobPath("/*foo", "/foo")
```

The following works as intended, returning `true`.
```go
strdist.GlobPath("/**foo", "/foo")
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.