~jameinel/subunit/integration

« back to all changes in this revision

Viewing changes to README

  • Committer: Robert Collins
  • Date: 2010-07-02 00:41:46 UTC
  • Revision ID: robertc@robertcollins.net-20100702004146-ssfg6dlunj89mdh6
Make it clear that BRACKETED parts are utf8 and fix the outputter to do so.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
time: YYYY-MM-DD HH:MM:SSZ
161
161
 
162
162
DETAILS ::= BRACKETED | MULTIPART
163
 
BRACKETED ::= '[' CR lines ']' CR
 
163
BRACKETED ::= '[' CR UTF8-lines ']' CR
164
164
MULTIPART ::= '[ multipart' CR PART* ']' CR
165
165
PART ::= PART_TYPE CR NAME CR PART_BYTES CR
166
166
PART_TYPE ::= Content-Type: type/sub-type(;parameter=value,parameter=value)