From f758f7c5343551e75247e75e34163a96ec3c3c94 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 27 May 2007 16:17:14 +0000 Subject: [PATCH] Oh whitespace how I despise you! Fix whitespace discrepancies between DOM and DirectLex. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1099 48356398-32a2-884e-a903-53898d9a118a --- tests/HTMLPurifier/Test.php | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/tests/HTMLPurifier/Test.php b/tests/HTMLPurifier/Test.php index 5f543367..9fa61398 100644 --- a/tests/HTMLPurifier/Test.php +++ b/tests/HTMLPurifier/Test.php @@ -101,18 +101,8 @@ class HTMLPurifier_Test extends UnitTestCase $this->purifier = new HTMLPurifier(); $this->assertPurification( -' --- - -
123
', -' --- - -
123
' +'
123
', +'
123
' ); }