From cc0c4d6866bb876e1ba098bc7f70fb8f312e9fc2 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 22 May 2016 17:10:46 +0200 Subject: content-parser: do not use paragraphs inside blockquote for DESCRIPTION --- tests/check_content_parser.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/check_content_parser.c b/tests/check_content_parser.c index 2444ebb..d3ef2b8 100644 --- a/tests/check_content_parser.c +++ b/tests/check_content_parser.c @@ -1153,7 +1153,7 @@ test_content_parse_description(void **state) "\n" "

bar

\n"); assert_non_null(d); - assert_string_equal(d, "qwe"); + assert_string_equal(d, "bar"); free(html); free(d); d = NULL; @@ -1172,7 +1172,7 @@ test_content_parse_description(void **state) "\n" "

bar

\n"); assert_non_null(d); - assert_string_equal(d, "qwe"); + assert_string_equal(d, "bar"); free(html); free(d); } @@ -1236,7 +1236,7 @@ test_content_parse_description_crlf(void **state) "\r\n" "

bar

\r\n"); assert_non_null(d); - assert_string_equal(d, "qwe"); + assert_string_equal(d, "bar"); free(html); free(d); d = NULL; @@ -1255,7 +1255,7 @@ test_content_parse_description_crlf(void **state) "\r\n" "

bar

\r\n"); assert_non_null(d); - assert_string_equal(d, "qwe"); + assert_string_equal(d, "bar"); free(html); free(d); } -- cgit v1.2.3-18-g5258