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.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/filter/filter.test b/modules/filter/filter.test
index 9b723e52b..24908c99d 100644
--- a/modules/filter/filter.test
+++ b/modules/filter/filter.test
@@ -467,7 +467,7 @@ class FilterDefaultFormatTestCase extends DrupalWebTestCase {
'group' => 'Filter',
);
}
-
+
function testDefaultTextFormats() {
// Create two text formats, and two users. The first user has access to
// both formats, but the second user only has access to the second one.
@@ -1024,11 +1024,11 @@ class FilterUnitTestCase extends DrupalUnitTestCase {
$f = _filter_htmlcorrector('test <!--this is a comment-->');
$this->assertEqual($f, 'test <!--this is a comment-->', t('HTML corrector -- Do not touch HTML comments.'));
- $f = _filter_htmlcorrector('test <!-- comment <p>another
- <strong>multiple</strong> line
+ $f = _filter_htmlcorrector('test <!-- comment <p>another
+ <strong>multiple</strong> line
comment</p> -->');
- $this->assertEqual($f, 'test <!-- comment <p>another
- <strong>multiple</strong> line
+ $this->assertEqual($f, 'test <!-- comment <p>another
+ <strong>multiple</strong> line
comment</p> -->', t('HTML corrector -- Do not touch HTML comments.'));
$f = _filter_htmlcorrector('test <!-- comment <p>another comment</p> -->');