Fix tests for sample custom writer tables
This commit is contained in:
parent
02a21117fb
commit
bbf37dee8e
1 changed files with 7 additions and 7 deletions
|
@ -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">Here’s 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">Here’s 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">Here’s another one. Note
|
||||
the blank line between rows.</td>
|
||||
</tr>
|
||||
</table
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in a new issue