From: Gabriel Wicke Date: Tue, 19 Mar 2013 21:24:25 +0000 (-0700) Subject: Extend paragraph / line with block tag interaction tests X-Git-Tag: 1.31.0-rc.0~20277^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%2C%22id_auteur=%24connecte%22%29%20.%20%22?a=commitdiff_plain;h=6716ee49b1a337e1a9e302a25e4b8c5988397c31;p=lhc%2Fweb%2Fwiklou.git Extend paragraph / line with block tag interaction tests Tests this case too:
a
b
b
d
e
Change-Id: Ic0cc36ad8f43c3147737d38b6d9acd1100062230 --- 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 ###