From 0f0bf5ff698f8bb69140ffc385d1fc1c5289a0b2 Mon Sep 17 00:00:00 2001 From: Shish <shish@shishnet.org> Date: Sun, 20 Sep 2009 03:47:04 +0100 Subject: [PATCH] test blank lines --- contrib/ban_words/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ban_words/test.php b/contrib/ban_words/test.php index d0052f3d..04a1cd32 100644 --- a/contrib/ban_words/test.php +++ b/contrib/ban_words/test.php @@ -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");