tests/test-minirst.py
changeset 15037 df47381b41d6
parent 13011 4936a04b6792
child 15039 c981f4a9ea74
--- a/tests/test-minirst.py	Thu Aug 11 22:05:31 2011 -0500
+++ b/tests/test-minirst.py	Thu Aug 11 22:05:57 2011 -0500
@@ -231,3 +231,15 @@
 """
 
 debugformat('comments', comments, 30)
+
+table = """
+  === === ===
+   a   b   c
+  === === ===
+   1   2   3
+  foo bar baz
+  aa   bb  sdfsdfsdf this line is way too long for this cell.
+  === === ===
+"""
+
+debugformat('table', table, 30)