test blank lines
This commit is contained in:
parent
3a9b82ab1e
commit
0f0bf5ff69
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class BanWordsTest extends ShimmieWebTestCase {
|
|||
$this->assert_title("Comment Blocked");
|
||||
|
||||
$this->get_page("post/view/$image_id");
|
||||
$this->set_field('comment', "kittens and viagra!");
|
||||
$this->set_field('comment', "kittens\n\n\n\nand viagra!");
|
||||
$this->click("Post Comment");
|
||||
$this->assert_title("Comment Blocked");
|
||||
|
||||
|
|
Reference in a new issue