Skip to content

Commit

Permalink
MDL-24223 more unittests for html purifier
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 21, 2010
1 parent 276943d commit 25b0d32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/simpletest/testhtmlpurifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ function test_our_tags() {
$text = '<lang lang="de_DU">xxxxxx</lang>';
$this->assertIdentical($text, purify_html($text));

$text = "\n\raa\rsss\nsss\r";
$this->assertIdentical($text, purify_html($text));
}

}
Expand Down

0 comments on commit 25b0d32

Please sign in to comment.