Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2161,6 +2161,8 @@
</resultNode>
</testCase>

<!-- Disabling the below test as the use case of comparing lists using in operator needs further clarification.

<testCase id="list_015_b">
<description>list: e1 in (=e2)</description>
<resultNode name="list_015_b" type="decision">
Expand All @@ -2169,6 +2171,7 @@
</expected>
</resultNode>
</testCase>
-->

<testCase id="list_015_c">
<description>list: e1 in =e2</description>
Expand All @@ -2179,6 +2182,8 @@
</resultNode>
</testCase>

<!-- Disabling the below tests as the use case of comparing lists using in operator needs further clarification.

<testCase id="list_016_a">
<description>list: e1 in !=e2</description>
<resultNode name="list_016_a" type="decision">
Expand All @@ -2196,6 +2201,7 @@
</expected>
</resultNode>
</testCase>
-->

<testCase id="list_016_c">
<description>list: e1 in !=e2</description>
Expand Down
5 changes: 4 additions & 1 deletion TestCases/compliance-level-3/0072-feel-in/0072-feel-in.dmn
Original file line number Diff line number Diff line change
Expand Up @@ -1706,20 +1706,22 @@
</literalExpression>
</decision>

<!-- Disabling the below as the use case of comparing lists using in operator needs further clarification.
<decision name="list_015_b" id="_list_015_b">
<variable name="list_015_b"/>
<literalExpression>
<text>[1,2,3] in (=[1,2,3])</text>
</literalExpression>
</decision>

-->
<decision name="list_015_c" id="_list_015_c">
<variable name="list_015_c"/>
<literalExpression>
<text>[1,2,3] in =[1,2,3,4]</text>
</literalExpression>
</decision>

<!-- Disabling the below as the use case of comparing lists using in operator needs further clarification.
<decision name="list_016_a" id="_list_016_a">
<variable name="list_016_a"/>
<literalExpression>
Expand All @@ -1733,6 +1735,7 @@
<text>[1,2,3] in (!=[1,2,3])</text>
</literalExpression>
</decision>
-->

<decision name="list_016_c" id="_list_016_c">
<variable name="list_016_c"/>
Expand Down