diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check_content_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_content_parser.c b/tests/check_content_parser.c index a613052..ab1bf49 100644 --- a/tests/check_content_parser.c +++ b/tests/check_content_parser.c @@ -94,7 +94,7 @@ test_content_parse(void **state) "</style>\n" "<p>guda\n" "yay</p>\n" - "<p>**bola**</p>\n"); + "<p><strong>bola</strong></p>\n"); free(html); } |