test: add test for issue #179

Partial, add html
This commit is contained in:
Estevão Soares dos Santos 2015-07-22 12:14:08 +01:00
parent 8beec358f3
commit 7c73722fff

View File

@ -0,0 +1,16 @@
<table>
<thead>
<tr>
<th><em>foo</em></th>
<th><strong>bar</strong></th>
<th><del>baz</del></th>
</tr>
</thead>
<tbody>
<tr>
<td>100</td>
<td>blabla</td>
<td>aaa</td>
</tr>
</tbody>
</table>