tests/test-minirst.py
changeset 10065 a1ae0ed78d1a
parent 9739 75cff8f12910
child 10289 987df17f85bb
--- a/tests/test-minirst.py	Sun Dec 13 22:37:30 2009 +0100
+++ b/tests/test-minirst.py	Sun Dec 13 23:49:53 2009 +0100
@@ -134,13 +134,14 @@
 
 
 fields = """
-Field lists give a simple two-column layout:
+:a: First item.
+:ab: Second item. Indentation and wrapping
+     is handled automatically.
 
-: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.
+Next list:
+
+:small: The larger key below triggers full indentation here.
+:much too large: This key is big enough to get its own line.
 """
 
 debugformat('fields', fields, 60)