test(#73/#125): add glob regex group cases#184
Conversation
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #184 +/- ##
=======================================
Coverage 85.45% 85.45%
=======================================
Files 8 8
Lines 165 165
Branches 49 49
=======================================
Hits 141 141
Misses 21 21
Partials 3 3 ☔ View full report in Codecov by Sentry. |
|
Great job! |
Co-authored-by: JounQin <admin@1stg.me>
Closes #73
Closes #125
By replacing the
multimatchwithpicomatchin #180, I accidentally fix #73 and #125 (multimatchdoesn't support regex grouping in the glob pattern, whilepicomatchsupports). The PR adds test cases to verify that both issues have been fixed.