From 93728e5d325371f6ec92213a6207a6bfddfc261b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 27 Jul 2009 20:15:35 +0000 Subject: - Patch #374441 by tic200, Damien Tournoud, scor: refactor Drupal HTML corrector using PHP5's XML/Dom parser. --- modules/field/modules/text/text.test | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/field') diff --git a/modules/field/modules/text/text.test b/modules/field/modules/text/text.test index ae8a0a06a..db7c96c7c 100644 --- a/modules/field/modules/text/text.test +++ b/modules/field/modules/text/text.test @@ -286,12 +286,12 @@ class TextSummaryTestCase extends DrupalWebTestCase { // And using a text format WITH the line-break and htmlcorrector filters. $expected_lb = array( "

\nHi\n

\n

\nfolks\n
\n!\n

", - "<", - "

", - "

", - "

", - "

", + "", + "

", + "

", + "

", + "

", + "

", "

\nHi

", "

\nHi

", "

\nHi

", -- cgit v1.2.3