branch | stable |
changeset 12819 | 5082e2f3f8e0 |
parent 12388 | 75f044d4dbf5 |
child 12865 | 4c50552fc9bc |
--- a/tests/test-minirst.py Sat Oct 23 17:45:49 2010 +0200 +++ b/tests/test-minirst.py Sat Oct 23 17:30:08 2010 +0200 @@ -214,3 +214,15 @@ """ debugformat('admonitions', admonitions, 30) + +comments = """ +Some text. + +.. A comment + + .. An indented comment + + Some indented text. +""" + +debugformat('comments', comments, 30)