Merge branch 'main' of https://github.com/github/codeql into python-ruby/track-through-summaries-pm

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-06-09 14:16:34 +02:00
882 changed files with 22203 additions and 9953 deletions

View File

@@ -317,7 +317,7 @@ class HttpServerHttpResponseTest extends InlineExpectationsTest {
location = response.getLocation() and
element = response.toString() and
// Ensure that an expectation value such as "mimetype=text/html; charset=utf-8" is parsed as a
// single expectation with tag mimetype, and not as two expecations with tags mimetype and
// single expectation with tag mimetype, and not as two expectations with tags mimetype and
// charset.
(
if exists(response.getMimetype().indexOf(" "))