Corrections to a couple of HTML test cases
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 3 Jun 2006 07:34:54 +0000 (07:34 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 3 Jun 2006 07:34:54 +0000 (07:34 +0000)
maintenance/parserTests.txt

index 5158a16..de755b6 100644 (file)
@@ -4025,7 +4025,6 @@ HTML nested bullet list, open tags (bug 5497)
 <li>Sub-one
 <li>Sub-two
 </ul>
-</li>
 </ul>
 !! result
 <ul>
@@ -4074,7 +4073,6 @@ HTML nested ordered list, open tags (bug 5497)
 <li>Sub-one
 <li>Sub-two
 </ol>
-</li>
 </ol>
 !! result
 <ol>
@@ -4317,8 +4315,8 @@ Parsing optional HTML elements (Bug 6171)
 <table>
   <tr>
     <td> Some tabular data</td>
-    <td> More tabular data ...</td>
-    <td> And yet som tabular data</td>
+    <td> More tabular data ...
+    </td><td> And yet som tabular data</td>
   </tr>
 </table>