Fix tests for sample custom writer tables

This commit is contained in:
Albert Krewinkel 2019-01-16 13:30:16 +01:00
parent 02a21117fb
commit bbf37dee8e

View file

@ -26,7 +26,7 @@
<td align="center">1</td>
<td align="left">1</td>
</tr>
</table
</table>
<p>Simple table without caption:</p>
@ -55,7 +55,7 @@
<td align="center">1</td>
<td align="left">1</td>
</tr>
</table
</table>
<p>Simple table indented two spaces:</p>
@ -85,7 +85,7 @@
<td align="center">1</td>
<td align="left">1</td>
</tr>
</table
</table>
<p>Multiline table with caption:</p>
@ -119,7 +119,7 @@ multiple lines.</td>
<td align="left">Heres another one. Note
the blank line between rows.</td>
</tr>
</table
</table>
<p>Multiline table without caption:</p>
@ -151,7 +151,7 @@ multiple lines.</td>
<td align="left">Heres another one. Note
the blank line between rows.</td>
</tr>
</table
</table>
<p>Table without column headers:</p>
@ -174,7 +174,7 @@ the blank line between rows.</td>
<td align="center">1</td>
<td align="right">1</td>
</tr>
</table
</table>
<p>Multiline table without column headers:</p>
@ -197,5 +197,5 @@ multiple lines.</td>
<td align="left">Heres another one. Note
the blank line between rows.</td>
</tr>
</table
</table>