mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
The `queries.xml` file defines which extractor the `codeql test` runner will use to extract databases for the tests. In the future one will be able to write this information in `qlpack.yml`, but we can't do that immediately because the _existing_ CodeQL tooling would refuse to parse a `qlpack.yml` that has the new field in it. Adding a queries.xml file means that the normalization of file names in the test output changes even with the old QLTest, so there are a number of consequential updates of expected output files.
3 lines
108 B
Plaintext
3 lines
108 B
Plaintext
| a.js:0:0:0:0 | a.js | library-tests/Files/a.js |
|
|
| b/c.js:0:0:0:0 | b/c.js | library-tests/Files/b/c.js |
|