Skip to content

Commit c3bb142

Browse files
authored
1 parent c8025ab commit c3bb142

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

bin/vnu.jar

58.4 KB
Binary file not shown.

ietf/utils/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def vnu_filter_message(msg, filter_db_issues, filter_test_issues):
176176
"True if the vnu message is a known false positive"
177177
if re.search(
178178
r"""^Document\ uses\ the\ Unicode\ Private\ Use\ Area|
179+
^Trailing\ slash\ on\ void\ elements\ has\ no\ effect|
179180
^Element\ 'h.'\ not\ allowed\ as\ child\ of\ element\ 'pre'""",
180181
msg["message"],
181182
flags=re.VERBOSE,

0 commit comments

Comments
 (0)