/** * SMI-4293: Python query-based extractor tests. * * Drives `extractPythonParseResult` through the live web-tree-sitter WASM * grammar so behaviour tracks the real parser, not a mock. The regression * guard (queryExtractionMatchesOrExceedsRegex) proves parity vs regex; * these tests pin the extractor's output shape. * * @see docs/internal/implementation/github-wave-5c-tree-sitter-incremental.md */ export {}; //# sourceMappingURL=pythonExtractor.test.d.ts.map