changeset 10977 | f4778f942a4e |
parent 10972 | 0a2c6948f5f4 |
child 10983 | 287a5cdf7743 |
--- a/tests/test-minirst.py Sat Apr 24 23:08:27 2010 +0200 +++ b/tests/test-minirst.py Sun Apr 25 16:17:24 2010 +0200 @@ -181,3 +181,10 @@ roles = """Please see :hg:`add`.""" debugformat('roles', roles, 60) + + +sections = """ +A Somewhat Wide Section Header +------------------------------ +""" +debugformat('sections', sections, 20)