aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-05-06 02:29:08 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-05-06 02:29:08 -0300
commit927fb000a76a9f70f229b222f89be34af38bd78c (patch)
tree92a0fa368d543b9a4d299156b3e8e5bd4f9b26d2 /tests
parent903c8313bc1f8a1ce3d97fc944293d79ccdac76c (diff)
downloadblogc-927fb000a76a9f70f229b222f89be34af38bd78c.tar.gz
blogc-927fb000a76a9f70f229b222f89be34af38bd78c.tar.bz2
blogc-927fb000a76a9f70f229b222f89be34af38bd78c.zip
content-parser: actually use inline parser
Diffstat (limited to 'tests')
-rw-r--r--tests/check_content_parser.c2
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);
}