tests/test-minirst.py.out
changeset 10065 a1ae0ed78d1a
parent 9739 75cff8f12910
child 10443 62d484a81dfe
equal deleted inserted replaced
10064:6f30c35766d6 10065:a1ae0ed78d1a
   213 --foo bar baz
   213 --foo bar baz
   214 ----------------------------------------------------------------------
   214 ----------------------------------------------------------------------
   215 
   215 
   216 fields formatted to fit within 60 characters:
   216 fields formatted to fit within 60 characters:
   217 ----------------------------------------------------------------------
   217 ----------------------------------------------------------------------
   218 Field lists give a simple two-column layout:
   218 a   First item.
   219 
   219 ab  Second item. Indentation and wrapping is handled
   220 key           The whitespace following the key is
   220     automatically.
   221               significant for the wrapping of this text.
   221 
   222 another key   More text. The indentation on the following
   222 Next list:
   223               lines is not significant.
   223 
       
   224 small       The larger key below triggers full indentation
       
   225             here.
       
   226 much too large
       
   227             This key is big enough to get its own line.
   224 ----------------------------------------------------------------------
   228 ----------------------------------------------------------------------
   225 
   229 
   226 fields formatted to fit within 30 characters:
   230 fields formatted to fit within 30 characters:
   227 ----------------------------------------------------------------------
   231 ----------------------------------------------------------------------
   228 Field lists give a simple two-
   232 a   First item.
   229 column layout:
   233 ab  Second item. Indentation
   230 
   234     and wrapping is handled
   231 key           The whitespace
   235     automatically.
   232               following the
   236 
   233               key is
   237 Next list:
   234               significant for
   238 
   235               the wrapping of
   239 small       The larger key
   236               this text.
   240             below triggers
   237 another key   More text. The
   241             full indentation
   238               indentation on
   242             here.
   239               the following
   243 much too large
   240               lines is not
   244             This key is big
   241               significant.
   245             enough to get its
   242 ----------------------------------------------------------------------
   246             own line.
   243 
   247 ----------------------------------------------------------------------
       
   248