summaryrefslogtreecommitdiff
path: root/tests/examplefiles/abnf_example2.abnf
blob: 8781adfb9e00b984b19237b245e9dc478d4e930f (plain)
1
2
3
4
5
6
7
8
9
crlf        =  %d13.10

command     =  "command string"

char-line = %x0D.0A *(%x20-7E) %x0D.0A

without-ws-and-ctl = %d1-8 / %d11 / %d12 / %d14-31 / %d127

three-blank-lines = %x0D.0A.0D.0A.0D.0A