mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
InlineExpectationsTest: sync
This commit is contained in:
@@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
|
||||
not actualResult.getTag() = this.getARelevantTag() and
|
||||
element = actualResult and
|
||||
message =
|
||||
"Tag mismatch: Actual result with tag " + actualResult.getTag() +
|
||||
" that is not part of getARelevantTag()"
|
||||
"Tag mismatch: Actual result with tag '" + actualResult.getTag() +
|
||||
"' that is not part of getARelevantTag()"
|
||||
)
|
||||
or
|
||||
exists(ValidExpectation expectation |
|
||||
|
||||
Reference in New Issue
Block a user