From dbf7c07ef9a4d15a00810737ee316bcdef68f49e Mon Sep 17 00:00:00 2001 From: Leo Koppelkamm Date: Thu, 14 Apr 2011 20:50:28 +0000 Subject: [PATCH] Another table parser test --- tests/parser/parserTests.txt | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 6f5b343c6b..31cc66f59e 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -1465,13 +1465,25 @@ Table with broken up list inside !! end + !! test -Simple paragraph +Indented table wrapped in html tags (Related to Bug 26362) !! input -This is a simple paragraph. +
+:{| +|- +| test +|}
+ !! result -

This is a simple paragraph. -

+
+
+ + + +
test +
+ !! end !! test -- 2.20.1