From 8aaa346994fe87ce0badfd3ac0c2ee302c86716c Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 9 Jul 2015 21:36:01 -0300 Subject: content-parser: fixed start_state bug. --- tests/check_content_parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/check_content_parser.c') diff --git a/tests/check_content_parser.c b/tests/check_content_parser.c index cb497cb..1eb2aa5 100644 --- a/tests/check_content_parser.c +++ b/tests/check_content_parser.c @@ -727,13 +727,13 @@ test_content_parse_inline(void **state) { char *html = blogc_content_parse_inline( "**bola***asd* [![lol](http://google.com/lol.png) **lol** " - "\\[asd\\]\\(qwe\\)](http://google.com) ``chunda`` [[bola]]"); + "\\[asd\\]\\(qwe\\)](http://google.com) ``chunda`` [[bola]] chunda[9]"); assert_non_null(html); assert_string_equal(html, "bolaasd " " lol [asd](qwe) " - "chunda bola"); + "chunda bola chunda[9]"); free(html); html = blogc_content_parse_inline("*bola*"); assert_non_null(html); -- cgit v1.2.3-18-g5258