diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-05-06 02:29:08 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-05-06 02:29:08 -0300 |
commit | 927fb000a76a9f70f229b222f89be34af38bd78c (patch) | |
tree | 92a0fa368d543b9a4d299156b3e8e5bd4f9b26d2 /tests/check_content_parser.c | |
parent | 903c8313bc1f8a1ce3d97fc944293d79ccdac76c (diff) | |
download | blogc-927fb000a76a9f70f229b222f89be34af38bd78c.tar.gz blogc-927fb000a76a9f70f229b222f89be34af38bd78c.tar.bz2 blogc-927fb000a76a9f70f229b222f89be34af38bd78c.zip |
content-parser: actually use inline parser
Diffstat (limited to 'tests/check_content_parser.c')
-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); } |