From 20e592359f5fb1c902160a1dc79b48b8155c2f10 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Fri, 30 Mar 2018 19:22:13 +0100 Subject: [PATCH] Add failing test case --- test/data/html_comment.html | 8 +++++++- test/data/html_comment.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/test/data/html_comment.html b/test/data/html_comment.html index 566dc3a..009c309 100644 --- a/test/data/html_comment.html +++ b/test/data/html_comment.html @@ -2,4 +2,10 @@

paragraph

-

paragraph

\ No newline at end of file +

paragraph

+abc + \ No newline at end of file diff --git a/test/data/html_comment.md b/test/data/html_comment.md index 6ddfdb4..27aeb29 100644 --- a/test/data/html_comment.md +++ b/test/data/html_comment.md @@ -5,4 +5,10 @@ paragraph -paragraph \ No newline at end of file +paragraph + +abc + +* abcd +* bbbb +* cccc \ No newline at end of file