diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check_content_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check_content_parser.c b/tests/check_content_parser.c index 49f07ba..0053051 100644 --- a/tests/check_content_parser.c +++ b/tests/check_content_parser.c @@ -33,7 +33,7 @@ test_content_parse(void **state) "bola\n" "chunda\n" "\n" - "> bola\n" + "> bola \n" "> guda\n" "> buga\n" "> \n" @@ -68,7 +68,7 @@ test_content_parse(void **state) "<h6>seis</h6>\n" "<p>bola\n" "chunda</p>\n" - "<blockquote><p>bola\n" + "<blockquote><p>bola <br />\n" "guda\n" "buga</p>\n" "<pre><code>asd</code></pre>\n" |