diff tests/test-minirst.py @ 10977:f4778f942a4e

minirst: add test for sections
author Martin Geisler <mg@lazybytes.net>
date Sun, 25 Apr 2010 16:17:24 +0200
parents 0a2c6948f5f4
children 287a5cdf7743
line wrap: on
line diff
--- 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)