From: Ævar Arnfjörð Bjarmason Date: Fri, 6 May 2005 21:54:00 +0000 (+0000) Subject: * Added a testcase for bug 785. X-Git-Tag: 1.5.0alpha2~285 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=a240896dbb8a5d705185b54abdfacece760ba345;p=lhc%2Fweb%2Fwiklou.git * Added a testcase for bug 785. --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 03763613a8..f5d6554509 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1189,6 +1189,20 @@ Mixed list !! end +!! test +List items are not parsed correctly following a
 block (bug 785)
+!! input
+* 
foo
+*
bar
+* zar +!! result + + +!! end + ### ### Magic variables ###