From 10aec677c70a217dd01d367be7a666287c121b64 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 22 Apr 2005 11:55:50 +0000 Subject: [PATCH] Add parser test case for bug 1830 (passes in 1.5 code) --- maintenance/parserTests.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index e791a4641c..7b6138a9dc 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -780,6 +780,22 @@ Nested table !! end +!! test +Invalid attributes in table cell (bug 1830) +!! input +{| +|Cell:|broken +|} +!! result + + +
broken +
+ +!! end + + + ### ### Internal links ### -- 2.20.1