mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Fix: restrict generated test cases to requested rows
This commit is contained in:
@@ -172,6 +172,7 @@ newtype TTestCase =
|
||||
string namespace, string type, boolean subtypes, string name, string signature, string ext,
|
||||
string inputSpec, string outputSpec
|
||||
|
|
||||
any(TargetSummaryModelCsv tsmc).row(row) and
|
||||
summaryModel(namespace, type, subtypes, name, signature, ext, inputSpec, outputSpec, kind, row) and
|
||||
callable = interpretElement(namespace, type, subtypes, name, signature, ext) and
|
||||
Private::External::interpretSpec(inputSpec, input) and
|
||||
|
||||
Reference in New Issue
Block a user