Open opatrascoiu opened 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 “..”.
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]