tests/test-minirst.py
changeset 37942 32bc3815efae
parent 37882 3d24f708f7b6
child 39310 a2a5d4ad5276
--- a/tests/test-minirst.py	Thu May 10 21:00:58 2018 +0900
+++ b/tests/test-minirst.py	Thu May 10 21:08:32 2018 +0900
@@ -18,7 +18,7 @@
     if type(out) == tuple:
         print(out[0][:-1].decode('utf8'))
         print("-" * 70)
-        print(stringutil.pprint(out[1], bprefix=False).decode('utf8'))
+        print(stringutil.pprint(out[1]).decode('utf8'))
     else:
         print(out[:-1].decode('utf8'))
     print("-" * 70)