()
| 1659 | # ── PowerShell ─────────────────────────────────────────────────────────────── |
| 1660 | |
| 1661 | def test_powershell_no_error(): |
| 1662 | r = extract_powershell(FIXTURES / "sample.ps1") |
| 1663 | assert "error" not in r |
| 1664 | |
| 1665 | |
| 1666 | def test_powershell_psm1_dispatched_and_extracted(tmp_path): |
nothing calls this directly
no test coverage detected