Prodding the sore toe: Another pathological parser test case
authorAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Sun, 4 Jun 2006 01:30:39 +0000 (01:30 +0000)
committerAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Sun, 4 Jun 2006 01:30:39 +0000 (01:30 +0000)
maintenance/parserTests.txt

index de755b6..e68c24c 100644 (file)
@@ -4343,6 +4343,17 @@ Correct handling of <td>, <tr> (Bug 6171)
 </table>
 
 !! end
+
+!!test
+Mixing markup for italics and bold
+!! options
+!! input
+'''bold''''''bold''bolditalics'''''
+!! result
+<p><b>bold</b><b>bold<i>bolditalics></i></b>
+</p>
+!! end
+
 #
 #
 #