tests/test-minirst.py
changeset 16815 e740746ea557
parent 15263 70d7293c41d6
child 19996 52b437586435
--- a/tests/test-minirst.py	Sat May 26 20:49:51 2012 +0200
+++ b/tests/test-minirst.py	Fri Jun 01 11:58:23 2012 +0200
@@ -237,7 +237,8 @@
          ['1', '2', '3'],
          ['foo', 'bar', 'baz this list is very very very long man']]
 
-table = minirst.maketable(data, 2, True)
+rst = minirst.maketable(data, 2, True)
+table = ''.join(rst)
 
 print table