From e22d1b42ce7f860c51c261ea9d42c0b77245fde5 Mon Sep 17 00:00:00 2001 From: Yuki Izumi Date: Wed, 9 Aug 2017 17:13:16 +1000 Subject: Fix inlines spanning newlines, text in non-para --- api_test/main.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'api_test') diff --git a/api_test/main.c b/api_test/main.c index 08f3c98..c30dc71 100644 --- a/api_test/main.c +++ b/api_test/main.c @@ -885,7 +885,7 @@ static void test_feed_across_line_ending(test_batch_runner *runner) { static void source_pos(test_batch_runner *runner) { static const char markdown[] = - "Hi *there*.\n" + "# Hi *there*.\n" "\n" "Hello “ \n" "there `hi` -- [okay](www.google.com (ok)).\n" @@ -901,13 +901,13 @@ static void source_pos(test_batch_runner *runner) { STR_EQ(runner, xml, "\n" "\n" "\n" - " \n" - " Hi \n" - " \n" - " there\n" + " \n" + " Hi \n" + " \n" + " there\n" " \n" - " .\n" - " \n" + " .\n" + " \n" " \n" " Hello “ \n" " \n" -- cgit v1.2.3