From a330f86543459812d5aa659ab8d31fb55b124361 Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Wed, 13 Mar 2019 16:33:37 -0500 Subject: [PATCH] Remove references to Html5Depurate Change-Id: I4f07c5ae606f5c86242bb7d299f4f30a044860b4 --- tests/parser/ParserTestResultNormalizer.php | 2 +- tests/phpunit/includes/tidy/RemexDriverTest.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/parser/ParserTestResultNormalizer.php b/tests/parser/ParserTestResultNormalizer.php index fbeed97bc0..caa19b151d 100644 --- a/tests/parser/ParserTestResultNormalizer.php +++ b/tests/parser/ParserTestResultNormalizer.php @@ -47,7 +47,7 @@ class ParserTestResultNormalizer { /** * The point of this function is to produce a normalized DOM in which - * Tidy's output matches the output of html5depurate. Tidy both trims + * Tidy's output matches the output of RemexHtml. Tidy both trims * and pretty-prints, so this requires fairly aggressive treatment. * * In particular, note that Tidy converts
x
to
\nx\n
, diff --git a/tests/phpunit/includes/tidy/RemexDriverTest.php b/tests/phpunit/includes/tidy/RemexDriverTest.php index e576ea8650..5ad8416b81 100644 --- a/tests/phpunit/includes/tidy/RemexDriverTest.php +++ b/tests/phpunit/includes/tidy/RemexDriverTest.php @@ -2,7 +2,6 @@ class RemexDriverTest extends MediaWikiTestCase { private static $remexTidyTestData = [ - // Tests from Html5Depurate [ 'Empty string', "", -- 2.20.1