Skip to content

Commit

Permalink
Tweak v1 protocol description
Browse files Browse the repository at this point in the history
  • Loading branch information
rbtcollins committed Jul 30, 2024
1 parent fc69877 commit 9ed245b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,13 @@ the parser - they should be forwarded unaltered::
LABEL: UTF8*
NAME: UTF8*
DETAILS ::= BRACKETED | MULTIPART
BRACKETED ::= '[' CR UTF8-lines ']' CR
MULTIPART ::= '[ multipart' CR PART* ']' CR
PART ::= PART_TYPE CR NAME CR PART_BYTES CR
BRACKETED ::= '[' LF UTF8-lines ']' LF
MULTIPART ::= '[ multipart' LF PART* ']' LF
PART ::= PART_TYPE LF NAME LF PART_BYTES LF
PART_TYPE ::= Content-Type: type/sub-type(;parameter=value,parameter=value)
PART_BYTES ::= (DIGITS CR LF BYTE{DIGITS})* '0' CR LF
LF ::= '\n'
CR ::= '\r'

unexpected output on stdout -> stdout.
exit w/0 or last test completing -> error
Expand Down

0 comments on commit 9ed245b

Please sign in to comment.