From caea78300609ecc335379fc88e4bd54f1a6928a4 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Wed, 28 Mar 2018 03:24:01 +0100 Subject: [PATCH] Add failing test case --- test/data/simple_blockquote.html | 15 +++++++++++++++ test/data/simple_blockquote.md | 8 +++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/test/data/simple_blockquote.html b/test/data/simple_blockquote.html index 8225d57..9f9bfab 100644 --- a/test/data/simple_blockquote.html +++ b/test/data/simple_blockquote.html @@ -8,4 +8,19 @@

no space after >:

quote

+
+
+
+
+
+

Info 1 text

+
+
+
+
+
+
+

Info 2 text

+
+
\ No newline at end of file diff --git a/test/data/simple_blockquote.md b/test/data/simple_blockquote.md index 22b6b11..d7c3e12 100644 --- a/test/data/simple_blockquote.md +++ b/test/data/simple_blockquote.md @@ -4,4 +4,10 @@ indented: > quote no space after `>`: ->quote \ No newline at end of file +>quote + +--- + +>>> Info 1 text + +>>> Info 2 text \ No newline at end of file