From a90aab9ee2b0c8de87e03b4f9f8718d07d227c36 Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 13 Apr 2011 23:36:49 +0000 Subject: [PATCH] Another evil test to join r86004 (didn't produce malformed output in the pre-r85922 parser) --- tests/parser/parserTests.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index b8ca26a689..706d33b1f3 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -1460,6 +1460,24 @@ A table with unclosed italic in a cell !! end +!! test +A table with unclosed italic in a th +!! input +{| +|- +! ''Cell +|| Value +|} +!! result + + + + + +
CellValue
+ +!! end + !! test Table security: embedded pipes (http://lists.wikimedia.org/mailman/htdig/wikitech-l/2006-April/022293.html) !! input -- 2.20.1