diff --git a/TestCases/compliance-level-3/1152-boxed-for/1152-boxed-for-test-01.xml b/TestCases/compliance-level-3/1152-boxed-for/1152-boxed-for-test-01.xml new file mode 100644 index 00000000..30576da3 --- /dev/null +++ b/TestCases/compliance-level-3/1152-boxed-for/1152-boxed-for-test-01.xml @@ -0,0 +1,68 @@ + + + + 1152-boxed-for.dmn + + + Will map 'in' values based on 'return' expression + + + + + 2 + + + 4 + + + 6 + + + 8 + + + 10 + + + + + + + + Will return an empty list when 'in' is empty + + + + + + + + + + + + + + + diff --git a/TestCases/compliance-level-3/1152-boxed-for/1152-boxed-for.dmn b/TestCases/compliance-level-3/1152-boxed-for/1152-boxed-for.dmn new file mode 100644 index 00000000..0f6d270a --- /dev/null +++ b/TestCases/compliance-level-3/1152-boxed-for/1152-boxed-for.dmn @@ -0,0 +1,51 @@ + + + Boxed For Expression + + + + + [1,2,3,4,5] + element * 2 + + + + + + + [] + element * 2 + + + + + + + + + + +