yesamer opened a new pull request, #6389:
URL: https://github.com/apache/incubator-kie-drools/pull/6389

   Closes https://github.com/apache/incubator-kie-issues/issues/2017
   
   According to the specs:
   
   > Ranges
   >   FEEL supports a compact syntax for a range of values, useful in decision 
table test cells and elsewhere. Ranges can
   >   be syntactically represented either:
   >   a) as a comparison operator and a single endpoint (grammar rule 7.a.)
   >   b) or a pair of endpoints and endpoint inclusivity flags that indicate 
whether one or both endpoints are
   >   included in the range (grammar rule 7.b.); on this case, endpoints must 
be of equivalent types (see section
   >   10.3.2.9.1for the definition of type equivalence) and **the endpoints 
must be ordered such that range start
   >   <= range end**
   
   Ranges endpoints should be ascendant (i.e range start <= range end)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to