aboutsummaryrefslogtreecommitdiff
path: root/tests/test_html5lib.rs
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-28 00:05:21 +0100
committerMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-28 00:05:21 +0100
commite14abf483b238da4d5b69dbc425b2ab80d1c3e98 (patch)
tree09801b839a98441793dafa8bd326d5df3f38d201 /tests/test_html5lib.rs
parent95afc5359e940398498310d46e81352f04b43a49 (diff)
clarify what html5gum isn't, fix #5
Diffstat (limited to 'tests/test_html5lib.rs')
-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"