diff tests/test-minirst.py @ 13009:54be08fa4d1d

minirst: modified minirst to also recognize empty comments. The modifies minirst to also handle empty comments. An empty comment is a block with a single line containing two dots.
author Erik Zielke <ez@aragost.com>
date Tue, 16 Nov 2010 13:29:08 +0100
parents 4c50552fc9bc
children 4936a04b6792
line wrap: on
line diff
--- a/tests/test-minirst.py	Wed Nov 17 09:17:55 2010 +0100
+++ b/tests/test-minirst.py	Tue Nov 16 13:29:08 2010 +0100
@@ -221,6 +221,10 @@
    .. An indented comment
 
    Some indented text.
+
+..
+
+Empty comment above
 """
 
 debugformat('comments', comments, 30)