OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Updated: (ODATA-45) Inconsistent use of WSP in many ABNF rules


     [ http://tools.oasis-open.org/issues/browse/ODATA-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralf Handl updated ODATA-45:
----------------------------

       Proposal: 
Replace all occurrences of WSP with either
 - 1*WSP (at least one whitespace): around comparison and logical operators and before asc/desc in $orderby
 - *WSP (any number of whitespace): all other occurrences

  was:
Replace all occurrences of WSP with either
 - +WSP (at least one whitespace): around comparison and logical operators and before asc/desc in $orderby
 - *WSP (any number of whitespace): all other occurrences

    Description: 
Most of the 159 occurrences of WSP in the contribution are of the form
- [WSP] (at most one whitespace), or 
- WSP (exactly one whitespace)

All of them need to be replaced with either
 - 1*WSP (at least one whitespace): around comparison and logical operators and before asc/desc in $orderby
 - *WSP (any number of whitespace): all other occurrences


  was:
Most of the 159 occurrences of WSP in the contribution are of the form
- [WSP] (at most one whitespace), or 
- WSP (exactly one whitespace)

All of them need to be replaced with either
 - +WSP (at least one whitespace): around comparison and logical operators and before asc/desc in $orderby
 - *WSP (any number of whitespace): all other occurrences



> Inconsistent use of WSP in many ABNF rules
> ------------------------------------------
>
>                 Key: ODATA-45
>                 URL: http://tools.oasis-open.org/issues/browse/ODATA-45
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Bug
>          Components: OData ABNF Construction Rules v1.0
>    Affects Versions: WD01
>         Environment: [Proposal]
>            Reporter: Ralf Handl
>            Assignee: Ralf Handl
>             Fix For: WD01
>
>
> Most of the 159 occurrences of WSP in the contribution are of the form
> - [WSP] (at most one whitespace), or 
> - WSP (exactly one whitespace)
> All of them need to be replaced with either
>  - 1*WSP (at least one whitespace): around comparison and logical operators and before asc/desc in $orderby
>  - *WSP (any number of whitespace): all other occurrences

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]