(re: string)
| 15 | expect(got).toBe(glob); |
| 16 | }; |
| 17 | const bad = (re: string) => expect(regexToGlob(re)).toBeNull(); |
| 18 | |
| 19 | // ──────────────────────────────────────────────────────────────────────────── |
| 20 | // 1) 基础字面量与锚点/边界 (Literals, Dots, Anchors, Boundaries) |
no test coverage detected