@@ -1114,6 +1114,7 @@ describe('ConditionEvaluator', () => {
11141114 { targets : [ '5.12.3' ] , actual : '5.11.9' , outcome : true } ,
11151115 { targets : [ '5.12.3' ] , actual : '5.12.3' , outcome : true } ,
11161116 { targets : [ '5.12.3' ] , actual : '5.12.9' , outcome : false } ,
1117+ { targets : [ '5.6.7.8.9' ] , actual : '5.6.7.8.9' , outcome : true } ,
11171118 invalidNumericSignalTestCase ,
11181119 ] ;
11191120
@@ -1127,6 +1128,8 @@ describe('ConditionEvaluator', () => {
11271128 { targets : [ '5.0' ] , actual : 5.0 , outcome : true } ,
11281129 { targets : [ '5.12.3' ] , actual : '5.12.9' , outcome : false } ,
11291130 { targets : [ '5.12.3' ] , actual : '5.12.3.0.0.0.0' , outcome : false } ,
1131+ { targets : [ '5.6.7.8.9' ] , actual : '5.6.7.8.9' , outcome : true } ,
1132+ { targets : [ '5.6.7.8.9.0' ] , actual : '5.6.7.8.9.0' , outcome : false } ,
11301133 invalidNumericSignalTestCase ,
11311134 ] ;
11321135
@@ -1166,6 +1169,7 @@ describe('ConditionEvaluator', () => {
11661169 { targets : [ '5' ] , actual : 5.0 , outcome : true } ,
11671170 { targets : [ '5.0' ] , actual : 5.0 , outcome : true } ,
11681171 { targets : [ '5.12.3' ] , actual : '5.11.9' , outcome : false } ,
1172+ { targets : [ '5.6.7.8.9' ] , actual : '5.6.7.8.9' , outcome : true } ,
11691173 invalidNumericSignalTestCase
11701174 ] ;
11711175
0 commit comments