log tests/test-minirst.py @ 49055:50bd2910d162

age author description
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 25 Jan 2021 23:07:56 +0100 Pierre-Yves David minirst: respect escaping in definition list key
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sun, 05 Aug 2018 12:11:19 +0900 Yuya Nishihara minirst: make format() simply return a formatted text
Thu, 10 May 2018 21:08:32 +0900 Yuya Nishihara stringutil: flip the default of pprint() to bprefix=False
Fri, 27 Apr 2018 00:46:05 -0400 Augie Fackler tests: port test-minirst.py to Python 3
Fri, 27 Apr 2018 00:31:57 -0400 Augie Fackler tests: use stringutil.pprint instead of pprint.pprint in test-minirst.py