diff options
Diffstat (limited to 'tests/check_content_parser.c')
-rw-r--r-- | tests/check_content_parser.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/check_content_parser.c b/tests/check_content_parser.c index d9d2528..b20f8d0 100644 --- a/tests/check_content_parser.c +++ b/tests/check_content_parser.c @@ -157,10 +157,10 @@ test_content_parse(void **state) "<p>guda\n" "yay</p>\n" "<p><strong>bola</strong>\n" - "— foo-bar\n" - "– bar</p>\n" - "<p>— asd</p>\n" - "<p>– lol</p>\n"); + "– foo-bar\n" + "— bar</p>\n" + "<p>– asd</p>\n" + "<p>— lol</p>\n"); free(html); } @@ -245,10 +245,10 @@ test_content_parse_crlf(void **state) "<p>guda\r\n" "yay</p>\r\n" "<p><strong>bola</strong>\r\n" - "— foo-bar\r\n" - "– bar</p>\r\n" - "<p>— asd</p>\r\n" - "<p>– lol</p>\r\n"); + "– foo-bar\r\n" + "— bar</p>\r\n" + "<p>– asd</p>\r\n" + "<p>— lol</p>\r\n"); free(html); } |