diff options
Diffstat (limited to 'tests/extensions/extra/tables.html')
-rw-r--r-- | tests/extensions/extra/tables.html | 92 |
1 files changed, 90 insertions, 2 deletions
diff --git a/tests/extensions/extra/tables.html b/tests/extensions/extra/tables.html index 2418c98..25dee48 100644 --- a/tests/extensions/extra/tables.html +++ b/tests/extensions/extra/tables.html @@ -167,7 +167,12 @@ Content Cell | Content Cell <th>Second Header</th> </tr> </thead> -<tbody></tbody> +<tbody> +<tr> +<td></td> +<td></td> +</tr> +</tbody> </table> <p>More inline code block tests</p> <table> @@ -375,4 +380,87 @@ Content Cell | Content Cell <td>\\<code>code</code></td> </tr> </tbody> -</table>
\ No newline at end of file +</table> +<p>Single column tables</p> +<table> +<thead> +<tr> +<th>Is a Table</th> +</tr> +</thead> +<tbody> +<tr> +<td></td> +</tr> +</tbody> +</table> +<table> +<thead> +<tr> +<th>Is a Table</th> +</tr> +</thead> +<tbody> +<tr> +<td></td> +</tr> +</tbody> +</table> +<table> +<thead> +<tr> +<th>Is a Table</th> +</tr> +</thead> +<tbody> +<tr> +<td></td> +</tr> +</tbody> +</table> +<table> +<thead> +<tr> +<th>Is a Table</th> +</tr> +</thead> +<tbody> +<tr> +<td>row</td> +</tr> +</tbody> +</table> +<table> +<thead> +<tr> +<th>Is a Table</th> +</tr> +</thead> +<tbody> +<tr> +<td>row</td> +</tr> +</tbody> +</table> +<table> +<thead> +<tr> +<th>Is a Table</th> +</tr> +</thead> +<tbody> +<tr> +<td>row</td> +</tr> +</tbody> +</table> +<h2>| Is not a Table</h2> +<p>| row</p> +<h2>Is not a Table |</h2> +<p>row |</p> +<p>| Is not a Table +| -------------- +row</p> +<p>Is not a Table | +-------------- | +row</p>
\ No newline at end of file |