oasis-tcs / odata-abnf

OASIS OData TC: Supporting an ABNF for OData URLs, headers, and literal data values
https://github.com/oasis-tcs/odata-abnf
Other
11 stars 5 forks source link

Odata 1362 #23

Closed guenni68 closed 4 years ago

guenni68 commented 4 years ago

Came across the missing spaces when I tried to parse the ABNF and auto generate parsers. Was able to do so with this modification.

ralfhandl commented 4 years ago

We didn't notice this because our parser doesn't trip over it, the spaces are only for human-readability. Adding them because it looks better 😃