Merge pull request #10641 from github/nickrolfe/a_an

JS/Python/Ruby: s/a HTML/an HTML/
This commit is contained in:
Nick Rolfe
2022-09-30 12:17:15 +01:00
committed by GitHub
16 changed files with 62 additions and 62 deletions

View File

@@ -87,7 +87,7 @@ predicate isBadRegexpFilter(HtmlMatchingRegExp regexp, string msg) {
not regexp.fillsCaptureGroup("<script>", group) and
msg =
"This regular expression only parses --> (capture group " + group +
") and not --!> as a HTML comment end tag."
") and not --!> as an HTML comment end tag."
)
or
regexp.matches("<!-- foo -->") and