Closed this issue 6 years ago · 1 comments
A possible regression due to 9e79979, now ** alone does not match a or a/b, a/** does not match a/b/c anymore.
**
a
a/b
a/**
a/b/c
** should be equivalent to **/* if it is the last segment
**/*
Should be fixed in 1.0.1 thanks.
1.0.1