Another table parser test
authorLeo Koppelkamm <diebuche@users.mediawiki.org>
Thu, 14 Apr 2011 20:50:28 +0000 (20:50 +0000)
committerLeo Koppelkamm <diebuche@users.mediawiki.org>
Thu, 14 Apr 2011 20:50:28 +0000 (20:50 +0000)
tests/parser/parserTests.txt

index 6f5b343..31cc66f 100644 (file)
@@ -1465,13 +1465,25 @@ Table with broken up list inside
 </table>
 
 !! end
+
 !! test
-Simple paragraph
+Indented table wrapped in html tags (Related to Bug 26362)
 !! input
-This is a simple paragraph.
+<div>
+:{|
+|-
+| test
+|}</div>
+
 !! result
-<p>This is a simple paragraph.
-</p>
+<div>
+<dl><dd><table>
+<tr>
+<td>test
+</td>
+</tr>
+</table></dd></dl></div>
+
 !! end
 
 !! test