##// END OF EJS Templates
minirst: add test for sections
Martin Geisler -
r10977:f4778f94 default
parent child Browse files
Show More
@@ -181,3 +181,10 b" debugformat('containers (verbose debug)'"
181
181
182 roles = """Please see :hg:`add`."""
182 roles = """Please see :hg:`add`."""
183 debugformat('roles', roles, 60)
183 debugformat('roles', roles, 60)
184
185
186 sections = """
187 A Somewhat Wide Section Header
188 ------------------------------
189 """
190 debugformat('sections', sections, 20)
@@ -303,3 +303,9 b' roles formatted to fit within 60 charact'
303 Please see "hg add".
303 Please see "hg add".
304 ----------------------------------------------------------------------
304 ----------------------------------------------------------------------
305
305
306 sections formatted to fit within 20 characters:
307 ----------------------------------------------------------------------
308 A Somewhat Wide Section Header
309 ------------------------------
310 ----------------------------------------------------------------------
311
General Comments 0
You need to be logged in to leave comments. Login now