tests/test-minirst.py
changeset 9293 e48a48b754d3
parent 9291 cd5b6a11b607
child 9736 26d3ade60fa6
--- a/tests/test-minirst.py	Sun Aug 02 21:29:15 2009 +0200
+++ b/tests/test-minirst.py	Sun Aug 02 23:38:07 2009 +0200
@@ -137,3 +137,17 @@
 
 debugformat('options', options, 60)
 debugformat('options', options, 30)
+
+
+fields = """
+Field lists give a simple two-column layout:
+
+:key:         The whitespace following the key is
+  significant for the wrapping of this text.
+:another key: More text.
+    The indentation on the following
+    lines is not significant.
+"""
+
+debugformat('fields', fields, 60)
+debugformat('fields', fields, 30)