odata-query icon indicating copy to clipboard operation
odata-query copied to clipboard

not requires a whitespace

Open jods4 opened this issue 1 year ago • 0 comments

According to Oasis ABNF for OData, not operator must be followed by RWS, a.k.a. a required whitespace. The library puts no space between not and the following brackets (). This is a super easy fix, just add a space here: https://github.com/techniq/odata-query/blob/master/src/index.ts#L567-L569

jods4 avatar Sep 05 '22 12:09 jods4