aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_html5lib.rs2
1 files changed, 1 insertions, 1 deletions
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"