Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Asger F
2026-06-30 07:17:23 +02:00
committed by GitHub
parent 12bd3e2860
commit 28f0be5c67

View File

@@ -19,7 +19,7 @@ This is a CodeQL extractor based on tree-sitter.
- To run tests for the parser and mapping, run `cargo test` in the `extractor` directory.
- Extractor test cases are located at `extractor/test/corpus/swift/*/*.swift`.
- Extractor test cases are located at `extractor/tests/corpus/swift/*/*.swift`.
- Each test case has a corresponding `.output` file containing its generated output along with a copy of the test case itself.