aboutsummaryrefslogtreecommitdiff
path: root/integration_tests
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-14 16:25:58 +0200
committerMartin Fischer <martin@push-f.com>2023-08-19 06:41:55 +0200
commit822249c2eec94406e2f0b1ef70dd71273ad8d7dd (patch)
treea099a7c98dbfa1f7c002cd022cb95a35945eaef0 /integration_tests
parentbfff0560a0e448eef41ac2b4c7e8deb0a77e4167 (diff)
test: enable previously skipped tokenizer test
Diffstat (limited to 'integration_tests')
-rw-r--r--integration_tests/tests/test_html5lib.rs8
1 files changed, 1 insertions, 7 deletions
diff --git a/integration_tests/tests/test_html5lib.rs b/integration_tests/tests/test_html5lib.rs
index 8afa033..32dccd4 100644
--- a/integration_tests/tests/test_html5lib.rs
+++ b/integration_tests/tests/test_html5lib.rs
@@ -336,13 +336,7 @@ fn run_test_inner<R: Reader>(
assert_eq!(test.output.0, actual_tokens);
- if !matches!(
- (fname, test_i),
- // TODO: html5lib-tests bug?
- ("test3.test", 79)
- ) {
- assert_eq!(test.errors, actual_errors);
- }
+ assert_eq!(test.errors, actual_errors);
}
/// Implements the escape sequences described in the tokenizer tests of html5lib-tests (and nothing