(self)
| 397 | assert _normalize_target("concepts/AI-Agents") == "concepts/ai-agents" |
| 398 | |
| 399 | def test_underscore_to_hyphen(self): |
| 400 | assert _normalize_target("concepts/gist_memory") == "concepts/gist-memory" |
| 401 | |
| 402 | def test_nfkc_fullwidth_paren(self): |
| 403 | # Full-width ) normalizes to ASCII ) via NFKC |
nothing calls this directly
no test coverage detected