Aleksander Machniak
2013-05-25 7b81cdb8e341c438062eb9b73f2ff273175c15b3
Fix washtml test after "unsupported node type" fix
1 files modified
2 ■■■ changed files
tests/Framework/Washtml.php 2 ●●● patch | view | raw | blame | history
tests/Framework/Washtml.php
@@ -47,7 +47,7 @@
        $html   = "<!--[if gte mso 10]><p>p1</p><!--><p>p2</p>";
        $washed = $washer->wash($html);
        $this->assertEquals('<!-- html ignored --><!-- body ignored --><p>p2</p>', $washed, "HTML conditional comments (#1489004)");
        $this->assertEquals('<!-- node type 8 --><!-- html ignored --><!-- body ignored --><p>p2</p>', $washed, "HTML conditional comments (#1489004)");
        $html   = "<!--TestCommentInvalid><p>test</p>";
        $washed = $washer->wash($html);