This commit is contained in:
Lars Eggert 2023-03-25 17:37:33 +09:00 committed by GitHub
parent c8025ab47e
commit c3bb142c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -176,6 +176,7 @@ def vnu_filter_message(msg, filter_db_issues, filter_test_issues):
"True if the vnu message is a known false positive"
if re.search(
r"""^Document\ uses\ the\ Unicode\ Private\ Use\ Area|
^Trailing\ slash\ on\ void\ elements\ has\ no\ effect|
^Element\ 'h.'\ not\ allowed\ as\ child\ of\ element\ 'pre'""",
msg["message"],
flags=re.VERBOSE,