Add test case described by Vitaliy Filippov in bug 6200.
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 22 Nov 2011 18:14:23 +0000 (18:14 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 22 Nov 2011 18:14:23 +0000 (18:14 +0000)
tests/parser/parserTests.txt

index c331dd3..55d351f 100644 (file)
@@ -1435,6 +1435,29 @@ Table security: embedded pipes (http://lists.wikimedia.org/mailman/htdig/wikitec
 !! end
 
 
+!! test
+Indented table markup mixed with indented pre content (proposed in bug 6200)
+!! input
+ <table>
+ <tr>
+ <td>
+ pre
+ </td>
+ </tr>
+ </table>
+!! result
+ <table>
+ <tr>
+ <td>
+<pre>pre
+</pre>
+ </td>
+ </tr>
+ </table>
+
+!! end
+
+
 ###
 ### Internal links
 ###