Skip to content

Commit

Permalink
Merge pull request #7 from asimos-bot/fix-README-table
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
felipeasimos authored Dec 20, 2023
2 parents af9f0bb + 9128be6 commit ba11ed9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ The tests are based on the ones from [picohttpparser](https://github.com/h2o/pic

![Header Parser State Machine](./header-parser-state-machine.svg)

| x | Line Start | First String | After Key | During Value | After Value | DONE |
|--------------------|----------------------|---------------------------|-------------------|--------------------------|-------------|---------|
|Line Start | | other(start of key) | | | | newline |
|First String | | other | colon(end of key) | | | |
|After Key | newline(empty value) | | whitespace | other(start of value) | | |
|During Value | newline | | | other | whitespace | |
|After Value | newline | | | | whitespace | |
| x | Line Start | First String | After Key | During Value | After Value | DONE |
|--------------------|----------------------|---------------------------|-------------------|--------------------------|---------------------------|---------|
|Line Start | | other(start of key) | | | | newline |
|First String | | other | colon(end of key) | | | |
|After Key | newline(empty value) | | whitespace | other(start of value) | | |
|During Value | newline | | | other | whitespace(end of value) | |
|After Value | newline | | | | whitespace | |

0 comments on commit ba11ed9

Please sign in to comment.