MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / bad

Function bad

src/pkg/utils/regex_to_glob.test.ts:17–17  ·  view source on GitHub ↗
(re: string)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

regexToGlobFunction · 0.90

Tested by

no test coverage detected