From b05054de46f403ffbeb805bb6d42d07bd4b725b4 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 15 Nov 2012 16:02:15 -0800 Subject: [PATCH] Add test for table row followed by newlines and table heading Change-Id: I208f5464523ef3e76cd9ddc5c1198aa231bca9b8 --- tests/parser/parserTests.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 ### -- 2.20.1