From bc5ee74ffd1f67b3a0d512c94d60e2a0aa426298 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Fri, 7 Jul 2017 20:52:35 +0200 Subject: [PATCH] Markdown: one more test --- t/markdown-rule.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/markdown-rule.t b/t/markdown-rule.t index bb994f31..2b9a333c 100644 --- a/t/markdown-rule.t +++ b/t/markdown-rule.t @@ -32,6 +32,8 @@ run_tests(split(/\n/,<<'EOT'));
  1. one
  2. two
1. one\n 2. two\n 3. three
  1. one
    1. two
    2. three
+1. one\n\n 2. two\n\n 3. three +
  1. one
    1. two
    2. three
- one - one\n-- Alex