Add parser test case for bug 1830 (passes in 1.5 code)
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 22 Apr 2005 11:55:50 +0000 (11:55 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 22 Apr 2005 11:55:50 +0000 (11:55 +0000)
maintenance/parserTests.txt

index e791a46..7b6138a 100644 (file)
@@ -780,6 +780,22 @@ Nested table
 
 !! end
 
+!! test
+Invalid attributes in table cell (bug 1830)
+!! input
+{|
+|Cell:|broken
+|}
+!! result
+<table>
+<tr>
+<td>broken
+</td></tr></table>
+
+!! end
+
+
+
 ###
 ### Internal links
 ###