summaryrefslogtreecommitdiff
path: root/modules/filter/filter.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/filter/filter.test')
-rw-r--r--modules/filter/filter.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filter/filter.test b/modules/filter/filter.test
index ba9518851..482c097bb 100644
--- a/modules/filter/filter.test
+++ b/modules/filter/filter.test
@@ -202,7 +202,7 @@ class FilterTestCase extends DrupalWebTestCase {
function testLineBreakFilter() {
$f = _filter_autop('<p><div> </div></p>');
$this->assertEqual(substr_count($f, '<p>'), substr_count($f, '</p>'), t('Make sure line breaking produces matching paragraph tags.'));
-
+
$f = _filter_autop('<div><p> </p></div>');
$this->assertEqual(substr_count($f, '<p>'), substr_count($f, '</p>'), t('Make sure line breaking produces matching paragraph tags.'));