Kotlin: Add an integration test for extractor information

This commit is contained in:
Ian Lynagh
2023-08-22 12:37:50 +01:00
parent c67cc23e07
commit deaf912cb8
6 changed files with 27 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ predicate extractorTotalDiagnostics(string key, int value) {
from string key, int value
where
not extractorInformationSkipKey(key) and
not exists(string pattern | extractorInformationSkipKey(pattern) and key.matches(pattern)) and
(
compilationInfo(key, value) or
fileCount(key, value) or