diff -r 6f30c35766d6 -r a1ae0ed78d1a tests/test-minirst.py --- 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)