diff --git a/bin/vnu.jar b/bin/vnu.jar index 776d5836b..176622407 100644 Binary files a/bin/vnu.jar and b/bin/vnu.jar differ diff --git a/ietf/utils/test_runner.py b/ietf/utils/test_runner.py index 91b2fb615..e692697eb 100644 --- a/ietf/utils/test_runner.py +++ b/ietf/utils/test_runner.py @@ -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,