diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-04 23:04:28 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-04 23:04:28 +0200 |
commit | 5de2ec0def3e4ad0ead20b426e81509fd8e48c6d (patch) | |
tree | cfb8ef98f11663482c39929e46c8374933b925d5 /lib/subunit/README | |
parent | ed4253504167748c0bb829176d41c09365937189 (diff) | |
download | samba-5de2ec0def3e4ad0ead20b426e81509fd8e48c6d.tar.gz samba-5de2ec0def3e4ad0ead20b426e81509fd8e48c6d.tar.bz2 samba-5de2ec0def3e4ad0ead20b426e81509fd8e48c6d.zip |
subunit: Import latest upstream.
Diffstat (limited to 'lib/subunit/README')
-rw-r--r-- | lib/subunit/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subunit/README b/lib/subunit/README index 9740d013a5..6ac258485f 100644 --- a/lib/subunit/README +++ b/lib/subunit/README @@ -160,7 +160,7 @@ tags: [-]TAG ... time: YYYY-MM-DD HH:MM:SSZ DETAILS ::= BRACKETED | MULTIPART -BRACKETED ::= '[' CR lines ']' CR +BRACKETED ::= '[' CR UTF8-lines ']' CR MULTIPART ::= '[ multipart' CR PART* ']' CR PART ::= PART_TYPE CR NAME CR PART_BYTES CR PART_TYPE ::= Content-Type: type/sub-type(;parameter=value,parameter=value) |