Remove references to Html5Depurate
authorSubramanya Sastry <ssastry@wikimedia.org>
Wed, 13 Mar 2019 21:33:37 +0000 (16:33 -0500)
committerSubramanya Sastry <ssastry@wikimedia.org>
Wed, 13 Mar 2019 21:33:37 +0000 (16:33 -0500)
Change-Id: I4f07c5ae606f5c86242bb7d299f4f30a044860b4

tests/parser/ParserTestResultNormalizer.php
tests/phpunit/includes/tidy/RemexDriverTest.php

index fbeed97..caa19b1 100644 (file)
@@ -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 <pre>x</pre> to <pre>\nx\n</pre>,
index e576ea8..5ad8416 100644 (file)
@@ -2,7 +2,6 @@
 
 class RemexDriverTest extends MediaWikiTestCase {
        private static $remexTidyTestData = [
-               // Tests from Html5Depurate
                [
                        'Empty string',
                        "",