diff -r d3b807e673a8 -r e740746ea557 tests/test-minirst.py --- 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