Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -4025,7 +4025,6 @@ |
4026 | 4026 | <li>Sub-one |
4027 | 4027 | <li>Sub-two |
4028 | 4028 | </ul> |
4029 | | -</li> |
4030 | 4029 | </ul> |
4031 | 4030 | !! result |
4032 | 4031 | <ul> |
— | — | @@ -4074,7 +4073,6 @@ |
4075 | 4074 | <li>Sub-one |
4076 | 4075 | <li>Sub-two |
4077 | 4076 | </ol> |
4078 | | -</li> |
4079 | 4077 | </ol> |
4080 | 4078 | !! result |
4081 | 4079 | <ol> |
— | — | @@ -4317,8 +4315,8 @@ |
4318 | 4316 | <table> |
4319 | 4317 | <tr> |
4320 | 4318 | <td> Some tabular data</td> |
4321 | | - <td> More tabular data ...</td> |
4322 | | - <td> And yet som tabular data</td> |
| 4319 | + <td> More tabular data ... |
| 4320 | + </td><td> And yet som tabular data</td> |
4323 | 4321 | </tr> |
4324 | 4322 | </table> |
4325 | 4323 | |