aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/tables.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extensions/extra/tables.html')
-rw-r--r--tests/extensions/extra/tables.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/extensions/extra/tables.html b/tests/extensions/extra/tables.html
index b5c08be..85d9940 100644
--- a/tests/extensions/extra/tables.html
+++ b/tests/extensions/extra/tables.html
@@ -250,4 +250,9 @@ Content Cell | Content Cell
<td>(<code>bar</code>) and <code>baz</code>.</td>
</tr>
</tbody>
-</table> \ No newline at end of file
+</table>
+<p>Lists are not tables</p>
+<ul>
+<li>this | should | not</li>
+<li>be | a | table</li>
+</ul> \ No newline at end of file