From ae8903264b575de4f4981c6cb3bbb61e86f04676 Mon Sep 17 00:00:00 2001 From: Stephen Checkoway Date: Fri, 9 Jul 2021 10:48:38 -0400 Subject: [PATCH] Switch to upstream html5lib-tests My PR to fix the errors https://github.com/html5lib/html5lib-tests/pull/136 was merged. We can now track the upstream repository. Closes #2282 --- .gitmodules | 4 ++-- test/html5lib-tests | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index d88e8b3af7..57c9b57f2f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "test/html5lib-tests"] path = test/html5lib-tests - url = https://github.com/stevecheckoway/html5lib-tests.git - branch = all-error-fixes + url = https://github.com/html5lib/html5lib-tests.git + branch = master diff --git a/test/html5lib-tests b/test/html5lib-tests index 535e74b475..6030cb6e40 160000 --- a/test/html5lib-tests +++ b/test/html5lib-tests @@ -1 +1 @@ -Subproject commit 535e74b4759d94fdc4038d2da9d6b70da6287614 +Subproject commit 6030cb6e40a0cf68ae38bf0001bb85b727b80a26