tests/test-minirst.py
changeset 15037 df47381b41d6
parent 13011 4936a04b6792
child 15039 c981f4a9ea74
equal deleted inserted replaced
15036:bb96e12a3242 15037:df47381b41d6
   229 
   229 
   230 Empty comment above
   230 Empty comment above
   231 """
   231 """
   232 
   232 
   233 debugformat('comments', comments, 30)
   233 debugformat('comments', comments, 30)
       
   234 
       
   235 table = """
       
   236   === === ===
       
   237    a   b   c
       
   238   === === ===
       
   239    1   2   3
       
   240   foo bar baz
       
   241   aa   bb  sdfsdfsdf this line is way too long for this cell.
       
   242   === === ===
       
   243 """
       
   244 
       
   245 debugformat('table', table, 30)