From 6716ee49b1a337e1a9e302a25e4b8c5988397c31 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 19 Mar 2013 14:24:25 -0700 Subject: [PATCH] Extend paragraph / line with block tag interaction tests Tests this case too:
a
b
b
d
e
Change-Id: Ic0cc36ad8f43c3147737d38b6d9acd1100062230 --- tests/parser/parserTests.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 251bf23d4e..30d475161f 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -837,7 +837,7 @@ x
foo
z !! end !! test -Empty lines between block tags to test open p-tags are closed between the block tags +Empty lines between lines with block tags !! input
@@ -845,6 +845,12 @@ Empty lines between block tags to test open p-tags are closed between the block
a b +
a
b + +
b
d + + +
e
!! result


@@ -852,6 +858,12 @@ b

a

b

+
a
b +
b
d +


+

+
e
+ !! end ### -- 2.20.1