@@ -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,9 @@ 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' ] , actual : '4.5.6.7.8' , outcome : false } ,
1133+ { targets : [ '5.6.7.8.9.0' ] , actual : '5.6.7.8.9.0' , outcome : false } ,
11301134 invalidNumericSignalTestCase ,
11311135 ] ;
11321136
@@ -1166,6 +1170,7 @@ describe('ConditionEvaluator', () => {
11661170 { targets : [ '5' ] , actual : 5.0 , outcome : true } ,
11671171 { targets : [ '5.0' ] , actual : 5.0 , outcome : true } ,
11681172 { targets : [ '5.12.3' ] , actual : '5.11.9' , outcome : false } ,
1173+ { targets : [ '5.6.7.8.9' ] , actual : '5.6.7.8.9' , outcome : true } ,
11691174 invalidNumericSignalTestCase
11701175 ] ;
11711176
0 commit comments