From: Brion Vibber Date: Fri, 22 Apr 2005 11:55:50 +0000 (+0000) Subject: Add parser test case for bug 1830 (passes in 1.5 code) X-Git-Tag: 1.5.0alpha1~184 X-Git-Url: http://git.cyclocoop.org/wiki/%7B%7Bpath%7D%7Dmw-config/index.php?a=commitdiff_plain;h=10aec677c70a217dd01d367be7a666287c121b64;p=lhc%2Fweb%2Fwiklou.git Add parser test case for bug 1830 (passes in 1.5 code) --- 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 ###