dmn-tck / tck

Decision Model and Notation Technology Compatibility Kit
https://dmn-tck.github.io/tck
51 stars 36 forks source link

Change for loop tests to match semantics in Section 10.3.2.14 #684

Open opatrascoiu opened 4 days ago

opatrascoiu commented 4 days ago

This is related to https://github.com/dmn-tck/tck/issues/681

According to Section 10.3.2.14, range expressions are not allowed as iteration context. For example, 1..2 is supported but not (1..2]

An iteration context may either be an expression that returns a list of elements, or two expressions that return integers connected by “..”.