From e14abf483b238da4d5b69dbc425b2ab80d1c3e98 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 28 Nov 2021 00:05:21 +0100 Subject: clarify what html5gum isn't, fix #5 --- tests/test_html5lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_html5lib.rs b/tests/test_html5lib.rs index a29cdc4..540388f 100644 --- a/tests/test_html5lib.rs +++ b/tests/test_html5lib.rs @@ -184,7 +184,7 @@ fn test_tokenizer_file(resource_name: &str) { if matches!( fname, - // We don't have the test harness for this test, TODO + // We don't implement "Coercing an HTML DOM into an infoset" section "xmlViolation.test" | // Our parser does not operate on bytes, the input isn't valid Rust &str "unicodeCharsProblematic.test" -- cgit v1.2.3