srctree

Robin Linden parent 42af11f8 555f568d
html2/test: Remove the xmlViolation test from the todos

html2/BUILD added: 6, removed: 4, total 2
@@ -84,7 +84,6 @@ extra_deps = {
"@html5lib-tests//:tokenizer/test4.test",
"@html5lib-tests//:tokenizer/unicodeChars.test",
"@html5lib-tests//:tokenizer/unicodeCharsProblematic.test",
# "@html5lib-tests//:tokenizer/xmlViolation.test",
]]
 
[cc_fuzz_test(
 
third_party/html5lib-tests.BUILD added: 6, removed: 4, total 2
@@ -12,5 +12,8 @@ exports_files([
"tokenizer/test4.test",
"tokenizer/unicodeChars.test",
"tokenizer/unicodeCharsProblematic.test",
"tokenizer/xmlViolation.test",
# We're not using the HTML parser together with XML tooling.
# https://github.com/html5lib/html5lib-tests/blob/a9f44960a9fedf265093d22b2aa3c7ca123727b9/tokenizer/README.md#xmlviolation-tests
# https://html.spec.whatwg.org/multipage/parsing.html#coercing-an-html-dom-into-an-infoset
# "tokenizer/xmlViolation.test",
])