diff options
Diffstat (limited to 'tests/extensions/extra/tables.html')
-rw-r--r-- | tests/extensions/extra/tables.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/extensions/extra/tables.html b/tests/extensions/extra/tables.html index 91337e5..783c205 100644 --- a/tests/extensions/extra/tables.html +++ b/tests/extensions/extra/tables.html @@ -235,4 +235,19 @@ Content Cell | Content Cell <td>more words</td> </tr> </tbody> +</table> +<p>A test for issue #440:</p> +<table> +<thead> +<tr> +<th>foo</th> +<th>bar</th> +</tr> +</thead> +<tbody> +<tr> +<td>foo</td> +<td>(<code>bar</code>) and <code>baz</code>.</td> +</tr> +</tbody> </table>
\ No newline at end of file |