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

Whitespace between function parameters #76

Closed HeikoTheissen closed 2 years ago

HeikoTheissen commented 2 years ago

Parameters to service-specific functions should be surroundable with whitespace, just like for functions defined in [OData-URL]:

"startswith" OPEN BWS commonExpr BWS COMMA BWS commonExpr BWS CLOSE