Fix poem parser test cases not quite fixed up from r42012
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 13 Oct 2008 19:22:14 +0000 (19:22 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 13 Oct 2008 19:22:14 +0000 (19:22 +0000)
   2 previously failing test(s) now PASSING! :)
      *   nested <poem><nowiki>  [Fixed between 13-Oct-2008 18:22:08, 1.14alpha (r42038) and now]
      *   nested <poem><nowiki> with formatting  [Fixed between 13-Oct-2008 18:22:08, 1.14alpha (r42038) and now]

maintenance/parserTests.txt

index 5f5f54f..0990f39 100644 (file)
@@ -7230,11 +7230,11 @@ test
 </nowiki></poem>
 !!result
 <div class="poem">
-<p><br />
-this<br />
+<p>this<br />
 is<br />
 a<br />
-test</p>
+test
+</p>
 </div>
 
 !!end
@@ -7250,11 +7250,11 @@ test
 </nowiki></poem>
 !!result
 <div class="poem">
-<p><br />
-this<br />
+<p>this<br />
 '''is'''<br />
 a<br />
-test</p>
+test
+</p>
 </div>
 
 !! end