File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 443443 </test >
444444 <test name =" TestNullElement1" version =" 1.0" >
445445 <capability code =" interval-operators" />
446- <expression >null contains 5</expression >
446+ <expression >null as Interval < Integer > contains 5</expression >
447447 <output >false</output >
448448 </test >
449449 <test name =" TestNullElement2" version =" 1.0" >
Original file line number Diff line number Diff line change 9999 </test >
100100 <test name =" ContainsNullLeft" version =" 1.0" >
101101 <capability code =" list-operators" />
102- <expression >null contains 'a'</expression >
102+ <expression >null as List < String > contains 'a'</expression >
103103 <output >false</output >
104104 </test >
105105 </group >
389389 </test >
390390 <test name =" In1Null" version =" 1.0" >
391391 <capability code =" list-operators" />
392- <expression >1 in null</expression >
392+ <expression >1 in null as List < Integer > </expression >
393393 <output >false</output >
394394 </test >
395395 <test name =" In1And12" version =" 1.0" >
472472 </test >
473473 <test name =" IncludesNullLeft" version =" 1.0" >
474474 <capability code =" list-operators" />
475- <expression >null includes {2}</expression >
475+ <expression >null as List < Integer > includes {2}</expression >
476476 <output >null</output >
477477 </test >
478478 <!-- this test is going to the ContainsEvaluator -->
537537 </test >
538538 <test name =" IncludedInNullRight" version =" 1.0" >
539539 <capability code =" list-operators" />
540- <expression >{'s', 'a', 'm'} included in null</expression >
540+ <expression >{'s', 'a', 'm'} included in null as List < String > </expression >
541541 <output >null</output >
542542 </test >
543543 </group >
You can’t perform that action at this time.
0 commit comments