From af00fb386b00946d97e9dc3f365d75b87b4e69c0 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 22 Nov 2011 18:14:23 +0000 Subject: [PATCH] Add test case described by Vitaliy Filippov in bug 6200. --- tests/parser/parserTests.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index c331dd31a2..55d351f824 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -1435,6 +1435,29 @@ Table security: embedded pipes (http://lists.wikimedia.org/mailman/htdig/wikitec !! end +!! test +Indented table markup mixed with indented pre content (proposed in bug 6200) +!! input + + + + +
+ pre +
+!! result + + + + +
+
pre
+
+
+ +!! end + + ### ### Internal links ### -- 2.20.1