From: Gabriel Wicke Date: Fri, 16 Nov 2012 00:02:15 +0000 (-0800) Subject: Add test for table row followed by newlines and table heading X-Git-Tag: 1.31.0-rc.0~21625 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=b05054de46f403ffbeb805bb6d42d07bd4b725b4;p=lhc%2Fweb%2Fwiklou.git Add test for table row followed by newlines and table heading Change-Id: I208f5464523ef3e76cd9ddc5c1198aa231bca9b8 --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index d18da66c8b..ff0649b711 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -2806,6 +2806,24 @@ Template-generated table cell attributes and cell content !! end +!! test +Table with row followed by newlines and table heading +!! input +{| +|- + +! foo +|} +!! result + + + + +
foo +
+ +!! end + ### ### Internal links ###