diff --git a/tests/__init__.py b/tests/__init__.py index 6bee898a..c5f86f4a 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -13,6 +13,7 @@ class SchemaDrivenVersTest(NamedTuple): test_group: str input: dict expected_output: Union[list, bool] + description: str = "" @classmethod def from_data(cls, data: dict): diff --git a/tests/data/npm_advisory.json b/tests/data/npm_advisory.json new file mode 100644 index 00000000..6e8e8b58 --- /dev/null +++ b/tests/data/npm_advisory.json @@ -0,0 +1,5312 @@ +[ + { + "test_index": 1, + "scheme": "npm", + "npm_native": ">=4.1.0", + "expected_vers": "vers:npm/>=4.1.0" + }, + { + "test_index": 2, + "scheme": "npm", + "npm_native": ">=2.0.0 <=4.0.4", + "expected_vers": "vers:npm/>=2.0.0|<=4.0.4" + }, + { + "test_index": 3, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 4, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 5, + "scheme": "npm", + "npm_native": ">=2.11.2", + "expected_vers": "vers:npm/>=2.11.2" + }, + { + "test_index": 6, + "scheme": "npm", + "npm_native": "<2.11.2", + "expected_vers": "vers:npm/<2.11.2" + }, + { + "test_index": 7, + "scheme": "npm", + "npm_native": "<=0.6.2", + "expected_vers": "vers:npm/<=0.6.2" + }, + { + "test_index": 8, + "scheme": "npm", + "npm_native": ">=0.9.0", + "expected_vers": "vers:npm/>=0.9.0" + }, + { + "test_index": 9, + "scheme": "npm", + "npm_native": "<=0.8.4", + "expected_vers": "vers:npm/<=0.8.4" + }, + { + "test_index": 10, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 11, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 12, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 13, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 14, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 15, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 16, + "scheme": "npm", + "npm_native": ">= 1.6.9", + "expected_vers": "vers:npm/>=1.6.9" + }, + { + "test_index": 17, + "scheme": "npm", + "npm_native": "<= 1.6.8", + "expected_vers": "vers:npm/<=1.6.8" + }, + { + "test_index": 18, + "scheme": "npm", + "npm_native": "<=3.9.2", + "expected_vers": "vers:npm/<=3.9.2" + }, + { + "test_index": 19, + "scheme": "npm", + "npm_native": ">=9.1.6", + "expected_vers": "vers:npm/>=9.1.6" + }, + { + "test_index": 20, + "scheme": "npm", + "npm_native": "<=9.1.5", + "expected_vers": "vers:npm/<=9.1.5" + }, + { + "test_index": 21, + "scheme": "npm", + "npm_native": ">=1.0.0", + "expected_vers": "vers:npm/>=1.0.0" + }, + { + "test_index": 22, + "scheme": "npm", + "npm_native": "<=0.5.0", + "expected_vers": "vers:npm/<=0.5.0" + }, + { + "test_index": 23, + "scheme": "npm", + "npm_native": ">=1.8.10", + "expected_vers": "vers:npm/>=1.8.10" + }, + { + "test_index": 24, + "scheme": "npm", + "npm_native": "<1.8.10", + "expected_vers": "vers:npm/<1.8.10" + }, + { + "test_index": 25, + "scheme": "npm", + "npm_native": ">=1.4.1", + "expected_vers": "vers:npm/>=1.4.1" + }, + { + "test_index": 26, + "scheme": "npm", + "npm_native": "<=1.4.0", + "expected_vers": "vers:npm/<=1.4.0" + }, + { + "test_index": 27, + "scheme": "npm", + "npm_native": ">= 16.1.1", + "expected_vers": "vers:npm/>=16.1.1" + }, + { + "test_index": 28, + "scheme": "npm", + "npm_native": ">= 15.0.0 <= 16.1.0", + "expected_vers": "vers:npm/>=15.0.0|<=16.1.0" + }, + { + "test_index": 29, + "scheme": "npm", + "npm_native": ">0.12.7", + "expected_vers": "vers:npm/>0.12.7" + }, + { + "test_index": 30, + "scheme": "npm", + "npm_native": "<=0.12.7", + "expected_vers": "vers:npm/<=0.12.7" + }, + { + "test_index": 31, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 32, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 33, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 34, + "scheme": "npm", + "npm_native": ">=2.1.5", + "expected_vers": "vers:npm/>=2.1.5" + }, + { + "test_index": 35, + "scheme": "npm", + "npm_native": "2.1.4", + "expected_vers": "vers:npm/2.1.4" + }, + { + "test_index": 36, + "scheme": "npm", + "npm_native": ">=1.0.0", + "expected_vers": "vers:npm/>=1.0.0" + }, + { + "test_index": 37, + "scheme": "npm", + "npm_native": "<1.0.0", + "expected_vers": "vers:npm/<1.0.0" + }, + { + "test_index": 38, + "scheme": "npm", + "npm_native": ">= 6.1.0", + "expected_vers": "vers:npm/>=6.1.0" + }, + { + "test_index": 39, + "scheme": "npm", + "npm_native": "< 6.1.0", + "expected_vers": "vers:npm/<6.1.0" + }, + { + "test_index": 40, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 41, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 42, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 43, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 44, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 45, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 46, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 47, + "scheme": "npm", + "npm_native": ">=1.4.0", + "expected_vers": "vers:npm/>=1.4.0" + }, + { + "test_index": 48, + "scheme": "npm", + "npm_native": "<1.4.0", + "expected_vers": "vers:npm/<1.4.0" + }, + { + "test_index": 49, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 50, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 51, + "scheme": "npm", + "npm_native": ">= 3.0.0", + "expected_vers": "vers:npm/>=3.0.0" + }, + { + "test_index": 52, + "scheme": "npm", + "npm_native": "<= 2.1.3", + "expected_vers": "vers:npm/<=2.1.3" + }, + { + "test_index": 53, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 54, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 55, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 56, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 57, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 58, + "scheme": "npm", + "npm_native": "<=0.0.5", + "expected_vers": "vers:npm/<=0.0.5" + }, + { + "test_index": 59, + "scheme": "npm", + "npm_native": ">=3.4.0", + "expected_vers": "vers:npm/>=3.4.0" + }, + { + "test_index": 60, + "scheme": "npm", + "npm_native": "<3.4.0", + "expected_vers": "vers:npm/<3.4.0" + }, + { + "test_index": 61, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 62, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 63, + "scheme": "npm", + "npm_native": ">=3.0.2", + "expected_vers": "vers:npm/>=3.0.2" + }, + { + "test_index": 64, + "scheme": "npm", + "npm_native": ">= 2.0.1 <3.0.2", + "expected_vers": "vers:npm/>=2.0.1|<3.0.2" + }, + { + "test_index": 65, + "scheme": "npm", + "npm_native": "<=2.0.2", + "expected_vers": "vers:npm/<=2.0.2" + }, + { + "test_index": 66, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 67, + "scheme": "npm", + "npm_native": "<99.999.9999", + "expected_vers": "vers:npm/<99.999.9999" + }, + { + "test_index": 68, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 69, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 70, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 71, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 72, + "scheme": "npm", + "npm_native": ">= 1.0.4", + "expected_vers": "vers:npm/>=1.0.4" + }, + { + "test_index": 73, + "scheme": "npm", + "npm_native": "<= 1.0.3", + "expected_vers": "vers:npm/<=1.0.3" + }, + { + "test_index": 74, + "scheme": "npm", + "npm_native": ">=1.5.2 || >=1.4.11 <1.5.0 || >=1.3.2 <1.4.0", + "expected_vers": "vers:npm/>=1.3.2|<1.4.0|>=1.4.11|<1.5.0|>=1.5.2" + }, + { + "test_index": 75, + "scheme": "npm", + "npm_native": ">=1.3.0 <1.3.2 || >=1.4.0 <1.4.11 || >=1.5.0 <1.5.2", + "expected_vers": "vers:npm/>=1.3.0|<1.3.2|>=1.4.0|<1.4.11|>=1.5.0|<1.5.2" + }, + { + "test_index": 76, + "scheme": "npm", + "npm_native": ">=2.1.3", + "expected_vers": "vers:npm/>=2.1.3" + }, + { + "test_index": 77, + "scheme": "npm", + "npm_native": "<=2.1.2", + "expected_vers": "vers:npm/<=2.1.2" + }, + { + "test_index": 78, + "scheme": "npm", + "npm_native": "<=3.2.0", + "expected_vers": "vers:npm/<=3.2.0" + }, + { + "test_index": 79, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 80, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 81, + "scheme": "npm", + "npm_native": ">=1.0.0", + "expected_vers": "vers:npm/>=1.0.0" + }, + { + "test_index": 82, + "scheme": "npm", + "npm_native": "<1.0.0", + "expected_vers": "vers:npm/<1.0.0" + }, + { + "test_index": 83, + "scheme": "npm", + "npm_native": ">=0.7.0", + "expected_vers": "vers:npm/>=0.7.0" + }, + { + "test_index": 84, + "scheme": "npm", + "npm_native": "<=0.6.6", + "expected_vers": "vers:npm/<=0.6.6" + }, + { + "test_index": 85, + "scheme": "npm", + "npm_native": ">=1.0.6", + "expected_vers": "vers:npm/>=1.0.6" + }, + { + "test_index": 86, + "scheme": "npm", + "npm_native": "<=1.0.5", + "expected_vers": "vers:npm/<=1.0.5" + }, + { + "test_index": 87, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 88, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 89, + "scheme": "npm", + "npm_native": ">=3.0.2", + "expected_vers": "vers:npm/>=3.0.2" + }, + { + "test_index": 90, + "scheme": "npm", + "npm_native": "<=3.0.1", + "expected_vers": "vers:npm/<=3.0.1" + }, + { + "test_index": 91, + "scheme": "npm", + "npm_native": ">= 1.1", + "expected_vers": "vers:npm/>=1.1.0" + }, + { + "test_index": 92, + "scheme": "npm", + "npm_native": "<= 1.0", + "expected_vers": "vers:npm/<=1.0.0" + }, + { + "test_index": 93, + "scheme": "npm", + "npm_native": ">=2.0.0", + "expected_vers": "vers:npm/>=2.0.0" + }, + { + "test_index": 94, + "scheme": "npm", + "npm_native": "<2.0.0", + "expected_vers": "vers:npm/<2.0.0" + }, + { + "test_index": 95, + "scheme": "npm", + "npm_native": "<=0.2.3", + "expected_vers": "vers:npm/<=0.2.3" + }, + { + "test_index": 96, + "scheme": "npm", + "npm_native": ">=3.0.0", + "expected_vers": "vers:npm/>=3.0.0" + }, + { + "test_index": 97, + "scheme": "npm", + "npm_native": "<3.0.0", + "expected_vers": "vers:npm/<3.0.0" + }, + { + "test_index": 98, + "scheme": "npm", + "npm_native": ">=2.15.0", + "expected_vers": "vers:npm/>=2.15.0" + }, + { + "test_index": 99, + "scheme": "npm", + "npm_native": ">=2.0.0", + "expected_vers": "vers:npm/>=2.0.0" + }, + { + "test_index": 100, + "scheme": "npm", + "npm_native": ">=0.4.7", + "expected_vers": "vers:npm/>=0.4.7" + }, + { + "test_index": 101, + "scheme": "npm", + "npm_native": "<0.4.7", + "expected_vers": "vers:npm/<0.4.7" + }, + { + "test_index": 102, + "scheme": "npm", + "npm_native": ">= 1.1.1", + "expected_vers": "vers:npm/>=1.1.1" + }, + { + "test_index": 103, + "scheme": "npm", + "npm_native": "< 1.1.1", + "expected_vers": "vers:npm/<1.1.1" + }, + { + "test_index": 104, + "scheme": "npm", + "npm_native": "<=0.0.1", + "expected_vers": "vers:npm/<=0.0.1" + }, + { + "test_index": 105, + "scheme": "npm", + "npm_native": ">=1.3.1", + "expected_vers": "vers:npm/>=1.3.1" + }, + { + "test_index": 106, + "scheme": "npm", + "npm_native": "<=1.3.0", + "expected_vers": "vers:npm/<=1.3.0" + }, + { + "test_index": 107, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 108, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 109, + "scheme": "npm", + "npm_native": ">=2.0.0", + "expected_vers": "vers:npm/>=2.0.0" + }, + { + "test_index": 110, + "scheme": "npm", + "npm_native": "<=1.0.5", + "expected_vers": "vers:npm/<=1.0.5" + }, + { + "test_index": 111, + "scheme": "npm", + "npm_native": ">=1.2.5", + "expected_vers": "vers:npm/>=1.2.5" + }, + { + "test_index": 112, + "scheme": "npm", + "npm_native": "<=1.2.4", + "expected_vers": "vers:npm/<=1.2.4" + }, + { + "test_index": 113, + "scheme": "npm", + "npm_native": ">=0.9.3", + "expected_vers": "vers:npm/>=0.9.3" + }, + { + "test_index": 114, + "scheme": "npm", + "npm_native": "<0.9.3", + "expected_vers": "vers:npm/<0.9.3" + }, + { + "test_index": 115, + "scheme": "npm", + "npm_native": ">= 0.5.0", + "expected_vers": "vers:npm/>=0.5.0" + }, + { + "test_index": 116, + "scheme": "npm", + "npm_native": "<= 0.3.3", + "expected_vers": "vers:npm/<=0.3.3" + }, + { + "test_index": 117, + "scheme": "npm", + "npm_native": ">= 1.0.1", + "expected_vers": "vers:npm/>=1.0.1" + }, + { + "test_index": 118, + "scheme": "npm", + "npm_native": "<= 1.0.0", + "expected_vers": "vers:npm/<=1.0.0" + }, + { + "test_index": 119, + "scheme": "npm", + "npm_native": ">=1.9.1", + "expected_vers": "vers:npm/>=1.9.1" + }, + { + "test_index": 120, + "scheme": "npm", + "npm_native": "<1.9.1", + "expected_vers": "vers:npm/<1.9.1" + }, + { + "test_index": 121, + "scheme": "npm", + "npm_native": "<=0.30.0", + "expected_vers": "vers:npm/<=0.30.0" + }, + { + "test_index": 122, + "scheme": "npm", + "npm_native": ">=v2.0.0-alpha8", + "expected_vers": "vers:npm/>=2.0.0-alpha8" + }, + { + "test_index": 123, + "scheme": "npm", + "npm_native": "<=v2.0.0-alpha7", + "expected_vers": "vers:npm/<=2.0.0-alpha7" + }, + { + "test_index": 124, + "scheme": "npm", + "npm_native": ">=1.3.5", + "expected_vers": "vers:npm/>=1.3.5" + }, + { + "test_index": 125, + "scheme": "npm", + "npm_native": "<1.3.5", + "expected_vers": "vers:npm/<1.3.5" + }, + { + "test_index": 126, + "scheme": "npm", + "npm_native": ">=4.6.0", + "expected_vers": "vers:npm/>=4.6.0" + }, + { + "test_index": 127, + "scheme": "npm", + "npm_native": "<4.6.0", + "expected_vers": "vers:npm/<4.6.0" + }, + { + "test_index": 128, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 129, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 130, + "scheme": "npm", + "npm_native": ">= 2.4.24", + "expected_vers": "vers:npm/>=2.4.24" + }, + { + "test_index": 131, + "scheme": "npm", + "npm_native": "<= 2.4.23", + "expected_vers": "vers:npm/<=2.4.23" + }, + { + "test_index": 132, + "scheme": "npm", + "npm_native": ">=1.12.0", + "expected_vers": "vers:npm/>=1.12.0" + }, + { + "test_index": 133, + "scheme": "npm", + "npm_native": "<=1.11.4", + "expected_vers": "vers:npm/<=1.11.4" + }, + { + "test_index": 134, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 135, + "scheme": "npm", + "npm_native": "<=0.5.0", + "expected_vers": "vers:npm/<=0.5.0" + }, + { + "test_index": 136, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 137, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 138, + "scheme": "npm", + "npm_native": ">=1.1.7", + "expected_vers": "vers:npm/>=1.1.7" + }, + { + "test_index": 139, + "scheme": "npm", + "npm_native": "<=1.1.6", + "expected_vers": "vers:npm/<=1.1.6" + }, + { + "test_index": 140, + "scheme": "npm", + "npm_native": ">=4.0.0", + "expected_vers": "vers:npm/>=4.0.0" + }, + { + "test_index": 141, + "scheme": "npm", + "npm_native": "<4.0.0", + "expected_vers": "vers:npm/<4.0.0" + }, + { + "test_index": 142, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 143, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 144, + "scheme": "npm", + "npm_native": ">=0.4.4", + "expected_vers": "vers:npm/>=0.4.4" + }, + { + "test_index": 145, + "scheme": "npm", + "npm_native": "<0.4.4", + "expected_vers": "vers:npm/<0.4.4" + }, + { + "test_index": 146, + "scheme": "npm", + "npm_native": ">= 2.3.3", + "expected_vers": "vers:npm/>=2.3.3" + }, + { + "test_index": 147, + "scheme": "npm", + "npm_native": "< 2.3.3", + "expected_vers": "vers:npm/<2.3.3" + }, + { + "test_index": 148, + "scheme": "npm", + "npm_native": ">=3.0.1", + "expected_vers": "vers:npm/>=3.0.1" + }, + { + "test_index": 149, + "scheme": "npm", + "npm_native": "<3.0.1", + "expected_vers": "vers:npm/<3.0.1" + }, + { + "test_index": 150, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 151, + "scheme": "npm", + "npm_native": "<99.999.9999", + "expected_vers": "vers:npm/<99.999.9999" + }, + { + "test_index": 152, + "scheme": "npm", + "npm_native": ">=0.4.1", + "expected_vers": "vers:npm/>=0.4.1" + }, + { + "test_index": 153, + "scheme": "npm", + "npm_native": "<=0.4.0", + "expected_vers": "vers:npm/<=0.4.0" + }, + { + "test_index": 154, + "scheme": "npm", + "npm_native": "<=0.4.0", + "expected_vers": "vers:npm/<=0.4.0" + }, + { + "test_index": 155, + "scheme": "npm", + "npm_native": ">=2.0.1", + "expected_vers": "vers:npm/>=2.0.1" + }, + { + "test_index": 156, + "scheme": "npm", + "npm_native": "<=2.0.0", + "expected_vers": "vers:npm/<=2.0.0" + }, + { + "test_index": 157, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 158, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 159, + "scheme": "npm", + "npm_native": ">=2.9.4", + "expected_vers": "vers:npm/>=2.9.4" + }, + { + "test_index": 160, + "scheme": "npm", + "npm_native": "<2.9.4", + "expected_vers": "vers:npm/<2.9.4" + }, + { + "test_index": 161, + "scheme": "npm", + "npm_native": "~1.6.5 || >=1.7.2", + "expected_vers": "vers:npm/>=1.6.5|<1.7.0|>=1.7.2" + }, + { + "test_index": 162, + "scheme": "npm", + "npm_native": "<1.6.5 || >=1.7.0 <1.7.2", + "expected_vers": "vers:npm/<1.6.5|>=1.7.0|<1.7.2" + }, + { + "test_index": 163, + "scheme": "npm", + "npm_native": ">=1.5.2", + "expected_vers": "vers:npm/>=1.5.2" + }, + { + "test_index": 164, + "scheme": "npm", + "npm_native": "<=1.5.1", + "expected_vers": "vers:npm/<=1.5.1" + }, + { + "test_index": 165, + "scheme": "npm", + "npm_native": ">=1.0.0", + "expected_vers": "vers:npm/>=1.0.0" + }, + { + "test_index": 166, + "scheme": "npm", + "npm_native": "<1.0.0", + "expected_vers": "vers:npm/<1.0.0" + }, + { + "test_index": 167, + "scheme": "npm", + "npm_native": "<=0.0.6", + "expected_vers": "vers:npm/<=0.0.6" + }, + { + "test_index": 168, + "scheme": "npm", + "npm_native": ">= 2.0.5", + "expected_vers": "vers:npm/>=2.0.5" + }, + { + "test_index": 169, + "scheme": "npm", + "npm_native": "< 2.0.5", + "expected_vers": "vers:npm/<2.0.5" + }, + { + "test_index": 170, + "scheme": "npm", + "npm_native": ">=1.3.3", + "expected_vers": "vers:npm/>=1.3.3" + }, + { + "test_index": 171, + "scheme": "npm", + "npm_native": "<1.3.3", + "expected_vers": "vers:npm/<1.3.3" + }, + { + "test_index": 172, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 173, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 174, + "scheme": "npm", + "npm_native": ">=0.1.6", + "expected_vers": "vers:npm/>=0.1.6" + }, + { + "test_index": 175, + "scheme": "npm", + "npm_native": "<0.1.6", + "expected_vers": "vers:npm/<0.1.6" + }, + { + "test_index": 176, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 177, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 178, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 179, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 180, + "scheme": "npm", + "npm_native": ">=1.10.3", + "expected_vers": "vers:npm/>=1.10.3" + }, + { + "test_index": 181, + "scheme": "npm", + "npm_native": "<=1.10.2", + "expected_vers": "vers:npm/<=1.10.2" + }, + { + "test_index": 182, + "scheme": "npm", + "npm_native": ">=4.17.5", + "expected_vers": "vers:npm/>=4.17.5" + }, + { + "test_index": 183, + "scheme": "npm", + "npm_native": "<4.17.5", + "expected_vers": "vers:npm/<4.17.5" + }, + { + "test_index": 184, + "scheme": "npm", + "npm_native": ">=1.5.0", + "expected_vers": "vers:npm/>=1.5.0" + }, + { + "test_index": 185, + "scheme": "npm", + "npm_native": "<1.5.0", + "expected_vers": "vers:npm/<1.5.0" + }, + { + "test_index": 186, + "scheme": "npm", + "npm_native": ">=0.5.0", + "expected_vers": "vers:npm/>=0.5.0" + }, + { + "test_index": 187, + "scheme": "npm", + "npm_native": "<0.5.0", + "expected_vers": "vers:npm/<0.5.0" + }, + { + "test_index": 188, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 189, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 190, + "scheme": "npm", + "npm_native": ">=2.1.1", + "expected_vers": "vers:npm/>=2.1.1" + }, + { + "test_index": 191, + "scheme": "npm", + "npm_native": "<2.1.1", + "expected_vers": "vers:npm/<2.1.1" + }, + { + "test_index": 192, + "scheme": "npm", + "npm_native": ">=1.6.1", + "expected_vers": "vers:npm/>=1.6.1" + }, + { + "test_index": 193, + "scheme": "npm", + "npm_native": "<1.6.1", + "expected_vers": "vers:npm/<1.6.1" + }, + { + "test_index": 194, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 195, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 196, + "scheme": "npm", + "npm_native": ">=3.0.0", + "expected_vers": "vers:npm/>=3.0.0" + }, + { + "test_index": 197, + "scheme": "npm", + "npm_native": "<=2.1.1", + "expected_vers": "vers:npm/<=2.1.1" + }, + { + "test_index": 198, + "scheme": "npm", + "npm_native": ">=3.5.1 <4.0.0 || >=4.1.3 <5.0.0 || >=5.6.1 <6.0.0 || >=6.1.2", + "expected_vers": "vers:npm/>=3.5.1|<4.0.0|>=4.1.3|<5.0.0|>=5.6.1|<6.0.0|>=6.1.2" + }, + { + "test_index": 199, + "scheme": "npm", + "npm_native": "<3.5.1 || >=4.0.0 <4.1.3 || >=5.0.0 <5.6.1 || >=6.0.0 <6.1.2", + "expected_vers": "vers:npm/<3.5.1|>=4.0.0|<4.1.3|>=5.0.0|<5.6.1|>=6.0.0|<6.1.2" + }, + { + "test_index": 200, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 201, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 202, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 203, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 204, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 205, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 206, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 207, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 208, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 209, + "scheme": "npm", + "npm_native": ">=1.0.2", + "expected_vers": "vers:npm/>=1.0.2" + }, + { + "test_index": 210, + "scheme": "npm", + "npm_native": "<1.0.2", + "expected_vers": "vers:npm/<1.0.2" + }, + { + "test_index": 211, + "scheme": "npm", + "npm_native": ">=0.2.3", + "expected_vers": "vers:npm/>=0.2.3" + }, + { + "test_index": 212, + "scheme": "npm", + "npm_native": "<0.2.3", + "expected_vers": "vers:npm/<0.2.3" + }, + { + "test_index": 213, + "scheme": "npm", + "npm_native": ">=2.5.0 <= 3.0.0 || >=3.1.0", + "expected_vers": "vers:npm/>=2.5.0|<=3.0.0|>=3.1.0" + }, + { + "test_index": 214, + "scheme": "npm", + "npm_native": "<= 2.4.2 || >= 3.0.0 <=3.0.1", + "expected_vers": "vers:npm/<=2.4.2|>=3.0.0|<=3.0.1" + }, + { + "test_index": 215, + "scheme": "npm", + "npm_native": "<=0.2.1", + "expected_vers": "vers:npm/<=0.2.1" + }, + { + "test_index": 216, + "scheme": "npm", + "npm_native": ">= 1.4.0", + "expected_vers": "vers:npm/>=1.4.0" + }, + { + "test_index": 217, + "scheme": "npm", + "npm_native": "<=1.3.0", + "expected_vers": "vers:npm/<=1.3.0" + }, + { + "test_index": 218, + "scheme": "npm", + "npm_native": ">=2.1.0", + "expected_vers": "vers:npm/>=2.1.0" + }, + { + "test_index": 219, + "scheme": "npm", + "npm_native": "2.1.0-M1 || 2.1.0-M2", + "expected_vers": "vers:npm/2.1.0-M1|2.1.0-M2" + }, + { + "test_index": 220, + "scheme": "npm", + "npm_native": "<=0.3.0", + "expected_vers": "vers:npm/<=0.3.0" + }, + { + "test_index": 221, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 222, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 223, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 224, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 225, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 226, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 227, + "scheme": "npm", + "npm_native": ">=3.0.0", + "expected_vers": "vers:npm/>=3.0.0" + }, + { + "test_index": 228, + "scheme": "npm", + "npm_native": "<=2.0.0", + "expected_vers": "vers:npm/<=2.0.0" + }, + { + "test_index": 229, + "scheme": "npm", + "npm_native": ">=2.8.1", + "expected_vers": "vers:npm/>=2.8.1" + }, + { + "test_index": 230, + "scheme": "npm", + "npm_native": "<=2.8.0", + "expected_vers": "vers:npm/<=2.8.0" + }, + { + "test_index": 231, + "scheme": "npm", + "npm_native": ">=1.4.4", + "expected_vers": "vers:npm/>=1.4.4" + }, + { + "test_index": 232, + "scheme": "npm", + "npm_native": "<1.4.4", + "expected_vers": "vers:npm/<1.4.4" + }, + { + "test_index": 233, + "scheme": "npm", + "npm_native": ">=4.2.2", + "expected_vers": "vers:npm/>=4.2.2" + }, + { + "test_index": 234, + "scheme": "npm", + "npm_native": "<4.2.2", + "expected_vers": "vers:npm/<4.2.2" + }, + { + "test_index": 235, + "scheme": "npm", + "npm_native": ">=2.6.0", + "expected_vers": "vers:npm/>=2.6.0" + }, + { + "test_index": 236, + "scheme": "npm", + "npm_native": "<2.6.0", + "expected_vers": "vers:npm/<2.6.0" + }, + { + "test_index": 237, + "scheme": "npm", + "npm_native": ">=4.3.6 || >=3.8.39 <4.0.0", + "expected_vers": "vers:npm/>=3.8.39|<4.0.0|>=4.3.6" + }, + { + "test_index": 238, + "scheme": "npm", + "npm_native": ">=3.5.5 <=3.8.38 || >=4.0.0 <=4.3.5", + "expected_vers": "vers:npm/>=3.5.5|<=3.8.38|>=4.0.0|<=4.3.5" + }, + { + "test_index": 239, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 240, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 241, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 242, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 243, + "scheme": "npm", + "npm_native": ">= 0.8.4", + "expected_vers": "vers:npm/>=0.8.4" + }, + { + "test_index": 244, + "scheme": "npm", + "npm_native": "< 0.8.4", + "expected_vers": "vers:npm/<0.8.4" + }, + { + "test_index": 245, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 246, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 247, + "scheme": "npm", + "npm_native": ">=1.6.5 <2.0.0 || >= 2.1.7", + "expected_vers": "vers:npm/>=1.6.5|<2.0.0|>=2.1.7" + }, + { + "test_index": 248, + "scheme": "npm", + "npm_native": "<1.6.5 || < 2.1.7 > 2.0.0", + "expected_vers": "vers:npm/<1.6.5|>2.0.0|<2.1.7" + }, + { + "test_index": 249, + "scheme": "npm", + "npm_native": ">= 1.7.0-alpha3", + "expected_vers": "vers:npm/>=1.7.0-alpha3" + }, + { + "test_index": 250, + "scheme": "npm", + "npm_native": "<= 1.7.0-alpha2", + "expected_vers": "vers:npm/<=1.7.0-alpha2" + }, + { + "test_index": 251, + "scheme": "npm", + "npm_native": ">=3.1.11", + "expected_vers": "vers:npm/>=3.1.11" + }, + { + "test_index": 252, + "scheme": "npm", + "npm_native": "<=3.1.10", + "expected_vers": "vers:npm/<=3.1.10" + }, + { + "test_index": 253, + "scheme": "npm", + "npm_native": ">=1.0.29", + "expected_vers": "vers:npm/>=1.0.29" + }, + { + "test_index": 254, + "scheme": "npm", + "npm_native": "<1.0.29", + "expected_vers": "vers:npm/<1.0.29" + }, + { + "test_index": 255, + "scheme": "npm", + "npm_native": ">=0.0.3", + "expected_vers": "vers:npm/>=0.0.3" + }, + { + "test_index": 256, + "scheme": "npm", + "npm_native": "<=0.0.2", + "expected_vers": "vers:npm/<=0.0.2" + }, + { + "test_index": 257, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 258, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 259, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 260, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 261, + "scheme": "npm", + "npm_native": "> 0.9.6", + "expected_vers": "vers:npm/>0.9.6" + }, + { + "test_index": 262, + "scheme": "npm", + "npm_native": ">= 0.2.0 <= 0.9.6 || ~0.8.0-pre", + "expected_vers": "vers:npm/>=0.2.0|>=0.8.0-pre|<0.8.0|>=0.8.0|<0.8.1|<=0.9.6" + }, + { + "test_index": 263, + "scheme": "npm", + "npm_native": ">= 1.0.4", + "expected_vers": "vers:npm/>=1.0.4" + }, + { + "test_index": 264, + "scheme": "npm", + "npm_native": "<= 1.0.3", + "expected_vers": "vers:npm/<=1.0.3" + }, + { + "test_index": 265, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 266, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 267, + "scheme": "npm", + "npm_native": ">=2.0.0", + "expected_vers": "vers:npm/>=2.0.0" + }, + { + "test_index": 268, + "scheme": "npm", + "npm_native": "<2.0.0", + "expected_vers": "vers:npm/<2.0.0" + }, + { + "test_index": 269, + "scheme": "npm", + "npm_native": "<=0.2.0", + "expected_vers": "vers:npm/<=0.2.0" + }, + { + "test_index": 270, + "scheme": "npm", + "npm_native": ">=1.21.1", + "expected_vers": "vers:npm/>=1.21.1" + }, + { + "test_index": 271, + "scheme": "npm", + "npm_native": "<=1.20.0", + "expected_vers": "vers:npm/<=1.20.0" + }, + { + "test_index": 272, + "scheme": "npm", + "npm_native": ">=2.2.3", + "expected_vers": "vers:npm/>=2.2.3" + }, + { + "test_index": 273, + "scheme": "npm", + "npm_native": "<2.2.3", + "expected_vers": "vers:npm/<2.2.3" + }, + { + "test_index": 274, + "scheme": "npm", + "npm_native": ">=0.1.1", + "expected_vers": "vers:npm/>=0.1.1" + }, + { + "test_index": 275, + "scheme": "npm", + "npm_native": "<0.1.1", + "expected_vers": "vers:npm/<0.1.1" + }, + { + "test_index": 276, + "scheme": "npm", + "npm_native": ">= 2.2.x", + "expected_vers": "vers:npm/>=2.2.0|<2.3.0" + }, + { + "test_index": 277, + "scheme": "npm", + "npm_native": "2.0.x || 2.1.x", + "expected_vers": "vers:npm/>=2.0.0|<2.1.0|>=2.1.0|<2.2.0" + }, + { + "test_index": 278, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 279, + "scheme": "npm", + "npm_native": ">=2.2.1", + "expected_vers": "vers:npm/>=2.2.1" + }, + { + "test_index": 280, + "scheme": "npm", + "npm_native": "<2.2.1", + "expected_vers": "vers:npm/<2.2.1" + }, + { + "test_index": 281, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 282, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 283, + "scheme": "npm", + "npm_native": ">=2.1.5", + "expected_vers": "vers:npm/>=2.1.5" + }, + { + "test_index": 284, + "scheme": "npm", + "npm_native": "2.1.4", + "expected_vers": "vers:npm/2.1.4" + }, + { + "test_index": 285, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 286, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 287, + "scheme": "npm", + "npm_native": ">=3.0.0", + "expected_vers": "vers:npm/>=3.0.0" + }, + { + "test_index": 288, + "scheme": "npm", + "npm_native": "=3.0.0-rc.1", + "expected_vers": "vers:npm/3.0.0-rc.1" + }, + { + "test_index": 289, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 290, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 291, + "scheme": "npm", + "npm_native": ">=0.4.0", + "expected_vers": "vers:npm/>=0.4.0" + }, + { + "test_index": 292, + "scheme": "npm", + "npm_native": "<=0.3.8", + "expected_vers": "vers:npm/<=0.3.8" + }, + { + "test_index": 293, + "scheme": "npm", + "npm_native": ">=0.0.6", + "expected_vers": "vers:npm/>=0.0.6" + }, + { + "test_index": 294, + "scheme": "npm", + "npm_native": "<=0.0.5", + "expected_vers": "vers:npm/<=0.0.5" + }, + { + "test_index": 295, + "scheme": "npm", + "npm_native": ">=2.8.1", + "expected_vers": "vers:npm/>=2.8.1" + }, + { + "test_index": 296, + "scheme": "npm", + "npm_native": "<2.8.1", + "expected_vers": "vers:npm/<2.8.1" + }, + { + "test_index": 297, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 298, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 299, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 300, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 301, + "scheme": "npm", + "npm_native": ">=0.1.1", + "expected_vers": "vers:npm/>=0.1.1" + }, + { + "test_index": 302, + "scheme": "npm", + "npm_native": "<0.1.1", + "expected_vers": "vers:npm/<0.1.1" + }, + { + "test_index": 303, + "scheme": "npm", + "npm_native": "<=0.29.0", + "expected_vers": "vers:npm/<=0.29.0" + }, + { + "test_index": 304, + "scheme": "npm", + "npm_native": ">=7.0.0", + "expected_vers": "vers:npm/>=7.0.0" + }, + { + "test_index": 305, + "scheme": "npm", + "npm_native": "<=6.5.3", + "expected_vers": "vers:npm/<=6.5.3" + }, + { + "test_index": 306, + "scheme": "npm", + "npm_native": ">=0.8.13", + "expected_vers": "vers:npm/>=0.8.13" + }, + { + "test_index": 307, + "scheme": "npm", + "npm_native": "<0.8.13", + "expected_vers": "vers:npm/<0.8.13" + }, + { + "test_index": 308, + "scheme": "npm", + "npm_native": "^2.0.18 || ^3.0.16 || ^3.1.6 || ^4.0.8 || ^5.0.0-beta.5", + "expected_vers": "vers:npm/>=2.0.18|<3.0.0|>=3.0.16|>=3.1.6|<4.0.0|<4.0.0|>=4.0.8|>=5.0.0-beta.5|<5.0.0|<6.0.0" + }, + { + "test_index": 309, + "scheme": "npm", + "npm_native": "<2.0.18 || <3.0.16 || <3.1.6 || <4.0.8 || <5.0.0-beta.5", + "expected_vers": "vers:npm/<2.0.18|<3.0.16|<3.1.6|<4.0.8|<5.0.0-beta.5" + }, + { + "test_index": 310, + "scheme": "npm", + "npm_native": ">=3.0.0-beta.7 || >=2.0.8 <3.0.0-beta.1 || >=1.8.8 <2.0.0 || >=1.7.16 <1.8.0", + "expected_vers": "vers:npm/>=1.7.16|<1.8.0|>=1.8.8|<2.0.0|>=2.0.8|<3.0.0-beta.1|>=3.0.0-beta.7" + }, + { + "test_index": 311, + "scheme": "npm", + "npm_native": ">=1.7.0 <1.7.16 || >=1.8.0 <1.8.8 || >=2.0.0 <2.0.8 || >=3.0.0-beta.1 <3.0.0-beta.7", + "expected_vers": "vers:npm/>=1.7.0|<1.7.16|>=1.8.0|<1.8.8|>=2.0.0|<2.0.8|>=3.0.0-beta.1|<3.0.0-beta.7" + }, + { + "test_index": 312, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 313, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 314, + "scheme": "npm", + "npm_native": ">=1.0.1", + "expected_vers": "vers:npm/>=1.0.1" + }, + { + "test_index": 315, + "scheme": "npm", + "npm_native": "<1.0.1", + "expected_vers": "vers:npm/<1.0.1" + }, + { + "test_index": 316, + "scheme": "npm", + "npm_native": ">=0.2.4", + "expected_vers": "vers:npm/>=0.2.4" + }, + { + "test_index": 317, + "scheme": "npm", + "npm_native": "<0.2.4", + "expected_vers": "vers:npm/<0.2.4" + }, + { + "test_index": 318, + "scheme": "npm", + "npm_native": ">=1.0.0", + "expected_vers": "vers:npm/>=1.0.0" + }, + { + "test_index": 319, + "scheme": "npm", + "npm_native": "<=0.3.13", + "expected_vers": "vers:npm/<=0.3.13" + }, + { + "test_index": 320, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 321, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 322, + "scheme": "npm", + "npm_native": "7.0.0", + "expected_vers": "vers:npm/7.0.0" + }, + { + "test_index": 323, + "scheme": "npm", + "npm_native": "<= 6.5.3", + "expected_vers": "vers:npm/<=6.5.3" + }, + { + "test_index": 324, + "scheme": "npm", + "npm_native": ">=9.0.0", + "expected_vers": "vers:npm/>=9.0.0" + }, + { + "test_index": 325, + "scheme": "npm", + "npm_native": "<9.0.0", + "expected_vers": "vers:npm/<9.0.0" + }, + { + "test_index": 326, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 327, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 328, + "scheme": "npm", + "npm_native": ">=2.0.1", + "expected_vers": "vers:npm/>=2.0.1" + }, + { + "test_index": 329, + "scheme": "npm", + "npm_native": "<2.0.1", + "expected_vers": "vers:npm/<2.0.1" + }, + { + "test_index": 330, + "scheme": "npm", + "npm_native": ">=1.1.2", + "expected_vers": "vers:npm/>=1.1.2" + }, + { + "test_index": 331, + "scheme": "npm", + "npm_native": ">=1.1.0 <=1.1.1", + "expected_vers": "vers:npm/>=1.1.0|<=1.1.1" + }, + { + "test_index": 332, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 333, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 334, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 335, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 336, + "scheme": "npm", + "npm_native": ">= 0.0.6", + "expected_vers": "vers:npm/>=0.0.6" + }, + { + "test_index": 337, + "scheme": "npm", + "npm_native": "<= 0.0.5", + "expected_vers": "vers:npm/<=0.0.5" + }, + { + "test_index": 338, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 339, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 340, + "scheme": "npm", + "npm_native": "> 0.0.1", + "expected_vers": "vers:npm/>0.0.1" + }, + { + "test_index": 341, + "scheme": "npm", + "npm_native": "<= 0.0.1", + "expected_vers": "vers:npm/<=0.0.1" + }, + { + "test_index": 342, + "scheme": "npm", + "npm_native": ">3.0.0", + "expected_vers": "vers:npm/>3.0.0" + }, + { + "test_index": 343, + "scheme": "npm", + "npm_native": "<=3.0.0", + "expected_vers": "vers:npm/<=3.0.0" + }, + { + "test_index": 344, + "scheme": "npm", + "npm_native": "<=0.78.0", + "expected_vers": "vers:npm/<=0.78.0" + }, + { + "test_index": 345, + "scheme": "npm", + "npm_native": ">=1.4.3", + "expected_vers": "vers:npm/>=1.4.3" + }, + { + "test_index": 346, + "scheme": "npm", + "npm_native": "<1.4.3", + "expected_vers": "vers:npm/<1.4.3" + }, + { + "test_index": 347, + "scheme": "npm", + "npm_native": ">=2.1.0", + "expected_vers": "vers:npm/>=2.1.0" + }, + { + "test_index": 348, + "scheme": "npm", + "npm_native": "<=2.0.9", + "expected_vers": "vers:npm/<=2.0.9" + }, + { + "test_index": 349, + "scheme": "npm", + "npm_native": ">=1.4.0", + "expected_vers": "vers:npm/>=1.4.0" + }, + { + "test_index": 350, + "scheme": "npm", + "npm_native": "<1.4.0", + "expected_vers": "vers:npm/<1.4.0" + }, + { + "test_index": 351, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 352, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 353, + "scheme": "npm", + "npm_native": ">=0.5.1", + "expected_vers": "vers:npm/>=0.5.1" + }, + { + "test_index": 354, + "scheme": "npm", + "npm_native": "<0.5.1", + "expected_vers": "vers:npm/<0.5.1" + }, + { + "test_index": 355, + "scheme": "npm", + "npm_native": ">=1.6.6 <2.0.0 || >= 2.2.4", + "expected_vers": "vers:npm/>=1.6.6|<2.0.0|>=2.2.4" + }, + { + "test_index": 356, + "scheme": "npm", + "npm_native": "<1.6.6 || < 2.2.4 > 2.0.0", + "expected_vers": "vers:npm/<1.6.6|>2.0.0|<2.2.4" + }, + { + "test_index": 357, + "scheme": "npm", + "npm_native": ">= 2.15.1 <= 3.0.0 || >= 3.8.3", + "expected_vers": "vers:npm/>=2.15.1|<=3.0.0|>=3.8.3" + }, + { + "test_index": 358, + "scheme": "npm", + "npm_native": "<= 2.15.0 || >= 3.0.0 <= 3.8.2", + "expected_vers": "vers:npm/<=2.15.0|>=3.0.0|<=3.8.2" + }, + { + "test_index": 359, + "scheme": "npm", + "npm_native": ">=2.25.1", + "expected_vers": "vers:npm/>=2.25.1" + }, + { + "test_index": 360, + "scheme": "npm", + "npm_native": "<2.25.1", + "expected_vers": "vers:npm/<2.25.1" + }, + { + "test_index": 361, + "scheme": "npm", + "npm_native": ">=2.2.18", + "expected_vers": "vers:npm/>=2.2.18" + }, + { + "test_index": 362, + "scheme": "npm", + "npm_native": "<=2.2.17", + "expected_vers": "vers:npm/<=2.2.17" + }, + { + "test_index": 363, + "scheme": "npm", + "npm_native": "<=3.0.5", + "expected_vers": "vers:npm/<=3.0.5" + }, + { + "test_index": 364, + "scheme": "npm", + "npm_native": "<=1.1.0", + "expected_vers": "vers:npm/<=1.1.0" + }, + { + "test_index": 365, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 366, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 367, + "scheme": "npm", + "npm_native": ">=1.4.1", + "expected_vers": "vers:npm/>=1.4.1" + }, + { + "test_index": 368, + "scheme": "npm", + "npm_native": "<1.4.1", + "expected_vers": "vers:npm/<1.4.1" + }, + { + "test_index": 369, + "scheme": "npm", + "npm_native": ">=11.1.3", + "expected_vers": "vers:npm/>=11.1.3" + }, + { + "test_index": 370, + "scheme": "npm", + "npm_native": "<11.1.3", + "expected_vers": "vers:npm/<11.1.3" + }, + { + "test_index": 371, + "scheme": "npm", + "npm_native": ">=1.1.1", + "expected_vers": "vers:npm/>=1.1.1" + }, + { + "test_index": 372, + "scheme": "npm", + "npm_native": "<=1.1.0", + "expected_vers": "vers:npm/<=1.1.0" + }, + { + "test_index": 373, + "scheme": "npm", + "npm_native": ">=1.11.4", + "expected_vers": "vers:npm/>=1.11.4" + }, + { + "test_index": 374, + "scheme": "npm", + "npm_native": "<=1.11.1", + "expected_vers": "vers:npm/<=1.11.1" + }, + { + "test_index": 375, + "scheme": "npm", + "npm_native": ">=2.3.1", + "expected_vers": "vers:npm/>=2.3.1" + }, + { + "test_index": 376, + "scheme": "npm", + "npm_native": "<2.3.1", + "expected_vers": "vers:npm/<2.3.1" + }, + { + "test_index": 377, + "scheme": "npm", + "npm_native": ">=3.0.0", + "expected_vers": "vers:npm/>=3.0.0" + }, + { + "test_index": 378, + "scheme": "npm", + "npm_native": ">=1.4.0 <=1.11.3 || >=1.12.3 <=2.2.4", + "expected_vers": "vers:npm/>=1.4.0|<=1.11.3|>=1.12.3|<=2.2.4" + }, + { + "test_index": 379, + "scheme": "npm", + "npm_native": ">=6.4.9", + "expected_vers": "vers:npm/>=6.4.9" + }, + { + "test_index": 380, + "scheme": "npm", + "npm_native": "<=6.4.8", + "expected_vers": "vers:npm/<=6.4.8" + }, + { + "test_index": 381, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 382, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 383, + "scheme": "npm", + "npm_native": ">=1.1.0", + "expected_vers": "vers:npm/>=1.1.0" + }, + { + "test_index": 384, + "scheme": "npm", + "npm_native": "<1.1.0", + "expected_vers": "vers:npm/<1.1.0" + }, + { + "test_index": 385, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 386, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 387, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 388, + "scheme": "npm", + "npm_native": "<=2.0.0", + "expected_vers": "vers:npm/<=2.0.0" + }, + { + "test_index": 389, + "scheme": "npm", + "npm_native": ">=0.10.0", + "expected_vers": "vers:npm/>=0.10.0" + }, + { + "test_index": 390, + "scheme": "npm", + "npm_native": "<=0.9.1", + "expected_vers": "vers:npm/<=0.9.1" + }, + { + "test_index": 391, + "scheme": "npm", + "npm_native": ">=1.0.1 || >=0.9.5 <1.0.0", + "expected_vers": "vers:npm/>=0.9.5|<1.0.0|>=1.0.1" + }, + { + "test_index": 392, + "scheme": "npm", + "npm_native": "<=0.9.4 || 1.0.0", + "expected_vers": "vers:npm/<=0.9.4|1.0.0" + }, + { + "test_index": 393, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 394, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 395, + "scheme": "npm", + "npm_native": "<=1.4.6", + "expected_vers": "vers:npm/<=1.4.6" + }, + { + "test_index": 396, + "scheme": "npm", + "npm_native": ">=5.0.3 >=4.2.1", + "expected_vers": "vers:npm/>=4.2.1|>=5.0.3" + }, + { + "test_index": 397, + "scheme": "npm", + "npm_native": "<5.0.3 >=5.0.0 || < 4.2.1", + "expected_vers": "vers:npm/<4.2.1|>=5.0.0|<5.0.3" + }, + { + "test_index": 398, + "scheme": "npm", + "npm_native": ">=0.9.74", + "expected_vers": "vers:npm/>=0.9.74" + }, + { + "test_index": 399, + "scheme": "npm", + "npm_native": "<=0.9.73", + "expected_vers": "vers:npm/<=0.9.73" + }, + { + "test_index": 400, + "scheme": "npm", + "npm_native": ">=1.1.0", + "expected_vers": "vers:npm/>=1.1.0" + }, + { + "test_index": 401, + "scheme": "npm", + "npm_native": "<1.1.0", + "expected_vers": "vers:npm/<1.1.0" + }, + { + "test_index": 402, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 403, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 404, + "scheme": "npm", + "npm_native": ">=3.1.3 < 4.0.0 || >=4.1.1", + "expected_vers": "vers:npm/>=3.1.3|<4.0.0|>=4.1.1" + }, + { + "test_index": 405, + "scheme": "npm", + "npm_native": "< 3.1.3 || >= 4.0.0 <4.1.1", + "expected_vers": "vers:npm/<3.1.3|>=4.0.0|<4.1.1" + }, + { + "test_index": 406, + "scheme": "npm", + "npm_native": ">=1.0.2", + "expected_vers": "vers:npm/>=1.0.2" + }, + { + "test_index": 407, + "scheme": "npm", + "npm_native": "<=1.0.1", + "expected_vers": "vers:npm/<=1.0.1" + }, + { + "test_index": 408, + "scheme": "npm", + "npm_native": ">=0.3.2", + "expected_vers": "vers:npm/>=0.3.2" + }, + { + "test_index": 409, + "scheme": "npm", + "npm_native": "<0.3.2", + "expected_vers": "vers:npm/<0.3.2" + }, + { + "test_index": 410, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 411, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 412, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 413, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 414, + "scheme": "npm", + "npm_native": ">= 1.x", + "expected_vers": "vers:npm/>=1.0.0|<2.0.0" + }, + { + "test_index": 415, + "scheme": "npm", + "npm_native": "<1.0.0", + "expected_vers": "vers:npm/<1.0.0" + }, + { + "test_index": 416, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 417, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 418, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 419, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 420, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 421, + "scheme": "npm", + "npm_native": ">=1.10.4 <1.11.0 || >=1.16.0", + "expected_vers": "vers:npm/>=1.10.4|<1.11.0|>=1.16.0" + }, + { + "test_index": 422, + "scheme": "npm", + "npm_native": "<1.10.4 || >=1.11.0 <1.16.0", + "expected_vers": "vers:npm/<1.10.4|>=1.11.0|<1.16.0" + }, + { + "test_index": 423, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 424, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 425, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 426, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 427, + "scheme": "npm", + "npm_native": ">=6.0.0", + "expected_vers": "vers:npm/>=6.0.0" + }, + { + "test_index": 428, + "scheme": "npm", + "npm_native": "<=0.0.5", + "expected_vers": "vers:npm/<=0.0.5" + }, + { + "test_index": 429, + "scheme": "npm", + "npm_native": ">=6.5.2", + "expected_vers": "vers:npm/>=6.5.2" + }, + { + "test_index": 430, + "scheme": "npm", + "npm_native": "<6.5.2", + "expected_vers": "vers:npm/<6.5.2" + }, + { + "test_index": 431, + "scheme": "npm", + "npm_native": ">=1.6.0", + "expected_vers": "vers:npm/>=1.6.0" + }, + { + "test_index": 432, + "scheme": "npm", + "npm_native": "<1.6.0", + "expected_vers": "vers:npm/<1.6.0" + }, + { + "test_index": 433, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 434, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 435, + "scheme": "npm", + "npm_native": "<=1.3.0", + "expected_vers": "vers:npm/<=1.3.0" + }, + { + "test_index": 436, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 437, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 438, + "scheme": "npm", + "npm_native": ">=2.2.0", + "expected_vers": "vers:npm/>=2.2.0" + }, + { + "test_index": 439, + "scheme": "npm", + "npm_native": "<2.2.0", + "expected_vers": "vers:npm/<2.2.0" + }, + { + "test_index": 440, + "scheme": "npm", + "npm_native": ">= 0.0.15", + "expected_vers": "vers:npm/>=0.0.15" + }, + { + "test_index": 441, + "scheme": "npm", + "npm_native": ">= 0.0.10 <= 0.0.14", + "expected_vers": "vers:npm/>=0.0.10|<=0.0.14" + }, + { + "test_index": 442, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 443, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 444, + "scheme": "npm", + "npm_native": "<=1.0.5", + "expected_vers": "vers:npm/<=1.0.5" + }, + { + "test_index": 445, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 446, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 447, + "scheme": "npm", + "npm_native": ">=3.0.0", + "expected_vers": "vers:npm/>=3.0.0" + }, + { + "test_index": 448, + "scheme": "npm", + "npm_native": "<3.0.0", + "expected_vers": "vers:npm/<3.0.0" + }, + { + "test_index": 449, + "scheme": "npm", + "npm_native": "<=1.0.4", + "expected_vers": "vers:npm/<=1.0.4" + }, + { + "test_index": 450, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 451, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 452, + "scheme": "npm", + "npm_native": "<=0.0.2", + "expected_vers": "vers:npm/<=0.0.2" + }, + { + "test_index": 453, + "scheme": "npm", + "npm_native": ">=0.2.4", + "expected_vers": "vers:npm/>=0.2.4" + }, + { + "test_index": 454, + "scheme": "npm", + "npm_native": "<=0.2.3", + "expected_vers": "vers:npm/<=0.2.3" + }, + { + "test_index": 455, + "scheme": "npm", + "npm_native": ">=2.3.0", + "expected_vers": "vers:npm/>=2.3.0" + }, + { + "test_index": 456, + "scheme": "npm", + "npm_native": "<=2.2.13", + "expected_vers": "vers:npm/<=2.2.13" + }, + { + "test_index": 457, + "scheme": "npm", + "npm_native": ">=0.1.4", + "expected_vers": "vers:npm/>=0.1.4" + }, + { + "test_index": 458, + "scheme": "npm", + "npm_native": "<0.1.4", + "expected_vers": "vers:npm/<0.1.4" + }, + { + "test_index": 459, + "scheme": "npm", + "npm_native": ">=2.68.0", + "expected_vers": "vers:npm/>=2.68.0" + }, + { + "test_index": 460, + "scheme": "npm", + "npm_native": ">=2.2.6 <2.47.0 || >2.51.0 <=2.67.0", + "expected_vers": "vers:npm/>=2.2.6|<2.47.0|>2.51.0|<=2.67.0" + }, + { + "test_index": 461, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 462, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 463, + "scheme": "npm", + "npm_native": ">=1.1.7", + "expected_vers": "vers:npm/>=1.1.7" + }, + { + "test_index": 464, + "scheme": "npm", + "npm_native": "<=1.1.5", + "expected_vers": "vers:npm/<=1.1.5" + }, + { + "test_index": 465, + "scheme": "npm", + "npm_native": ">=2.0.7", + "expected_vers": "vers:npm/>=2.0.7" + }, + { + "test_index": 466, + "scheme": "npm", + "npm_native": "<2.0.7", + "expected_vers": "vers:npm/<2.0.7" + }, + { + "test_index": 467, + "scheme": "npm", + "npm_native": ">=1.7.0", + "expected_vers": "vers:npm/>=1.7.0" + }, + { + "test_index": 468, + "scheme": "npm", + "npm_native": "<=1.6.2", + "expected_vers": "vers:npm/<=1.6.2" + }, + { + "test_index": 469, + "scheme": "npm", + "npm_native": ">=1.3.4", + "expected_vers": "vers:npm/>=1.3.4" + }, + { + "test_index": 470, + "scheme": "npm", + "npm_native": "<=1.3.3", + "expected_vers": "vers:npm/<=1.3.3" + }, + { + "test_index": 471, + "scheme": "npm", + "npm_native": ">=1.4.2", + "expected_vers": "vers:npm/>=1.4.2" + }, + { + "test_index": 472, + "scheme": "npm", + "npm_native": "<1.4.2", + "expected_vers": "vers:npm/<1.4.2" + }, + { + "test_index": 473, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 474, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 475, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 476, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 477, + "scheme": "npm", + "npm_native": ">=0.1.3", + "expected_vers": "vers:npm/>=0.1.3" + }, + { + "test_index": 478, + "scheme": "npm", + "npm_native": "<0.1.3", + "expected_vers": "vers:npm/<0.1.3" + }, + { + "test_index": 479, + "scheme": "npm", + "npm_native": ">=0.38.0", + "expected_vers": "vers:npm/>=0.38.0" + }, + { + "test_index": 480, + "scheme": "npm", + "npm_native": "<=0.37.0", + "expected_vers": "vers:npm/<=0.37.0" + }, + { + "test_index": 481, + "scheme": "npm", + "npm_native": ">=2.26.1", + "expected_vers": "vers:npm/>=2.26.1" + }, + { + "test_index": 482, + "scheme": "npm", + "npm_native": "<2.26.1", + "expected_vers": "vers:npm/<2.26.1" + }, + { + "test_index": 483, + "scheme": "npm", + "npm_native": ">=0.8.0", + "expected_vers": "vers:npm/>=0.8.0" + }, + { + "test_index": 484, + "scheme": "npm", + "npm_native": "<=0.7.0", + "expected_vers": "vers:npm/<=0.7.0" + }, + { + "test_index": 485, + "scheme": "npm", + "npm_native": ">=0.4.16", + "expected_vers": "vers:npm/>=0.4.16" + }, + { + "test_index": 486, + "scheme": "npm", + "npm_native": "<0.4.16", + "expected_vers": "vers:npm/<0.4.16" + }, + { + "test_index": 487, + "scheme": "npm", + "npm_native": ">=1.3.1", + "expected_vers": "vers:npm/>=1.3.1" + }, + { + "test_index": 488, + "scheme": "npm", + "npm_native": "<1.3.1", + "expected_vers": "vers:npm/<1.3.1" + }, + { + "test_index": 489, + "scheme": "npm", + "npm_native": ">=2.1.13", + "expected_vers": "vers:npm/>=2.1.13" + }, + { + "test_index": 490, + "scheme": "npm", + "npm_native": "<=2.1.12", + "expected_vers": "vers:npm/<=2.1.12" + }, + { + "test_index": 491, + "scheme": "npm", + "npm_native": ">=1.2.3", + "expected_vers": "vers:npm/>=1.2.3" + }, + { + "test_index": 492, + "scheme": "npm", + "npm_native": "<=1.2.2", + "expected_vers": "vers:npm/<=1.2.2" + }, + { + "test_index": 493, + "scheme": "npm", + "npm_native": ">=3.4.4", + "expected_vers": "vers:npm/>=3.4.4" + }, + { + "test_index": 494, + "scheme": "npm", + "npm_native": ">=2.0.0 <=3.4.3", + "expected_vers": "vers:npm/>=2.0.0|<=3.4.3" + }, + { + "test_index": 495, + "scheme": "npm", + "npm_native": ">0.7.0", + "expected_vers": "vers:npm/>0.7.0" + }, + { + "test_index": 496, + "scheme": "npm", + "npm_native": "<=0.7.0", + "expected_vers": "vers:npm/<=0.7.0" + }, + { + "test_index": 497, + "scheme": "npm", + "npm_native": ">=0.1.6", + "expected_vers": "vers:npm/>=0.1.6" + }, + { + "test_index": 498, + "scheme": "npm", + "npm_native": "<0.1.6", + "expected_vers": "vers:npm/<0.1.6" + }, + { + "test_index": 499, + "scheme": "npm", + "npm_native": ">=1.1.10", + "expected_vers": "vers:npm/>=1.1.10" + }, + { + "test_index": 500, + "scheme": "npm", + "npm_native": "<=1.1.9", + "expected_vers": "vers:npm/<=1.1.9" + }, + { + "test_index": 501, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 502, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 503, + "scheme": "npm", + "npm_native": ">=2.1.0", + "expected_vers": "vers:npm/>=2.1.0" + }, + { + "test_index": 504, + "scheme": "npm", + "npm_native": "<=2.0.3", + "expected_vers": "vers:npm/<=2.0.3" + }, + { + "test_index": 505, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 506, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 507, + "scheme": "npm", + "npm_native": ">= 0.5.1", + "expected_vers": "vers:npm/>=0.5.1" + }, + { + "test_index": 508, + "scheme": "npm", + "npm_native": "0.5.0", + "expected_vers": "vers:npm/0.5.0" + }, + { + "test_index": 509, + "scheme": "npm", + "npm_native": ">=2.4.3", + "expected_vers": "vers:npm/>=2.4.3" + }, + { + "test_index": 510, + "scheme": "npm", + "npm_native": "<=2.4.2", + "expected_vers": "vers:npm/<=2.4.2" + }, + { + "test_index": 511, + "scheme": "npm", + "npm_native": "> 3.0.0", + "expected_vers": "vers:npm/>3.0.0" + }, + { + "test_index": 512, + "scheme": "npm", + "npm_native": "<= 3.0.0", + "expected_vers": "vers:npm/<=3.0.0" + }, + { + "test_index": 513, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 514, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 515, + "scheme": "npm", + "npm_native": ">=1.1.8", + "expected_vers": "vers:npm/>=1.1.8" + }, + { + "test_index": 516, + "scheme": "npm", + "npm_native": "<1.1.8", + "expected_vers": "vers:npm/<1.1.8" + }, + { + "test_index": 517, + "scheme": "npm", + "npm_native": "<=1.0.0", + "expected_vers": "vers:npm/<=1.0.0" + }, + { + "test_index": 518, + "scheme": "npm", + "npm_native": ">=3.23.6", + "expected_vers": "vers:npm/>=3.23.6" + }, + { + "test_index": 519, + "scheme": "npm", + "npm_native": "<3.23.6", + "expected_vers": "vers:npm/<3.23.6" + }, + { + "test_index": 520, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 521, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 522, + "scheme": "npm", + "npm_native": ">=5.0.3 <6.0.0 || >=6.8.6", + "expected_vers": "vers:npm/>=5.0.3|<6.0.0|>=6.8.6" + }, + { + "test_index": 523, + "scheme": "npm", + "npm_native": "<=6.8.5", + "expected_vers": "vers:npm/<=6.8.5" + }, + { + "test_index": 524, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 525, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 526, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 527, + "scheme": "npm", + "npm_native": "<=0.1.3", + "expected_vers": "vers:npm/<=0.1.3" + }, + { + "test_index": 528, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 529, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 530, + "scheme": "npm", + "npm_native": ">=6.4.1", + "expected_vers": "vers:npm/>=6.4.1" + }, + { + "test_index": 531, + "scheme": "npm", + "npm_native": "<=6.4.0", + "expected_vers": "vers:npm/<=6.4.0" + }, + { + "test_index": 532, + "scheme": "npm", + "npm_native": ">=1.1.0", + "expected_vers": "vers:npm/>=1.1.0" + }, + { + "test_index": 533, + "scheme": "npm", + "npm_native": "<1.1.0", + "expected_vers": "vers:npm/<1.1.0" + }, + { + "test_index": 534, + "scheme": "npm", + "npm_native": ">=1.0.2", + "expected_vers": "vers:npm/>=1.0.2" + }, + { + "test_index": 535, + "scheme": "npm", + "npm_native": "<1.0.2", + "expected_vers": "vers:npm/<1.0.2" + }, + { + "test_index": 536, + "scheme": "npm", + "npm_native": ">=2.2.1", + "expected_vers": "vers:npm/>=2.2.1" + }, + { + "test_index": 537, + "scheme": "npm", + "npm_native": "<=2.2.0", + "expected_vers": "vers:npm/<=2.2.0" + }, + { + "test_index": 538, + "scheme": "npm", + "npm_native": "<=0.0.24", + "expected_vers": "vers:npm/<=0.0.24" + }, + { + "test_index": 539, + "scheme": "npm", + "npm_native": "<=0.0.20", + "expected_vers": "vers:npm/<=0.0.20" + }, + { + "test_index": 540, + "scheme": "npm", + "npm_native": ">=0.3.4", + "expected_vers": "vers:npm/>=0.3.4" + }, + { + "test_index": 541, + "scheme": "npm", + "npm_native": "<=0.3.3", + "expected_vers": "vers:npm/<=0.3.3" + }, + { + "test_index": 542, + "scheme": "npm", + "npm_native": "=3.10.1 || >=3.10.3", + "expected_vers": "vers:npm/3.10.1|>=3.10.3" + }, + { + "test_index": 543, + "scheme": "npm", + "npm_native": ">=3.0.0 <=3.9.1 || =3.10.2", + "expected_vers": "vers:npm/>=3.0.0|<=3.9.1|3.10.2" + }, + { + "test_index": 544, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 545, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 546, + "scheme": "npm", + "npm_native": ">=0.1.2", + "expected_vers": "vers:npm/>=0.1.2" + }, + { + "test_index": 547, + "scheme": "npm", + "npm_native": "<=0.1.1", + "expected_vers": "vers:npm/<=0.1.1" + }, + { + "test_index": 548, + "scheme": "npm", + "npm_native": "<=0.13.12", + "expected_vers": "vers:npm/<=0.13.12" + }, + { + "test_index": 549, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 550, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 551, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 552, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 553, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 554, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 555, + "scheme": "npm", + "npm_native": ">1.1.5", + "expected_vers": "vers:npm/>1.1.5" + }, + { + "test_index": 556, + "scheme": "npm", + "npm_native": "<=1.1.5", + "expected_vers": "vers:npm/<=1.1.5" + }, + { + "test_index": 557, + "scheme": "npm", + "npm_native": "^1.1.7 || >= 2.0.1", + "expected_vers": "vers:npm/>=1.1.7|<2.0.0|>=2.0.1" + }, + { + "test_index": 558, + "scheme": "npm", + "npm_native": "<2.0.1 || <1.1.7", + "expected_vers": "vers:npm/<1.1.7|<2.0.1" + }, + { + "test_index": 559, + "scheme": "npm", + "npm_native": ">=2.0.0", + "expected_vers": "vers:npm/>=2.0.0" + }, + { + "test_index": 560, + "scheme": "npm", + "npm_native": ">=1.4.0 <2.0.0", + "expected_vers": "vers:npm/>=1.4.0|<2.0.0" + }, + { + "test_index": 561, + "scheme": "npm", + "npm_native": ">=2.3.0", + "expected_vers": "vers:npm/>=2.3.0" + }, + { + "test_index": 562, + "scheme": "npm", + "npm_native": ">=0.9.7 <=2.2.2", + "expected_vers": "vers:npm/>=0.9.7|<=2.2.2" + }, + { + "test_index": 563, + "scheme": "npm", + "npm_native": ">=0.2.5", + "expected_vers": "vers:npm/>=0.2.5" + }, + { + "test_index": 564, + "scheme": "npm", + "npm_native": "<0.2.5", + "expected_vers": "vers:npm/<0.2.5" + }, + { + "test_index": 565, + "scheme": "npm", + "npm_native": ">=3.22.1", + "expected_vers": "vers:npm/>=3.22.1" + }, + { + "test_index": 566, + "scheme": "npm", + "npm_native": "<3.22.1", + "expected_vers": "vers:npm/<3.22.1" + }, + { + "test_index": 567, + "scheme": "npm", + "npm_native": "<=0.0.3", + "expected_vers": "vers:npm/<=0.0.3" + }, + { + "test_index": 568, + "scheme": "npm", + "npm_native": ">=3.0.0", + "expected_vers": "vers:npm/>=3.0.0" + }, + { + "test_index": 569, + "scheme": "npm", + "npm_native": "<3.0.0", + "expected_vers": "vers:npm/<3.0.0" + }, + { + "test_index": 570, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 571, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 572, + "scheme": "npm", + "npm_native": ">=3.4.6 < 4.0.0|| >=4.0.5", + "expected_vers": "vers:npm/>=3.4.6|<4.0.0|>=4.0.5" + }, + { + "test_index": 573, + "scheme": "npm", + "npm_native": "<3.4.6 || > 4.0.0 <4.0.5", + "expected_vers": "vers:npm/<3.4.6|>4.0.0|<4.0.5" + }, + { + "test_index": 574, + "scheme": "npm", + "npm_native": ">=1.8.7", + "expected_vers": "vers:npm/>=1.8.7" + }, + { + "test_index": 575, + "scheme": "npm", + "npm_native": "<1.8.7", + "expected_vers": "vers:npm/<1.8.7" + }, + { + "test_index": 576, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 577, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 578, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 579, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 580, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 581, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 582, + "scheme": "npm", + "npm_native": ">=0.1.0", + "expected_vers": "vers:npm/>=0.1.0" + }, + { + "test_index": 583, + "scheme": "npm", + "npm_native": ">=1.6.1", + "expected_vers": "vers:npm/>=1.6.1" + }, + { + "test_index": 584, + "scheme": "npm", + "npm_native": "<=1.6.0", + "expected_vers": "vers:npm/<=1.6.0" + }, + { + "test_index": 585, + "scheme": "npm", + "npm_native": ">=3.9.0", + "expected_vers": "vers:npm/>=3.9.0" + }, + { + "test_index": 586, + "scheme": "npm", + "npm_native": "<3.9.0", + "expected_vers": "vers:npm/<3.9.0" + }, + { + "test_index": 587, + "scheme": "npm", + "npm_native": ">=1.4.4", + "expected_vers": "vers:npm/>=1.4.4" + }, + { + "test_index": 588, + "scheme": "npm", + "npm_native": "<=1.4.3", + "expected_vers": "vers:npm/<=1.4.3" + }, + { + "test_index": 589, + "scheme": "npm", + "npm_native": ">=0.2.3", + "expected_vers": "vers:npm/>=0.2.3" + }, + { + "test_index": 590, + "scheme": "npm", + "npm_native": "<0.2.3", + "expected_vers": "vers:npm/<0.2.3" + }, + { + "test_index": 591, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 592, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 593, + "scheme": "npm", + "npm_native": ">=3.0.0", + "expected_vers": "vers:npm/>=3.0.0" + }, + { + "test_index": 594, + "scheme": "npm", + "npm_native": "<3.0.0", + "expected_vers": "vers:npm/<3.0.0" + }, + { + "test_index": 595, + "scheme": "npm", + "npm_native": ">=0.3.1", + "expected_vers": "vers:npm/>=0.3.1" + }, + { + "test_index": 596, + "scheme": "npm", + "npm_native": "<=0.3.0", + "expected_vers": "vers:npm/<=0.3.0" + }, + { + "test_index": 597, + "scheme": "npm", + "npm_native": ">=3.4.0", + "expected_vers": "vers:npm/>=3.4.0" + }, + { + "test_index": 598, + "scheme": "npm", + "npm_native": "<3.4.0", + "expected_vers": "vers:npm/<3.4.0" + }, + { + "test_index": 599, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 600, + "scheme": "npm", + "npm_native": "<=2.2.4", + "expected_vers": "vers:npm/<=2.2.4" + }, + { + "test_index": 601, + "scheme": "npm", + "npm_native": ">=1.1.5", + "expected_vers": "vers:npm/>=1.1.5" + }, + { + "test_index": 602, + "scheme": "npm", + "npm_native": "<1.1.5", + "expected_vers": "vers:npm/<1.1.5" + }, + { + "test_index": 603, + "scheme": "npm", + "npm_native": "<=0.0.32", + "expected_vers": "vers:npm/<=0.0.32" + }, + { + "test_index": 604, + "scheme": "npm", + "npm_native": ">=1.1.4", + "expected_vers": "vers:npm/>=1.1.4" + }, + { + "test_index": 605, + "scheme": "npm", + "npm_native": "<=1.1.3", + "expected_vers": "vers:npm/<=1.1.3" + }, + { + "test_index": 606, + "scheme": "npm", + "npm_native": ">=0.35.1", + "expected_vers": "vers:npm/>=0.35.1" + }, + { + "test_index": 607, + "scheme": "npm", + "npm_native": "<=0.35.0", + "expected_vers": "vers:npm/<=0.35.0" + }, + { + "test_index": 608, + "scheme": "npm", + "npm_native": ">=4.1.2", + "expected_vers": "vers:npm/>=4.1.2" + }, + { + "test_index": 609, + "scheme": "npm", + "npm_native": ">=3.1.0 <4.1.2", + "expected_vers": "vers:npm/>=3.1.0|<4.1.2" + }, + { + "test_index": 610, + "scheme": "npm", + "npm_native": ">=5.0.2", + "expected_vers": "vers:npm/>=5.0.2" + }, + { + "test_index": 611, + "scheme": "npm", + "npm_native": "<=5.0.1", + "expected_vers": "vers:npm/<=5.0.1" + }, + { + "test_index": 612, + "scheme": "npm", + "npm_native": ">=1.4.0", + "expected_vers": "vers:npm/>=1.4.0" + }, + { + "test_index": 613, + "scheme": "npm", + "npm_native": "<1.4.0", + "expected_vers": "vers:npm/<1.4.0" + }, + { + "test_index": 614, + "scheme": "npm", + "npm_native": ">=3.20.0", + "expected_vers": "vers:npm/>=3.20.0" + }, + { + "test_index": 615, + "scheme": "npm", + "npm_native": "<=3.19.3", + "expected_vers": "vers:npm/<=3.19.3" + }, + { + "test_index": 616, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 617, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 618, + "scheme": "npm", + "npm_native": ">=1.1.4", + "expected_vers": "vers:npm/>=1.1.4" + }, + { + "test_index": 619, + "scheme": "npm", + "npm_native": "<1.1.4", + "expected_vers": "vers:npm/<1.1.4" + }, + { + "test_index": 620, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 621, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 622, + "scheme": "npm", + "npm_native": "<=1.1.1", + "expected_vers": "vers:npm/<=1.1.1" + }, + { + "test_index": 623, + "scheme": "npm", + "npm_native": ">=3.2.2", + "expected_vers": "vers:npm/>=3.2.2" + }, + { + "test_index": 624, + "scheme": "npm", + "npm_native": "<3.2.2", + "expected_vers": "vers:npm/<3.2.2" + }, + { + "test_index": 625, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 626, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 627, + "scheme": "npm", + "npm_native": ">=1.0.0", + "expected_vers": "vers:npm/>=1.0.0" + }, + { + "test_index": 628, + "scheme": "npm", + "npm_native": "<1.0.0", + "expected_vers": "vers:npm/<1.0.0" + }, + { + "test_index": 629, + "scheme": "npm", + "npm_native": ">=5.1.3", + "expected_vers": "vers:npm/>=5.1.3" + }, + { + "test_index": 630, + "scheme": "npm", + "npm_native": "<5.1.3", + "expected_vers": "vers:npm/<5.1.3" + }, + { + "test_index": 631, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 632, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 633, + "scheme": "npm", + "npm_native": ">= 0.3.0", + "expected_vers": "vers:npm/>=0.3.0" + }, + { + "test_index": 634, + "scheme": "npm", + "npm_native": "< 0.3.0", + "expected_vers": "vers:npm/<0.3.0" + }, + { + "test_index": 635, + "scheme": "npm", + "npm_native": ">=3.11 <4 || >=4.5", + "expected_vers": "vers:npm/>=3.11.0|<4.0.0|>=4.5.0" + }, + { + "test_index": 636, + "scheme": "npm", + "npm_native": "<3.11 || >= 4 <4.5", + "expected_vers": "vers:npm/<3.11.0|>=4.0.0|<4.5.0" + }, + { + "test_index": 637, + "scheme": "npm", + "npm_native": ">=1.3.0", + "expected_vers": "vers:npm/>=1.3.0" + }, + { + "test_index": 638, + "scheme": "npm", + "npm_native": "<1.3.0", + "expected_vers": "vers:npm/<1.3.0" + }, + { + "test_index": 639, + "scheme": "npm", + "npm_native": ">=4.17.19", + "expected_vers": "vers:npm/>=4.17.19" + }, + { + "test_index": 640, + "scheme": "npm", + "npm_native": ">=4.17.15 <4.17.19", + "expected_vers": "vers:npm/>=4.17.15|<4.17.19" + }, + { + "test_index": 641, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 642, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 643, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 644, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 645, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 646, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 647, + "scheme": "npm", + "npm_native": ">=6.0.5", + "expected_vers": "vers:npm/>=6.0.5" + }, + { + "test_index": 648, + "scheme": "npm", + "npm_native": "<=6.0.4", + "expected_vers": "vers:npm/<=6.0.4" + }, + { + "test_index": 649, + "scheme": "npm", + "npm_native": ">=2.14.0", + "expected_vers": "vers:npm/>=2.14.0" + }, + { + "test_index": 650, + "scheme": "npm", + "npm_native": ">=2.0.0-alpha8 <=2.0.0-rc2 || >=2.0.0 <=2.13.0", + "expected_vers": "vers:npm/>=2.0.0-alpha8|<=2.0.0-rc2|>=2.0.0|<=2.13.0" + }, + { + "test_index": 651, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 652, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 653, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 654, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 655, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 656, + "scheme": "npm", + "npm_native": "<=0.8.0", + "expected_vers": "vers:npm/<=0.8.0" + }, + { + "test_index": 657, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 658, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 659, + "scheme": "npm", + "npm_native": ">=0.4.1", + "expected_vers": "vers:npm/>=0.4.1" + }, + { + "test_index": 660, + "scheme": "npm", + "npm_native": "<=0.3.6", + "expected_vers": "vers:npm/<=0.3.6" + }, + { + "test_index": 661, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 662, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 663, + "scheme": "npm", + "npm_native": ">=0.5.1", + "expected_vers": "vers:npm/>=0.5.1" + }, + { + "test_index": 664, + "scheme": "npm", + "npm_native": "<=0.5.0", + "expected_vers": "vers:npm/<=0.5.0" + }, + { + "test_index": 665, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 666, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 667, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 668, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 669, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 670, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 671, + "scheme": "npm", + "npm_native": ">=0.11.1", + "expected_vers": "vers:npm/>=0.11.1" + }, + { + "test_index": 672, + "scheme": "npm", + "npm_native": "<0.11.1", + "expected_vers": "vers:npm/<0.11.1" + }, + { + "test_index": 673, + "scheme": "npm", + "npm_native": ">2.3.21", + "expected_vers": "vers:npm/>2.3.21" + }, + { + "test_index": 674, + "scheme": "npm", + "npm_native": "2.3.21", + "expected_vers": "vers:npm/2.3.21" + }, + { + "test_index": 675, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 676, + "scheme": "npm", + "npm_native": ">=3.3.1", + "expected_vers": "vers:npm/>=3.3.1" + }, + { + "test_index": 677, + "scheme": "npm", + "npm_native": "<3.3.1", + "expected_vers": "vers:npm/<3.3.1" + }, + { + "test_index": 678, + "scheme": "npm", + "npm_native": ">= 1.4.6 < 2.0.0 || >= 2.0.1", + "expected_vers": "vers:npm/>=1.4.6|<2.0.0|>=2.0.1" + }, + { + "test_index": 679, + "scheme": "npm", + "npm_native": ">= 1.0.0 < 1.4.6 || 2.0.0", + "expected_vers": "vers:npm/>=1.0.0|<1.4.6|2.0.0" + }, + { + "test_index": 680, + "scheme": "npm", + "npm_native": ">= 1.x", + "expected_vers": "vers:npm/>=1.0.0|<2.0.0" + }, + { + "test_index": 681, + "scheme": "npm", + "npm_native": "<1.0.0", + "expected_vers": "vers:npm/<1.0.0" + }, + { + "test_index": 682, + "scheme": "npm", + "npm_native": ">=1.6.3", + "expected_vers": "vers:npm/>=1.6.3" + }, + { + "test_index": 683, + "scheme": "npm", + "npm_native": "<1.6.3", + "expected_vers": "vers:npm/<1.6.3" + }, + { + "test_index": 684, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 685, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 686, + "scheme": "npm", + "npm_native": ">=11.0.0", + "expected_vers": "vers:npm/>=11.0.0" + }, + { + "test_index": 687, + "scheme": "npm", + "npm_native": "<11.0.0", + "expected_vers": "vers:npm/<11.0.0" + }, + { + "test_index": 688, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 689, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 690, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 691, + "scheme": "npm", + "npm_native": ">=1.0.6", + "expected_vers": "vers:npm/>=1.0.6" + }, + { + "test_index": 692, + "scheme": "npm", + "npm_native": "<=1.0.5", + "expected_vers": "vers:npm/<=1.0.5" + }, + { + "test_index": 693, + "scheme": "npm", + "npm_native": ">=1.1.1", + "expected_vers": "vers:npm/>=1.1.1" + }, + { + "test_index": 694, + "scheme": "npm", + "npm_native": "<1.1.1", + "expected_vers": "vers:npm/<1.1.1" + }, + { + "test_index": 695, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 696, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 697, + "scheme": "npm", + "npm_native": ">=2.3.6", + "expected_vers": "vers:npm/>=2.3.6" + }, + { + "test_index": 698, + "scheme": "npm", + "npm_native": "<=2.3.5", + "expected_vers": "vers:npm/<=2.3.5" + }, + { + "test_index": 699, + "scheme": "npm", + "npm_native": ">=0.3.6", + "expected_vers": "vers:npm/>=0.3.6" + }, + { + "test_index": 700, + "scheme": "npm", + "npm_native": "<=0.3.5", + "expected_vers": "vers:npm/<=0.3.5" + }, + { + "test_index": 701, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 702, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 703, + "scheme": "npm", + "npm_native": ">= 3.17.0", + "expected_vers": "vers:npm/>=3.17.0" + }, + { + "test_index": 704, + "scheme": "npm", + "npm_native": "<= 3.16.0", + "expected_vers": "vers:npm/<=3.16.0" + }, + { + "test_index": 705, + "scheme": "npm", + "npm_native": ">=0.4.9", + "expected_vers": "vers:npm/>=0.4.9" + }, + { + "test_index": 706, + "scheme": "npm", + "npm_native": "<0.4.9", + "expected_vers": "vers:npm/<0.4.9" + }, + { + "test_index": 707, + "scheme": "npm", + "npm_native": ">=4.17.11", + "expected_vers": "vers:npm/>=4.17.11" + }, + { + "test_index": 708, + "scheme": "npm", + "npm_native": "<4.17.11", + "expected_vers": "vers:npm/<4.17.11" + }, + { + "test_index": 709, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 710, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 711, + "scheme": "npm", + "npm_native": "<=0.0.6", + "expected_vers": "vers:npm/<=0.0.6" + }, + { + "test_index": 712, + "scheme": "npm", + "npm_native": ">=0.10.0", + "expected_vers": "vers:npm/>=0.10.0" + }, + { + "test_index": 713, + "scheme": "npm", + "npm_native": "<=0.9.11", + "expected_vers": "vers:npm/<=0.9.11" + }, + { + "test_index": 714, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 715, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 716, + "scheme": "npm", + "npm_native": ">=2.2.0", + "expected_vers": "vers:npm/>=2.2.0" + }, + { + "test_index": 717, + "scheme": "npm", + "npm_native": "<=2.1.1", + "expected_vers": "vers:npm/<=2.1.1" + }, + { + "test_index": 718, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 719, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 720, + "scheme": "npm", + "npm_native": "<=0.2.8", + "expected_vers": "vers:npm/<=0.2.8" + }, + { + "test_index": 721, + "scheme": "npm", + "npm_native": "<=0.29.0", + "expected_vers": "vers:npm/<=0.29.0" + }, + { + "test_index": 722, + "scheme": "npm", + "npm_native": ">=1.8.8", + "expected_vers": "vers:npm/>=1.8.8" + }, + { + "test_index": 723, + "scheme": "npm", + "npm_native": "<1.8.8", + "expected_vers": "vers:npm/<1.8.8" + }, + { + "test_index": 724, + "scheme": "npm", + "npm_native": ">=2.0.0", + "expected_vers": "vers:npm/>=2.0.0" + }, + { + "test_index": 725, + "scheme": "npm", + "npm_native": "<=1.3.3", + "expected_vers": "vers:npm/<=1.3.3" + }, + { + "test_index": 726, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 727, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 728, + "scheme": "npm", + "npm_native": ">=1.9.0", + "expected_vers": "vers:npm/>=1.9.0" + }, + { + "test_index": 729, + "scheme": "npm", + "npm_native": ">=1.7.1 <=1.8.3", + "expected_vers": "vers:npm/>=1.7.1|<=1.8.3" + }, + { + "test_index": 730, + "scheme": "npm", + "npm_native": "<=0.0.0", + "expected_vers": "vers:npm/<=0.0.0" + }, + { + "test_index": 731, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 732, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 733, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 734, + "scheme": "npm", + "npm_native": ">=0.4.11", + "expected_vers": "vers:npm/>=0.4.11" + }, + { + "test_index": 735, + "scheme": "npm", + "npm_native": "<=0.4.10", + "expected_vers": "vers:npm/<=0.4.10" + }, + { + "test_index": 736, + "scheme": "npm", + "npm_native": ">= 0.6.1", + "expected_vers": "vers:npm/>=0.6.1" + }, + { + "test_index": 737, + "scheme": "npm", + "npm_native": "<= 0.6.0", + "expected_vers": "vers:npm/<=0.6.0" + }, + { + "test_index": 738, + "scheme": "npm", + "npm_native": ">=11.1.4", + "expected_vers": "vers:npm/>=11.1.4" + }, + { + "test_index": 739, + "scheme": "npm", + "npm_native": "<11.1.4", + "expected_vers": "vers:npm/<11.1.4" + }, + { + "test_index": 740, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 741, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 742, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 743, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 744, + "scheme": "npm", + "npm_native": ">=13.0.8", + "expected_vers": "vers:npm/>=13.0.8" + }, + { + "test_index": 745, + "scheme": "npm", + "npm_native": "<13.0.8", + "expected_vers": "vers:npm/<13.0.8" + }, + { + "test_index": 746, + "scheme": "npm", + "npm_native": ">=5.1.2", + "expected_vers": "vers:npm/>=5.1.2" + }, + { + "test_index": 747, + "scheme": "npm", + "npm_native": "5.1.1", + "expected_vers": "vers:npm/5.1.1" + }, + { + "test_index": 748, + "scheme": "npm", + "npm_native": "<=1.1.5", + "expected_vers": "vers:npm/<=1.1.5" + }, + { + "test_index": 749, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 750, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 751, + "scheme": "npm", + "npm_native": ">=0.1.3", + "expected_vers": "vers:npm/>=0.1.3" + }, + { + "test_index": 752, + "scheme": "npm", + "npm_native": "<=0.1.2", + "expected_vers": "vers:npm/<=0.1.2" + }, + { + "test_index": 753, + "scheme": "npm", + "npm_native": ">=1.4.3", + "expected_vers": "vers:npm/>=1.4.3" + }, + { + "test_index": 754, + "scheme": "npm", + "npm_native": "<1.4.3", + "expected_vers": "vers:npm/<1.4.3" + }, + { + "test_index": 755, + "scheme": "npm", + "npm_native": ">=1.2.4", + "expected_vers": "vers:npm/>=1.2.4" + }, + { + "test_index": 756, + "scheme": "npm", + "npm_native": "<1.2.4", + "expected_vers": "vers:npm/<1.2.4" + }, + { + "test_index": 757, + "scheme": "npm", + "npm_native": ">=0.10.9", + "expected_vers": "vers:npm/>=0.10.9" + }, + { + "test_index": 758, + "scheme": "npm", + "npm_native": ">=0.10.0 <=0.10.8", + "expected_vers": "vers:npm/>=0.10.0|<=0.10.8" + }, + { + "test_index": 759, + "scheme": "npm", + "npm_native": ">=4.3.2", + "expected_vers": "vers:npm/>=4.3.2" + }, + { + "test_index": 760, + "scheme": "npm", + "npm_native": "<4.3.2", + "expected_vers": "vers:npm/<4.3.2" + }, + { + "test_index": 761, + "scheme": "npm", + "npm_native": ">=2.0.0-rc8", + "expected_vers": "vers:npm/>=2.0.0-rc8" + }, + { + "test_index": 762, + "scheme": "npm", + "npm_native": "<=2.0.0-rc7", + "expected_vers": "vers:npm/<=2.0.0-rc7" + }, + { + "test_index": 763, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 764, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 765, + "scheme": "npm", + "npm_native": ">=1.13.2", + "expected_vers": "vers:npm/>=1.13.2" + }, + { + "test_index": 766, + "scheme": "npm", + "npm_native": "<=1.13.1", + "expected_vers": "vers:npm/<=1.13.1" + }, + { + "test_index": 767, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 768, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 769, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 770, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 771, + "scheme": "npm", + "npm_native": ">=3.5.0", + "expected_vers": "vers:npm/>=3.5.0" + }, + { + "test_index": 772, + "scheme": "npm", + "npm_native": "<3.5.0", + "expected_vers": "vers:npm/<3.5.0" + }, + { + "test_index": 773, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 774, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 775, + "scheme": "npm", + "npm_native": "<=3.7.1 || >= 3.7.3", + "expected_vers": "vers:npm/<=3.7.1|>=3.7.3" + }, + { + "test_index": 776, + "scheme": "npm", + "npm_native": "3.7.2", + "expected_vers": "vers:npm/3.7.2" + }, + { + "test_index": 777, + "scheme": "npm", + "npm_native": ">=0.1.2", + "expected_vers": "vers:npm/>=0.1.2" + }, + { + "test_index": 778, + "scheme": "npm", + "npm_native": "<0.1.2", + "expected_vers": "vers:npm/<0.1.2" + }, + { + "test_index": 779, + "scheme": "npm", + "npm_native": "<=0.13.12", + "expected_vers": "vers:npm/<=0.13.12" + }, + { + "test_index": 780, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 781, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 782, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 783, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 784, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 785, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 786, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 787, + "scheme": "npm", + "npm_native": ">=3.0.4", + "expected_vers": "vers:npm/>=3.0.4" + }, + { + "test_index": 788, + "scheme": "npm", + "npm_native": "<3.0.4", + "expected_vers": "vers:npm/<3.0.4" + }, + { + "test_index": 789, + "scheme": "npm", + "npm_native": ">=1.0.7", + "expected_vers": "vers:npm/>=1.0.7" + }, + { + "test_index": 790, + "scheme": "npm", + "npm_native": "<=1.0.6", + "expected_vers": "vers:npm/<=1.0.6" + }, + { + "test_index": 791, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 792, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 793, + "scheme": "npm", + "npm_native": ">=1.3.1", + "expected_vers": "vers:npm/>=1.3.1" + }, + { + "test_index": 794, + "scheme": "npm", + "npm_native": "<1.3.1", + "expected_vers": "vers:npm/<1.3.1" + }, + { + "test_index": 795, + "scheme": "npm", + "npm_native": "> 2.4.3", + "expected_vers": "vers:npm/>2.4.3" + }, + { + "test_index": 796, + "scheme": "npm", + "npm_native": "<= 2.4.3", + "expected_vers": "vers:npm/<=2.4.3" + }, + { + "test_index": 797, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 798, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 799, + "scheme": "npm", + "npm_native": ">=0.2.3", + "expected_vers": "vers:npm/>=0.2.3" + }, + { + "test_index": 800, + "scheme": "npm", + "npm_native": "<0.2.3", + "expected_vers": "vers:npm/<0.2.3" + }, + { + "test_index": 801, + "scheme": "npm", + "npm_native": ">=1.2.4", + "expected_vers": "vers:npm/>=1.2.4" + }, + { + "test_index": 802, + "scheme": "npm", + "npm_native": "<=1.2.3", + "expected_vers": "vers:npm/<=1.2.3" + }, + { + "test_index": 803, + "scheme": "npm", + "npm_native": "<=1.0.2", + "expected_vers": "vers:npm/<=1.0.2" + }, + { + "test_index": 804, + "scheme": "npm", + "npm_native": ">=1.4.4", + "expected_vers": "vers:npm/>=1.4.4" + }, + { + "test_index": 805, + "scheme": "npm", + "npm_native": "<1.4.4", + "expected_vers": "vers:npm/<1.4.4" + }, + { + "test_index": 806, + "scheme": "npm", + "npm_native": ">=1.4.3", + "expected_vers": "vers:npm/>=1.4.3" + }, + { + "test_index": 807, + "scheme": "npm", + "npm_native": "<=1.4.2", + "expected_vers": "vers:npm/<=1.4.2" + }, + { + "test_index": 808, + "scheme": "npm", + "npm_native": ">=2.1.0", + "expected_vers": "vers:npm/>=2.1.0" + }, + { + "test_index": 809, + "scheme": "npm", + "npm_native": "<=2.0.0", + "expected_vers": "vers:npm/<=2.0.0" + }, + { + "test_index": 810, + "scheme": "npm", + "npm_native": ">=0.6.0", + "expected_vers": "vers:npm/>=0.6.0" + }, + { + "test_index": 811, + "scheme": "npm", + "npm_native": "<0.6.0", + "expected_vers": "vers:npm/<0.6.0" + }, + { + "test_index": 812, + "scheme": "npm", + "npm_native": ">=1.1.5", + "expected_vers": "vers:npm/>=1.1.5" + }, + { + "test_index": 813, + "scheme": "npm", + "npm_native": "<=1.1.4", + "expected_vers": "vers:npm/<=1.1.4" + }, + { + "test_index": 814, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 815, + "scheme": "npm", + "npm_native": "<=2.0.2", + "expected_vers": "vers:npm/<=2.0.2" + }, + { + "test_index": 816, + "scheme": "npm", + "npm_native": ">=4.0.0", + "expected_vers": "vers:npm/>=4.0.0" + }, + { + "test_index": 817, + "scheme": "npm", + "npm_native": "<4.0.0", + "expected_vers": "vers:npm/<4.0.0" + }, + { + "test_index": 818, + "scheme": "npm", + "npm_native": ">=2.12.4", + "expected_vers": "vers:npm/>=2.12.4" + }, + { + "test_index": 819, + "scheme": "npm", + "npm_native": "<=2.12.3", + "expected_vers": "vers:npm/<=2.12.3" + }, + { + "test_index": 820, + "scheme": "npm", + "npm_native": ">=0.0.3", + "expected_vers": "vers:npm/>=0.0.3" + }, + { + "test_index": 821, + "scheme": "npm", + "npm_native": "<0.0.3", + "expected_vers": "vers:npm/<0.0.3" + }, + { + "test_index": 822, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 823, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 824, + "scheme": "npm", + "npm_native": ">1.10.8", + "expected_vers": "vers:npm/>1.10.8" + }, + { + "test_index": 825, + "scheme": "npm", + "npm_native": "<=1.10.8", + "expected_vers": "vers:npm/<=1.10.8" + }, + { + "test_index": 826, + "scheme": "npm", + "npm_native": "*", + "expected_vers": "vers:npm/*" + }, + { + "test_index": 827, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 828, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 829, + "scheme": "npm", + "npm_native": ">=1.4.2", + "expected_vers": "vers:npm/>=1.4.2" + }, + { + "test_index": 830, + "scheme": "npm", + "npm_native": "<=1.4.1", + "expected_vers": "vers:npm/<=1.4.1" + }, + { + "test_index": 831, + "scheme": "npm", + "npm_native": "<=1.0.2", + "expected_vers": "vers:npm/<=1.0.2" + }, + { + "test_index": 832, + "scheme": "npm", + "npm_native": "<=1.1.8", + "expected_vers": "vers:npm/<=1.1.8" + }, + { + "test_index": 833, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 834, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 835, + "scheme": "npm", + "npm_native": ">=0.3.3", + "expected_vers": "vers:npm/>=0.3.3" + }, + { + "test_index": 836, + "scheme": "npm", + "npm_native": "<=0.3.2", + "expected_vers": "vers:npm/<=0.3.2" + }, + { + "test_index": 837, + "scheme": "npm", + "npm_native": ">=0.1.1", + "expected_vers": "vers:npm/>=0.1.1" + }, + { + "test_index": 838, + "scheme": "npm", + "npm_native": "<0.1.1", + "expected_vers": "vers:npm/<0.1.1" + }, + { + "test_index": 839, + "scheme": "npm", + "npm_native": ">=0.3.0", + "expected_vers": "vers:npm/>=0.3.0" + }, + { + "test_index": 840, + "scheme": "npm", + "npm_native": "<0.3.0", + "expected_vers": "vers:npm/<0.3.0" + }, + { + "test_index": 841, + "scheme": "npm", + "npm_native": "~0.2.2 || >=0.3.2", + "expected_vers": "vers:npm/>=0.2.2|<0.3.0|>=0.3.2" + }, + { + "test_index": 842, + "scheme": "npm", + "npm_native": "<0.2.2 || >=0.3.0 <0.3.2", + "expected_vers": "vers:npm/<0.2.2|>=0.3.0|<0.3.2" + }, + { + "test_index": 843, + "scheme": "npm", + "npm_native": ">= 7.0.0", + "expected_vers": "vers:npm/>=7.0.0" + }, + { + "test_index": 844, + "scheme": "npm", + "npm_native": ">= 5.2.1 <= 6.0.0 || >=6.0.0 <= 6.0.2", + "expected_vers": "vers:npm/>=5.2.1|<=6.0.0|>=6.0.0|<=6.0.2" + }, + { + "test_index": 845, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 846, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 847, + "scheme": "npm", + "npm_native": "<=0.0.6", + "expected_vers": "vers:npm/<=0.0.6" + }, + { + "test_index": 848, + "scheme": "npm", + "npm_native": ">=1.4.1 <2.0.0 || >=2.17.2", + "expected_vers": "vers:npm/>=1.4.1|<2.0.0|>=2.17.2" + }, + { + "test_index": 849, + "scheme": "npm", + "npm_native": "<1.4.1 || >=2.0.0 <2.17.2", + "expected_vers": "vers:npm/<1.4.1|>=2.0.0|<2.17.2" + }, + { + "test_index": 850, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 851, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 852, + "scheme": "npm", + "npm_native": ">=0.3.16", + "expected_vers": "vers:npm/>=0.3.16" + }, + { + "test_index": 853, + "scheme": "npm", + "npm_native": "<0.3.16", + "expected_vers": "vers:npm/<0.3.16" + }, + { + "test_index": 854, + "scheme": "npm", + "npm_native": "<=0.2.2", + "expected_vers": "vers:npm/<=0.2.2" + }, + { + "test_index": 855, + "scheme": "npm", + "npm_native": "<=0.2.4", + "expected_vers": "vers:npm/<=0.2.4" + }, + { + "test_index": 856, + "scheme": "npm", + "npm_native": ">=2.2.5", + "expected_vers": "vers:npm/>=2.2.5" + }, + { + "test_index": 857, + "scheme": "npm", + "npm_native": "<2.2.5", + "expected_vers": "vers:npm/<2.2.5" + }, + { + "test_index": 858, + "scheme": "npm", + "npm_native": "<=0.2.0", + "expected_vers": "vers:npm/<=0.2.0" + }, + { + "test_index": 859, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 860, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 861, + "scheme": "npm", + "npm_native": ">=1.0.1", + "expected_vers": "vers:npm/>=1.0.1" + }, + { + "test_index": 862, + "scheme": "npm", + "npm_native": "<1.0.1", + "expected_vers": "vers:npm/<1.0.1" + }, + { + "test_index": 863, + "scheme": "npm", + "npm_native": "<=0.0.9", + "expected_vers": "vers:npm/<=0.0.9" + }, + { + "test_index": 864, + "scheme": "npm", + "npm_native": ">=0.9.7", + "expected_vers": "vers:npm/>=0.9.7" + }, + { + "test_index": 865, + "scheme": "npm", + "npm_native": "<=0.9.6", + "expected_vers": "vers:npm/<=0.9.6" + }, + { + "test_index": 866, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 867, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 868, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 869, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 870, + "scheme": "npm", + "npm_native": ">=2.4.2", + "expected_vers": "vers:npm/>=2.4.2" + }, + { + "test_index": 871, + "scheme": "npm", + "npm_native": "<2.4.2", + "expected_vers": "vers:npm/<2.4.2" + }, + { + "test_index": 872, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 873, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 874, + "scheme": "npm", + "npm_native": ">=1.2.2", + "expected_vers": "vers:npm/>=1.2.2" + }, + { + "test_index": 875, + "scheme": "npm", + "npm_native": "<1.2.2", + "expected_vers": "vers:npm/<1.2.2" + }, + { + "test_index": 876, + "scheme": "npm", + "npm_native": "<0.0.0", + "expected_vers": "vers:npm/<0.0.0" + }, + { + "test_index": 877, + "scheme": "npm", + "npm_native": "<=99.999.99999", + "expected_vers": "vers:npm/<=99.999.99999" + }, + { + "test_index": 878, + "scheme": "npm", + "npm_native": ">=3.0.1", + "expected_vers": "vers:npm/>=3.0.1" + }, + { + "test_index": 879, + "scheme": "npm", + "npm_native": "<3.0.1", + "expected_vers": "vers:npm/<3.0.1" + }, + { + "test_index": 880, + "scheme": "npm", + "npm_native": "^1.2.9", + "expected_vers": "vers:npm/>=1.2.9|<2.0.0" + }, + { + "test_index": 881, + "scheme": "npm", + "npm_native": "~3.8.2", + "expected_vers": "vers:npm/>=3.8.2|<3.9.0" + }, + { + "test_index": 882, + "scheme": "npm", + "npm_native": "5.0.0 - 7.2.3", + "expected_vers": "vers:npm/>=5.0.0|<=7.2.3" + }, + { + "test_index": 883, + "scheme": "npm", + "npm_native": "2.1 || 2.6", + "expected_vers": "vers:npm/2.1.0|2.6.0" + }, + { + "test_index": 884, + "scheme": "npm", + "npm_native": "1.1.2 1.2.2", + "expected_vers": "vers:npm/1.1.2|1.2.2" + }, + { + "test_index": 885, + "scheme": "npm", + "npm_native": "<=2.1 >=1.1", + "expected_vers": "vers:npm/>=1.1.0|<=2.1.0" + } +] \ No newline at end of file diff --git a/tests/data/schema/alpine_test.json b/tests/data/schema/alpine_version_cmp.json similarity index 71% rename from tests/data/schema/alpine_test.json rename to tests/data/schema/alpine_version_cmp.json index 08fb95b6..2d5cb420 100644 --- a/tests/data/schema/alpine_test.json +++ b/tests/data/schema/alpine_version_cmp.json @@ -1,6 +1,7 @@ [ { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -15,7 +16,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -27,7 +29,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -42,7 +45,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -57,7 +61,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -72,7 +77,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -87,7 +93,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -102,7 +109,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -117,7 +125,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -132,7 +141,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -147,7 +157,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -162,7 +173,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -177,7 +189,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -192,7 +205,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -207,7 +221,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -222,7 +237,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -237,7 +253,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -252,7 +269,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -267,7 +285,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -282,7 +301,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -297,7 +317,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -312,7 +333,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -327,7 +349,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -342,7 +365,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -357,7 +381,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -372,7 +397,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -387,7 +413,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -402,7 +429,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -417,7 +445,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -432,7 +461,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -447,7 +477,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -462,7 +493,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -477,7 +509,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -492,7 +525,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -507,7 +541,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -522,7 +557,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -537,7 +573,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -552,7 +589,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -567,7 +605,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -582,7 +621,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -597,7 +637,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -612,7 +653,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -627,7 +669,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -642,7 +685,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -657,7 +701,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -672,7 +717,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -687,7 +733,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -702,7 +749,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -717,7 +765,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -732,7 +781,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -747,7 +797,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -762,7 +813,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -777,7 +829,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -792,7 +845,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -807,7 +861,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -822,7 +877,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -837,7 +893,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -852,7 +909,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -867,7 +925,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -882,7 +941,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -897,7 +957,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -912,7 +973,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -927,7 +989,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -942,7 +1005,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -957,7 +1021,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -969,7 +1034,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -984,7 +1050,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -999,7 +1066,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1014,7 +1082,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1029,7 +1098,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1044,7 +1114,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1059,7 +1130,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1074,7 +1146,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1089,7 +1162,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1104,7 +1178,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1119,7 +1194,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1134,7 +1210,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1149,7 +1226,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1164,7 +1242,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -1176,7 +1255,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1191,7 +1271,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1206,7 +1287,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1221,7 +1303,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1236,7 +1319,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1251,7 +1335,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1266,7 +1351,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1281,7 +1367,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1296,7 +1383,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1311,7 +1399,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1326,7 +1415,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1341,7 +1431,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1356,7 +1447,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1371,7 +1463,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1386,7 +1479,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1401,7 +1495,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1416,7 +1511,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1431,7 +1527,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1446,7 +1543,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1461,7 +1559,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1476,7 +1575,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1491,7 +1591,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1506,7 +1607,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1521,7 +1623,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1536,7 +1639,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1551,7 +1655,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1566,7 +1671,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1581,7 +1687,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1596,7 +1703,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1611,7 +1719,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1626,7 +1735,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1641,7 +1751,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1656,7 +1767,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1671,7 +1783,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1686,7 +1799,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1701,7 +1815,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1716,7 +1831,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1731,7 +1847,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1746,7 +1863,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1761,7 +1879,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1776,7 +1895,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1791,7 +1911,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1806,7 +1927,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1821,7 +1943,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1836,7 +1959,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1851,7 +1975,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1866,7 +1991,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1881,7 +2007,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1896,7 +2023,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1911,7 +2039,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1926,7 +2055,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1941,7 +2071,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1956,7 +2087,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1971,7 +2103,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -1986,7 +2119,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2001,7 +2135,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2016,7 +2151,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2031,7 +2167,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2046,7 +2183,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2061,7 +2199,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2076,7 +2215,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2091,7 +2231,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2106,7 +2247,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2121,7 +2263,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2136,7 +2279,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2151,7 +2295,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2166,7 +2311,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2181,7 +2327,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2196,7 +2343,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2211,7 +2359,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2226,7 +2375,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2241,7 +2391,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2256,7 +2407,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2271,7 +2423,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2286,7 +2439,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2301,7 +2455,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2316,7 +2471,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2331,7 +2487,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2346,7 +2503,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2361,7 +2519,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2376,7 +2535,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2391,7 +2551,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2406,7 +2567,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2421,7 +2583,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2436,7 +2599,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2451,7 +2615,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2466,7 +2631,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2481,7 +2647,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2496,7 +2663,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2511,7 +2679,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2526,7 +2695,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2541,7 +2711,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2556,7 +2727,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2571,7 +2743,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2586,7 +2759,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2601,7 +2775,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2616,7 +2791,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2631,7 +2807,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2646,7 +2823,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2661,7 +2839,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2676,7 +2855,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2691,7 +2871,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2706,7 +2887,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2721,7 +2903,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2736,7 +2919,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -2748,7 +2932,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2763,7 +2948,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2778,7 +2964,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2793,7 +2980,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2808,7 +2996,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2823,7 +3012,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2838,7 +3028,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2853,7 +3044,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -2865,7 +3057,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2880,7 +3073,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2895,7 +3089,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2910,7 +3105,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2925,7 +3121,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2940,7 +3137,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2955,7 +3153,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2970,7 +3169,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -2985,7 +3185,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3000,7 +3201,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3015,7 +3217,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3030,7 +3233,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -3042,7 +3246,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3057,7 +3262,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3072,7 +3278,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3087,7 +3294,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3102,7 +3310,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3117,7 +3326,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3132,7 +3342,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3147,7 +3358,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3162,7 +3374,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3177,7 +3390,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -3189,7 +3403,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3204,7 +3419,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3219,7 +3435,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3234,7 +3451,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3249,7 +3467,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3264,7 +3483,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3279,7 +3499,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3294,7 +3515,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3309,7 +3531,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3324,7 +3547,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3339,7 +3563,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3354,7 +3579,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3369,7 +3595,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3384,7 +3611,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3399,7 +3627,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3414,7 +3643,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3429,7 +3659,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3444,7 +3675,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3459,7 +3691,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3474,7 +3707,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3489,7 +3723,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3504,7 +3739,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3519,7 +3755,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3534,7 +3771,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3549,7 +3787,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3564,7 +3803,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3579,7 +3819,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3594,7 +3835,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3609,7 +3851,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3624,7 +3867,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3639,7 +3883,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3654,7 +3899,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3669,7 +3915,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3684,7 +3931,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3699,7 +3947,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3714,7 +3963,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3729,7 +3979,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3744,7 +3995,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3759,7 +4011,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3774,7 +4027,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3789,7 +4043,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3804,7 +4059,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3819,7 +4075,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3834,7 +4091,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3849,7 +4107,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3864,7 +4123,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3879,7 +4139,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3894,7 +4155,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3909,7 +4171,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3924,7 +4187,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3939,7 +4203,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3954,7 +4219,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3969,7 +4235,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3984,7 +4251,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -3999,7 +4267,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4014,7 +4283,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4029,7 +4299,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4044,7 +4315,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4059,7 +4331,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4074,7 +4347,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4089,7 +4363,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4104,7 +4379,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4119,7 +4395,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4134,7 +4411,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4149,7 +4427,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4164,7 +4443,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4179,7 +4459,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4194,7 +4475,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4209,7 +4491,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4224,7 +4507,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4239,7 +4523,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4254,7 +4539,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4269,7 +4555,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4284,7 +4571,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4299,7 +4587,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -4311,7 +4600,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4326,7 +4616,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4341,7 +4632,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -4353,7 +4645,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4368,7 +4661,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -4380,7 +4674,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4395,7 +4690,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4410,7 +4706,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4425,7 +4722,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4440,7 +4738,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4455,7 +4754,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4470,7 +4770,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4485,7 +4786,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4500,7 +4802,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4515,7 +4818,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4530,7 +4834,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4545,7 +4850,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -4557,7 +4863,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4572,7 +4879,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4587,7 +4895,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4602,7 +4911,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4617,7 +4927,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4632,7 +4943,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4647,7 +4959,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4662,7 +4975,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4677,7 +4991,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4692,7 +5007,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4707,7 +5023,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4722,7 +5039,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4737,7 +5055,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4752,7 +5071,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4767,7 +5087,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4782,7 +5103,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4797,7 +5119,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4812,7 +5135,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4827,7 +5151,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4842,7 +5167,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4857,7 +5183,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4872,7 +5199,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4887,7 +5215,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4902,7 +5231,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4917,7 +5247,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4932,7 +5263,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4947,7 +5279,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4962,7 +5295,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4977,7 +5311,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -4992,7 +5327,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5007,7 +5343,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5022,7 +5359,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5037,7 +5375,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5052,7 +5391,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5067,7 +5407,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5082,7 +5423,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5097,7 +5439,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5112,7 +5455,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5127,7 +5471,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5142,7 +5487,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5157,7 +5503,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5172,7 +5519,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5187,7 +5535,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5202,7 +5551,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5217,7 +5567,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5232,7 +5583,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5247,7 +5599,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5262,7 +5615,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5277,7 +5631,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5292,7 +5647,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5307,7 +5663,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5322,7 +5679,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5337,7 +5695,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5352,7 +5711,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5367,7 +5727,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5382,7 +5743,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5397,7 +5759,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5412,7 +5775,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5427,7 +5791,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5442,7 +5807,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5457,7 +5823,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5472,7 +5839,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5487,7 +5855,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5502,7 +5871,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5517,7 +5887,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5532,7 +5903,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5547,7 +5919,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5562,7 +5935,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5577,7 +5951,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5592,7 +5967,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5607,7 +5983,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5622,7 +5999,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5637,7 +6015,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5652,7 +6031,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5667,7 +6047,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5682,7 +6063,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5697,7 +6079,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5712,7 +6095,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5727,7 +6111,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5742,7 +6127,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5757,7 +6143,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5772,7 +6159,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5787,7 +6175,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5802,7 +6191,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5817,7 +6207,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5832,7 +6223,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5847,7 +6239,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5862,7 +6255,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5877,7 +6271,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5892,7 +6287,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5907,7 +6303,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5922,7 +6319,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5937,7 +6335,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5952,7 +6351,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5967,7 +6367,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5982,7 +6383,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -5997,7 +6399,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6012,7 +6415,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6027,7 +6431,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6042,7 +6447,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6057,7 +6463,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6072,7 +6479,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6087,7 +6495,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6102,7 +6511,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6117,7 +6527,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6132,7 +6543,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6147,7 +6559,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6162,7 +6575,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6177,7 +6591,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6192,7 +6607,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6207,7 +6623,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6222,7 +6639,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6237,7 +6655,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6252,7 +6671,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6267,7 +6687,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6282,7 +6703,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6297,7 +6719,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6312,7 +6735,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6327,7 +6751,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6342,7 +6767,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6357,7 +6783,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6372,7 +6799,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6387,7 +6815,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6402,7 +6831,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6417,7 +6847,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6432,7 +6863,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6447,7 +6879,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6462,7 +6895,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6477,7 +6911,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6492,7 +6927,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6507,7 +6943,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6522,7 +6959,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6537,7 +6975,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6552,7 +6991,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6567,7 +7007,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6582,7 +7023,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6597,7 +7039,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6612,7 +7055,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6627,7 +7071,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6642,7 +7087,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6657,7 +7103,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6672,7 +7119,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6687,7 +7135,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6702,7 +7151,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6717,7 +7167,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6732,7 +7183,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6747,7 +7199,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6762,7 +7215,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6777,7 +7231,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6792,7 +7247,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6807,7 +7263,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6822,7 +7279,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6837,7 +7295,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6852,7 +7311,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6867,7 +7327,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6882,7 +7343,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6897,7 +7359,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6912,7 +7375,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6927,7 +7391,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6942,7 +7407,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6957,7 +7423,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6972,7 +7439,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -6987,7 +7455,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7002,7 +7471,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7017,7 +7487,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7032,7 +7503,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7047,7 +7519,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7062,7 +7535,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7077,7 +7551,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7092,7 +7567,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7107,7 +7583,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7122,7 +7599,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7137,7 +7615,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7152,7 +7631,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7167,7 +7647,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7182,7 +7663,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7197,7 +7679,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -7209,7 +7692,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7224,7 +7708,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7239,7 +7724,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7254,7 +7740,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7269,7 +7756,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7284,7 +7772,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7299,7 +7788,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7314,7 +7804,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7329,7 +7820,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7344,7 +7836,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7359,7 +7852,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7374,7 +7868,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7389,7 +7884,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7404,7 +7900,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7419,7 +7916,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7434,7 +7932,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -7446,7 +7945,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7461,7 +7961,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7476,7 +7977,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7491,7 +7993,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7506,7 +8009,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7521,7 +8025,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7536,7 +8041,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7551,7 +8057,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7566,7 +8073,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7581,7 +8089,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7596,7 +8105,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7611,7 +8121,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7626,7 +8137,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7641,7 +8153,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7656,7 +8169,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7671,7 +8185,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7686,7 +8201,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7701,7 +8217,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7716,7 +8233,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7731,7 +8249,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7746,7 +8265,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7761,7 +8281,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7776,7 +8297,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7791,7 +8313,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7806,7 +8329,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7821,7 +8345,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7836,7 +8361,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7851,7 +8377,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7866,7 +8393,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7881,7 +8409,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7896,7 +8425,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7911,7 +8441,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7926,7 +8457,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7941,7 +8473,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7956,7 +8489,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7971,7 +8505,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -7986,7 +8521,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8001,7 +8537,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8016,7 +8553,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8031,7 +8569,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8046,7 +8585,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8061,7 +8601,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8076,7 +8617,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8091,7 +8633,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -8103,7 +8646,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -8115,7 +8659,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8130,7 +8675,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8145,7 +8691,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8160,7 +8707,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8175,7 +8723,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8190,7 +8739,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8205,7 +8755,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8220,7 +8771,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8235,7 +8787,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8250,7 +8803,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8265,7 +8819,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8280,7 +8835,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8295,7 +8851,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8310,7 +8867,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8325,7 +8883,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8340,7 +8899,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8355,7 +8915,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8370,7 +8931,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8385,7 +8947,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8400,7 +8963,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8415,7 +8979,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8430,7 +8995,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8445,7 +9011,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8460,7 +9027,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8475,7 +9043,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8490,7 +9059,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8505,7 +9075,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8520,7 +9091,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8535,7 +9107,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8550,7 +9123,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8565,7 +9139,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8580,7 +9155,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8595,7 +9171,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8610,7 +9187,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8625,7 +9203,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8640,7 +9219,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8655,7 +9235,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8670,7 +9251,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8685,7 +9267,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8700,7 +9283,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8715,7 +9299,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8730,7 +9315,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8745,7 +9331,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8760,7 +9347,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8775,7 +9363,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8790,7 +9379,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8805,7 +9395,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8820,7 +9411,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8835,7 +9427,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8850,7 +9443,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8865,7 +9459,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8880,7 +9475,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8895,7 +9491,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8910,7 +9507,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8925,7 +9523,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8940,7 +9539,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8955,7 +9555,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8970,7 +9571,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -8985,7 +9587,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9000,7 +9603,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9015,7 +9619,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9030,7 +9635,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9045,7 +9651,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9060,7 +9667,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9075,7 +9683,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9090,7 +9699,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9105,7 +9715,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9120,7 +9731,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9135,7 +9747,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9150,7 +9763,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9165,7 +9779,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9180,7 +9795,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9195,7 +9811,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9210,7 +9827,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9225,7 +9843,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9240,7 +9859,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9255,7 +9875,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9270,7 +9891,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9285,7 +9907,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9300,7 +9923,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9315,7 +9939,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9330,7 +9955,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9345,7 +9971,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9360,7 +9987,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9375,7 +10003,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9390,7 +10019,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9405,7 +10035,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9420,7 +10051,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9435,7 +10067,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9450,7 +10083,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9465,7 +10099,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9480,7 +10115,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9495,7 +10131,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9510,7 +10147,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9525,7 +10163,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9540,7 +10179,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9555,7 +10195,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9570,7 +10211,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9585,7 +10227,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9600,7 +10243,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9615,7 +10259,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9630,7 +10275,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9645,7 +10291,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9660,7 +10307,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9675,7 +10323,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9690,7 +10339,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9705,7 +10355,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9720,7 +10371,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9735,7 +10387,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9750,7 +10403,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9765,7 +10419,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9780,7 +10435,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9795,7 +10451,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9810,7 +10467,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9825,7 +10483,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9840,7 +10499,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9855,7 +10515,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9870,7 +10531,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -9882,7 +10544,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9897,7 +10560,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9912,7 +10576,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9927,7 +10592,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9942,7 +10608,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "apk", @@ -9954,7 +10621,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9969,7 +10637,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9984,7 +10653,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -9999,7 +10669,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10014,7 +10685,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10029,7 +10701,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10044,7 +10717,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10059,7 +10733,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10074,7 +10749,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10089,7 +10765,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10104,7 +10781,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10119,7 +10797,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10134,7 +10813,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10149,7 +10829,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10164,7 +10845,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10179,7 +10861,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10194,7 +10877,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10209,7 +10893,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10224,7 +10909,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10239,7 +10925,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10254,7 +10941,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10269,7 +10957,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10284,7 +10973,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10299,7 +10989,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10314,7 +11005,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10329,7 +11021,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10344,7 +11037,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10359,7 +11053,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10374,7 +11069,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10389,7 +11085,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10404,7 +11101,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10419,7 +11117,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10434,7 +11133,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10449,7 +11149,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10464,7 +11165,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10479,7 +11181,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10494,7 +11197,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10509,7 +11213,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10524,7 +11229,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10539,7 +11245,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10554,7 +11261,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10569,7 +11277,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10584,7 +11293,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10599,7 +11309,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10614,7 +11325,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10629,7 +11341,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10644,7 +11357,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10659,7 +11373,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", @@ -10674,7 +11389,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for ALpine version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "apk", diff --git a/tests/data/schema/alpm_version_cmp.json b/tests/data/schema/alpm_version_cmp.json index e728dd7d..e16bedf0 100644 --- a/tests/data/schema/alpm_version_cmp.json +++ b/tests/data/schema/alpm_version_cmp.json @@ -1,6 +1,7 @@ [ { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -15,7 +16,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -30,7 +32,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -45,7 +48,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -60,7 +64,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -75,7 +80,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -90,7 +96,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -105,7 +112,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -120,7 +128,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -135,7 +144,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -150,7 +160,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -165,7 +176,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -180,7 +192,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -195,7 +208,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -210,7 +224,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -225,7 +240,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -240,7 +256,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -255,7 +272,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -270,7 +288,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -285,7 +304,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -300,7 +320,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -315,7 +336,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -330,7 +352,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -345,7 +368,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -360,7 +384,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -375,7 +400,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -390,7 +416,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -405,7 +432,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -420,7 +448,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -435,7 +464,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -450,7 +480,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -465,7 +496,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -480,7 +512,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -495,7 +528,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "alpm", @@ -510,7 +544,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "alpm", @@ -522,7 +557,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "alpm", @@ -534,7 +570,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "alpm", @@ -546,7 +583,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "alpm", @@ -558,7 +596,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "alpm", @@ -570,7 +609,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "alpm", @@ -582,7 +622,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "alpm", @@ -594,7 +635,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Arch Linux version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "alpm", diff --git a/tests/data/schema/conan_test.json b/tests/data/schema/conan_version_cmp.json similarity index 69% rename from tests/data/schema/conan_test.json rename to tests/data/schema/conan_version_cmp.json index 573556c1..96c40fc0 100644 --- a/tests/data/schema/conan_test.json +++ b/tests/data/schema/conan_version_cmp.json @@ -1,6 +1,7 @@ [ { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -15,7 +16,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -30,7 +32,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -45,7 +48,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -60,7 +64,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -75,7 +80,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -90,7 +96,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -105,7 +112,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -120,7 +128,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -135,7 +144,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -150,7 +160,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -165,7 +176,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -180,7 +192,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -195,7 +208,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -210,7 +224,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -225,7 +240,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -240,7 +256,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -255,7 +272,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -270,7 +288,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -285,7 +304,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -300,7 +320,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -315,7 +336,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -330,7 +352,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -345,7 +368,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -360,7 +384,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -375,7 +400,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -390,7 +416,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -405,7 +432,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -420,7 +448,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -435,7 +464,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -450,7 +480,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -465,7 +496,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "conan", @@ -480,7 +512,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -492,7 +525,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -504,7 +538,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -516,7 +551,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -528,7 +564,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -540,7 +577,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -552,7 +590,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -564,7 +603,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -576,7 +616,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -588,7 +629,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -600,7 +642,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -612,7 +655,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -624,7 +668,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -636,7 +681,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", @@ -648,7 +694,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Conan C/C++ version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "conan", diff --git a/tests/data/schema/deb_version_python_pkg_test.json b/tests/data/schema/deb_version_python_pkg_test.json index 3bd24ba0..76a3c9a1 100644 --- a/tests/data/schema/deb_version_python_pkg_test.json +++ b/tests/data/schema/deb_version_python_pkg_test.json @@ -1,5 +1,6 @@ [ { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -15,6 +16,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -30,6 +32,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -45,6 +48,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -60,6 +64,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -75,6 +80,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -90,6 +96,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -105,6 +112,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -120,6 +128,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -135,6 +144,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -150,6 +160,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -165,6 +176,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { @@ -180,6 +192,7 @@ ] }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "equality", "input": { @@ -192,6 +205,7 @@ "expected_output": true }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "equality", "input": { @@ -204,6 +218,7 @@ "expected_output": true }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "equality", "input": { @@ -216,6 +231,7 @@ "expected_output": false }, { + "description": "Comparison test for Debian Version.", "test_group": "advanced", "test_type": "comparison", "input": { diff --git a/tests/data/schema/gentoo_version.json b/tests/data/schema/gentoo_version_cmp.json similarity index 70% rename from tests/data/schema/gentoo_version.json rename to tests/data/schema/gentoo_version_cmp.json index 22867083..038d486f 100644 --- a/tests/data/schema/gentoo_version.json +++ b/tests/data/schema/gentoo_version_cmp.json @@ -1,6 +1,7 @@ [ { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -12,7 +13,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -24,7 +26,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -36,7 +39,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -48,7 +52,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -60,7 +65,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -72,7 +78,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -87,7 +94,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -102,7 +110,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -117,7 +126,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -132,7 +142,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -147,7 +158,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -162,7 +174,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -177,7 +190,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -192,7 +206,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -207,7 +222,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -222,7 +238,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -237,7 +254,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -252,7 +270,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -267,7 +286,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -282,7 +302,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -297,7 +318,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -312,7 +334,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -327,7 +350,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -342,7 +366,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -357,7 +382,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -372,7 +398,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -387,7 +414,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -402,7 +430,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -417,7 +446,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -432,7 +462,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -447,7 +478,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -462,7 +494,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -477,7 +510,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -492,7 +526,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "gentoo", @@ -507,7 +542,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -519,7 +555,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -531,7 +568,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -543,7 +581,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -555,7 +594,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -567,7 +607,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -579,7 +620,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -591,7 +633,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -603,7 +646,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -615,7 +659,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -627,7 +672,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -639,7 +685,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", @@ -651,7 +698,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for Gentoo version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "gentoo", diff --git a/tests/data/schema/maven_version_cmp.json b/tests/data/schema/maven_version_cmp.json index b8129586..7fc3b27f 100644 --- a/tests/data/schema/maven_version_cmp.json +++ b/tests/data/schema/maven_version_cmp.json @@ -1,6 +1,7 @@ [ { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -15,7 +16,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -30,7 +32,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -45,7 +48,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -60,7 +64,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -75,7 +80,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -90,7 +96,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -105,7 +112,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -120,7 +128,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -135,7 +144,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -150,7 +160,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -165,7 +176,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -180,7 +192,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -195,7 +208,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -210,7 +224,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -225,7 +240,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -240,7 +256,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -255,7 +272,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -270,7 +288,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -285,7 +304,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -300,7 +320,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -315,7 +336,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -330,7 +352,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -345,7 +368,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -360,7 +384,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -375,7 +400,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -390,7 +416,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -405,7 +432,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -420,7 +448,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -435,7 +464,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -450,7 +480,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -465,7 +496,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -480,7 +512,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -495,7 +528,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -510,7 +544,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -525,7 +560,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -540,7 +576,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -555,7 +592,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -570,7 +608,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -585,7 +624,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -600,7 +640,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -615,7 +656,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -630,7 +672,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -645,7 +688,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -660,7 +704,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -675,7 +720,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -690,7 +736,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -705,7 +752,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -720,7 +768,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -735,7 +784,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -750,7 +800,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -765,7 +816,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -780,7 +832,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -795,7 +848,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -810,7 +864,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -825,7 +880,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -840,7 +896,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -855,7 +912,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -870,7 +928,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -885,7 +944,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -900,7 +960,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -915,7 +976,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -930,7 +992,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -945,7 +1008,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -960,7 +1024,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -975,7 +1040,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -990,7 +1056,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1005,7 +1072,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1020,7 +1088,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1035,7 +1104,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1050,7 +1120,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1065,7 +1136,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1080,7 +1152,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1095,7 +1168,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1110,7 +1184,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1125,7 +1200,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1140,7 +1216,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1155,7 +1232,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1170,7 +1248,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1185,7 +1264,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1200,7 +1280,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1215,7 +1296,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1230,7 +1312,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1245,7 +1328,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1260,7 +1344,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1275,7 +1360,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1290,7 +1376,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1305,7 +1392,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -1320,7 +1408,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1332,7 +1421,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1344,7 +1434,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1356,7 +1447,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1368,7 +1460,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1380,7 +1473,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1392,7 +1486,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1404,7 +1499,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1416,7 +1512,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1428,7 +1525,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1440,7 +1538,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1452,7 +1551,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1464,7 +1564,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1476,7 +1577,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1488,7 +1590,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1500,7 +1603,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1512,7 +1616,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1524,7 +1629,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1536,7 +1642,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1548,7 +1655,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1560,7 +1668,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1572,7 +1681,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1584,7 +1694,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1596,7 +1707,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1608,7 +1720,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1620,7 +1733,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1632,7 +1746,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1644,7 +1759,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1656,7 +1772,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1668,7 +1785,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1680,7 +1798,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1692,7 +1811,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1704,7 +1824,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1716,7 +1837,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1728,7 +1850,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1740,7 +1863,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1752,7 +1876,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1764,7 +1889,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1776,7 +1902,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1788,7 +1915,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1800,7 +1928,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1812,7 +1941,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1824,7 +1954,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1836,7 +1967,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1848,7 +1980,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1860,7 +1993,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1872,7 +2006,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1884,7 +2019,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1896,7 +2032,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1908,7 +2045,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1920,7 +2058,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1932,7 +2071,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1944,7 +2084,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1956,7 +2097,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1968,7 +2110,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1980,7 +2123,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -1992,7 +2136,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -2004,7 +2149,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "maven", @@ -2016,7 +2162,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2031,7 +2178,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2046,7 +2194,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2061,7 +2210,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2076,7 +2226,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2091,7 +2242,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2106,7 +2258,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2121,7 +2274,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2136,7 +2290,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2151,7 +2306,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2166,7 +2322,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2181,7 +2338,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2196,7 +2354,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2211,7 +2370,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2226,7 +2386,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2241,7 +2402,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2256,7 +2418,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2271,7 +2434,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2286,7 +2450,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2301,7 +2466,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2316,7 +2482,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2331,7 +2498,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2346,7 +2514,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2361,7 +2530,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2376,7 +2546,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2391,7 +2562,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2406,7 +2578,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2421,7 +2594,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2436,7 +2610,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2451,7 +2626,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2466,7 +2642,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2481,7 +2658,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2496,7 +2674,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2511,7 +2690,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2526,7 +2706,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2541,7 +2722,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2556,7 +2738,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2571,7 +2754,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2586,7 +2770,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2601,7 +2786,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2616,7 +2802,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2631,7 +2818,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2646,7 +2834,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2661,7 +2850,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2676,7 +2866,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2691,7 +2882,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2706,7 +2898,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2721,7 +2914,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2736,7 +2930,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2751,7 +2946,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2766,7 +2962,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2781,7 +2978,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2796,7 +2994,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2811,7 +3010,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2826,7 +3026,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2841,7 +3042,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2856,7 +3058,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2871,7 +3074,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2886,7 +3090,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2901,7 +3106,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2916,7 +3122,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2931,7 +3138,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2946,7 +3154,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2961,7 +3170,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2976,7 +3186,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -2991,7 +3202,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3006,7 +3218,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3021,7 +3234,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3036,7 +3250,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3051,7 +3266,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3066,7 +3282,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3081,7 +3298,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3096,7 +3314,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3111,7 +3330,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3126,7 +3346,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3141,7 +3362,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3156,7 +3378,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3171,7 +3394,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3186,7 +3410,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3201,7 +3426,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3216,7 +3442,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3231,7 +3458,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3246,7 +3474,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3261,7 +3490,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3276,7 +3506,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3291,7 +3522,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3306,7 +3538,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3321,7 +3554,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3336,7 +3570,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3351,7 +3586,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3366,7 +3602,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3381,7 +3618,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3396,7 +3634,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3411,7 +3650,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3426,7 +3666,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3441,7 +3682,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3456,7 +3698,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3471,7 +3714,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3486,7 +3730,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3501,7 +3746,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3516,7 +3762,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3531,7 +3778,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3546,7 +3794,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3561,7 +3810,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3576,7 +3826,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3591,7 +3842,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3606,7 +3858,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3621,7 +3874,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3636,7 +3890,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3651,7 +3906,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3666,7 +3922,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3681,7 +3938,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3696,7 +3954,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3711,7 +3970,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3726,7 +3986,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3741,7 +4002,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3756,7 +4018,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3771,7 +4034,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3786,7 +4050,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3801,7 +4066,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3816,7 +4082,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3831,7 +4098,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3846,7 +4114,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3861,7 +4130,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3876,7 +4146,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3891,7 +4162,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3906,7 +4178,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3921,7 +4194,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3936,7 +4210,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3951,7 +4226,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3966,7 +4242,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3981,7 +4258,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -3996,7 +4274,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4011,7 +4290,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4026,7 +4306,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4041,7 +4322,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4056,7 +4338,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4071,7 +4354,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4086,7 +4370,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4101,7 +4386,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4116,7 +4402,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4131,7 +4418,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4146,7 +4434,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4161,7 +4450,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4176,7 +4466,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4191,7 +4482,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4206,7 +4498,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4221,7 +4514,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4236,7 +4530,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4251,7 +4546,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4266,7 +4562,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4281,7 +4578,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4296,7 +4594,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4311,7 +4610,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4326,7 +4626,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4341,7 +4642,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4356,7 +4658,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4371,7 +4674,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4386,7 +4690,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4401,7 +4706,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4416,7 +4722,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4431,7 +4738,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4446,7 +4754,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4461,7 +4770,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4476,7 +4786,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4491,7 +4802,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4506,7 +4818,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4521,7 +4834,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4536,7 +4850,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4551,7 +4866,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4566,7 +4882,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4581,7 +4898,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4596,7 +4914,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4611,7 +4930,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4626,7 +4946,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4641,7 +4962,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4656,7 +4978,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4671,7 +4994,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4686,7 +5010,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4701,7 +5026,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4716,7 +5042,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4731,7 +5058,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4746,7 +5074,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4761,7 +5090,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4776,7 +5106,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4791,7 +5122,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4806,7 +5138,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4821,7 +5154,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4836,7 +5170,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4851,7 +5186,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4866,7 +5202,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4881,7 +5218,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4896,7 +5234,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4911,7 +5250,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4926,7 +5266,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4941,7 +5282,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4956,7 +5298,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4971,7 +5314,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -4986,7 +5330,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5001,7 +5346,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5016,7 +5362,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5031,7 +5378,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5046,7 +5394,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5061,7 +5410,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5076,7 +5426,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5091,7 +5442,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5106,7 +5458,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5121,7 +5474,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5136,7 +5490,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5151,7 +5506,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5166,7 +5522,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5181,7 +5538,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5196,7 +5554,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5211,7 +5570,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5226,7 +5586,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5241,7 +5602,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5256,7 +5618,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5271,7 +5634,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5286,7 +5650,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5301,7 +5666,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5316,7 +5682,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5331,7 +5698,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5346,7 +5714,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5361,7 +5730,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5376,7 +5746,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5391,7 +5762,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5406,7 +5778,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5421,7 +5794,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5436,7 +5810,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5451,7 +5826,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5466,7 +5842,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5481,7 +5858,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5496,7 +5874,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5511,7 +5890,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5526,7 +5906,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5541,7 +5922,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5556,7 +5938,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5571,7 +5954,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5586,7 +5970,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5601,7 +5986,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5616,7 +6002,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5631,7 +6018,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5646,7 +6034,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5661,7 +6050,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5676,7 +6066,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5691,7 +6082,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5706,7 +6098,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5721,7 +6114,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5736,7 +6130,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5751,7 +6146,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5766,7 +6162,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5781,7 +6178,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5796,7 +6194,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5811,7 +6210,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5826,7 +6226,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5841,7 +6242,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5856,7 +6258,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5871,7 +6274,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5886,7 +6290,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5901,7 +6306,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5916,7 +6322,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5931,7 +6338,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5946,7 +6354,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5961,7 +6370,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5976,7 +6386,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -5991,7 +6402,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6006,7 +6418,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6021,7 +6434,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6036,7 +6450,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6051,7 +6466,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6066,7 +6482,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6081,7 +6498,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6096,7 +6514,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6111,7 +6530,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6126,7 +6546,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6141,7 +6562,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6156,7 +6578,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6171,7 +6594,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6186,7 +6610,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6201,7 +6626,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6216,7 +6642,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6231,7 +6658,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6246,7 +6674,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6261,7 +6690,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6276,7 +6706,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6291,7 +6722,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6306,7 +6738,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6321,7 +6754,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6336,7 +6770,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6351,7 +6786,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6366,7 +6802,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6381,7 +6818,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6396,7 +6834,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6411,7 +6850,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6426,7 +6866,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6441,7 +6882,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6456,7 +6898,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6471,7 +6914,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6486,7 +6930,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6501,7 +6946,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6516,7 +6962,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6531,7 +6978,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6546,7 +6994,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6561,7 +7010,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6576,7 +7026,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6591,7 +7042,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6606,7 +7058,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6621,7 +7074,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6636,7 +7090,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6651,7 +7106,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6666,7 +7122,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6681,7 +7138,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6696,7 +7154,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6711,7 +7170,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6726,7 +7186,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6741,7 +7202,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6756,7 +7218,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6771,7 +7234,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6786,7 +7250,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6801,7 +7266,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6816,7 +7282,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6831,7 +7298,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6846,7 +7314,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6861,7 +7330,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6876,7 +7346,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6891,7 +7362,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6906,7 +7378,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6921,7 +7394,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6936,7 +7410,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6951,7 +7426,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6966,7 +7442,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6981,7 +7458,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -6996,7 +7474,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7011,7 +7490,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7026,7 +7506,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7041,7 +7522,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7056,7 +7538,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7071,7 +7554,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7086,7 +7570,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7101,7 +7586,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7116,7 +7602,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7131,7 +7618,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7146,7 +7634,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7161,7 +7650,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7176,7 +7666,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7191,7 +7682,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7206,7 +7698,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7221,7 +7714,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7236,7 +7730,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7251,7 +7746,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7266,7 +7762,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7281,7 +7778,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7296,7 +7794,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7311,7 +7810,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7326,7 +7826,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7341,7 +7842,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7356,7 +7858,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7371,7 +7874,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7386,7 +7890,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7401,7 +7906,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7416,7 +7922,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7431,7 +7938,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7446,7 +7954,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7461,7 +7970,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7476,7 +7986,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7491,7 +8002,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7506,7 +8018,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7521,7 +8034,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7536,7 +8050,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7551,7 +8066,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7566,7 +8082,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7581,7 +8098,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7596,7 +8114,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7611,7 +8130,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7626,7 +8146,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7641,7 +8162,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7656,7 +8178,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7671,7 +8194,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7686,7 +8210,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7701,7 +8226,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7716,7 +8242,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7731,7 +8258,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7746,7 +8274,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7761,7 +8290,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7776,7 +8306,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7791,7 +8322,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7806,7 +8338,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7821,7 +8354,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7836,7 +8370,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7851,7 +8386,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7866,7 +8402,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7881,7 +8418,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7896,7 +8434,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7911,7 +8450,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7926,7 +8466,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7941,7 +8482,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7956,7 +8498,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7971,7 +8514,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -7986,7 +8530,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8001,7 +8546,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8016,7 +8562,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8031,7 +8578,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8046,7 +8594,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8061,7 +8610,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8076,7 +8626,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8091,7 +8642,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8106,7 +8658,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8121,7 +8674,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8136,7 +8690,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8151,7 +8706,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8166,7 +8722,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8181,7 +8738,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8196,7 +8754,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8211,7 +8770,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8226,7 +8786,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8241,7 +8802,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8256,7 +8818,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8271,7 +8834,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8286,7 +8850,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8301,7 +8866,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8316,7 +8882,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8331,7 +8898,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8346,7 +8914,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8361,7 +8930,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8376,7 +8946,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8391,7 +8962,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8406,7 +8978,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8421,7 +8994,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8436,7 +9010,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8451,7 +9026,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8466,7 +9042,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8481,7 +9058,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8496,7 +9074,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8511,7 +9090,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8526,7 +9106,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8541,7 +9122,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8556,7 +9138,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8571,7 +9154,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8586,7 +9170,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8601,7 +9186,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8616,7 +9202,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8631,7 +9218,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8646,7 +9234,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8661,7 +9250,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8676,7 +9266,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8691,7 +9282,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8706,7 +9298,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8721,7 +9314,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8736,7 +9330,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8751,7 +9346,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8766,7 +9362,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8781,7 +9378,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8796,7 +9394,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8811,7 +9410,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8826,7 +9426,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8841,7 +9442,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8856,7 +9458,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8871,7 +9474,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8886,7 +9490,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8901,7 +9506,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8916,7 +9522,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8931,7 +9538,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8946,7 +9554,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8961,7 +9570,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8976,7 +9586,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -8991,7 +9602,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9006,7 +9618,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9021,7 +9634,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9036,7 +9650,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9051,7 +9666,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9066,7 +9682,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9081,7 +9698,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9096,7 +9714,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9111,7 +9730,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9126,7 +9746,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9141,7 +9762,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9156,7 +9778,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9171,7 +9794,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9186,7 +9810,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9201,7 +9826,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9216,7 +9842,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9231,7 +9858,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9246,7 +9874,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9261,7 +9890,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9276,7 +9906,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9291,7 +9922,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9306,7 +9938,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9321,7 +9954,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9336,7 +9970,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9351,7 +9986,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9366,7 +10002,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9381,7 +10018,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9396,7 +10034,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9411,7 +10050,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9426,7 +10066,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9441,7 +10082,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9456,7 +10098,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9471,7 +10114,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9486,7 +10130,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9501,7 +10146,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9516,7 +10162,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9531,7 +10178,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9546,7 +10194,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9561,7 +10210,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9576,7 +10226,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9591,7 +10242,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9606,7 +10258,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9621,7 +10274,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9636,7 +10290,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9651,7 +10306,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9666,7 +10322,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9681,7 +10338,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9696,7 +10354,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9711,7 +10370,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9726,7 +10386,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9741,7 +10402,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9756,7 +10418,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9771,7 +10434,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9786,7 +10450,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9801,7 +10466,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9816,7 +10482,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9831,7 +10498,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9846,7 +10514,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9861,7 +10530,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9876,7 +10546,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9891,7 +10562,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9906,7 +10578,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9921,7 +10594,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9936,7 +10610,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9951,7 +10626,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9966,7 +10642,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9981,7 +10658,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -9996,7 +10674,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10011,7 +10690,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10026,7 +10706,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10041,7 +10722,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10056,7 +10738,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10071,7 +10754,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10086,7 +10770,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10101,7 +10786,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10116,7 +10802,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10131,7 +10818,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10146,7 +10834,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10161,7 +10850,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10176,7 +10866,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10191,7 +10882,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10206,7 +10898,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10221,7 +10914,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10236,7 +10930,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10251,7 +10946,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10266,7 +10962,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10281,7 +10978,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10296,7 +10994,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10311,7 +11010,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10326,7 +11026,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10341,7 +11042,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10356,7 +11058,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10371,7 +11074,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10386,7 +11090,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10401,7 +11106,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10416,7 +11122,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10431,7 +11138,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10446,7 +11154,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10461,7 +11170,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10476,7 +11186,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10491,7 +11202,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10506,7 +11218,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10521,7 +11234,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10536,7 +11250,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10551,7 +11266,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10566,7 +11282,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10581,7 +11298,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10596,7 +11314,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10611,7 +11330,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10626,7 +11346,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10641,7 +11362,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10656,7 +11378,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10671,7 +11394,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10686,7 +11410,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10701,7 +11426,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10716,7 +11442,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10731,7 +11458,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10746,7 +11474,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10761,7 +11490,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10776,7 +11506,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10791,7 +11522,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10806,7 +11538,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10821,7 +11554,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10836,7 +11570,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10851,7 +11586,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10866,7 +11602,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10881,7 +11618,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10896,7 +11634,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10911,7 +11650,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10926,7 +11666,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10941,7 +11682,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10956,7 +11698,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10971,7 +11714,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -10986,7 +11730,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11001,7 +11746,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11016,7 +11762,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11031,7 +11778,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11046,7 +11794,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11061,7 +11810,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11076,7 +11826,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11091,7 +11842,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11106,7 +11858,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11121,7 +11874,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11136,7 +11890,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11151,7 +11906,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11166,7 +11922,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11181,7 +11938,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11196,7 +11954,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11211,7 +11970,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11226,7 +11986,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11241,7 +12002,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11256,7 +12018,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11271,7 +12034,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11286,7 +12050,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11301,7 +12066,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11316,7 +12082,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11331,7 +12098,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11346,7 +12114,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11361,7 +12130,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11376,7 +12146,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11391,7 +12162,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11406,7 +12178,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11421,7 +12194,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11436,7 +12210,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11451,7 +12226,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11466,7 +12242,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11481,7 +12258,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11496,7 +12274,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11511,7 +12290,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11526,7 +12306,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11541,7 +12322,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11556,7 +12338,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11571,7 +12354,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11586,7 +12370,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11601,7 +12386,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11616,7 +12402,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11631,7 +12418,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11646,7 +12434,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11661,7 +12450,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11676,7 +12466,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11691,7 +12482,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11706,7 +12498,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11721,7 +12514,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11736,7 +12530,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11751,7 +12546,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11766,7 +12562,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11781,7 +12578,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11796,7 +12594,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11811,7 +12610,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11826,7 +12626,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11841,7 +12642,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11856,7 +12658,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11871,7 +12674,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11886,7 +12690,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11901,7 +12706,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11916,7 +12722,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11931,7 +12738,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11946,7 +12754,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11961,7 +12770,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11976,7 +12786,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -11991,7 +12802,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12006,7 +12818,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12021,7 +12834,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12036,7 +12850,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12051,7 +12866,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12066,7 +12882,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12081,7 +12898,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12096,7 +12914,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12111,7 +12930,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12126,7 +12946,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12141,7 +12962,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12156,7 +12978,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12171,7 +12994,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12186,7 +13010,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12201,7 +13026,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12216,7 +13042,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12231,7 +13058,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12246,7 +13074,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12261,7 +13090,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12276,7 +13106,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12291,7 +13122,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12306,7 +13138,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12321,7 +13154,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12336,7 +13170,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12351,7 +13186,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12366,7 +13202,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12381,7 +13218,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12396,7 +13234,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12411,7 +13250,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12426,7 +13266,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12441,7 +13282,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12456,7 +13298,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12471,7 +13314,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12486,7 +13330,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12501,7 +13346,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12516,7 +13362,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12531,7 +13378,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12546,7 +13394,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12561,7 +13410,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12576,7 +13426,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12591,7 +13442,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12606,7 +13458,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12621,7 +13474,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12636,7 +13490,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12651,7 +13506,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12666,7 +13522,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12681,7 +13538,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12696,7 +13554,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12711,7 +13570,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12726,7 +13586,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12741,7 +13602,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12756,7 +13618,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12771,7 +13634,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12786,7 +13650,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12801,7 +13666,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12816,7 +13682,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12831,7 +13698,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12846,7 +13714,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12861,7 +13730,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12876,7 +13746,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12891,7 +13762,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12906,7 +13778,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12921,7 +13794,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12936,7 +13810,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12951,7 +13826,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12966,7 +13842,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12981,7 +13858,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -12996,7 +13874,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13011,7 +13890,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13026,7 +13906,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13041,7 +13922,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13056,7 +13938,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13071,7 +13954,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13086,7 +13970,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13101,7 +13986,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13116,7 +14002,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13131,7 +14018,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13146,7 +14034,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13161,7 +14050,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13176,7 +14066,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13191,7 +14082,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13206,7 +14098,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13221,7 +14114,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13236,7 +14130,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13251,7 +14146,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13266,7 +14162,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13281,7 +14178,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13296,7 +14194,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13311,7 +14210,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13326,7 +14226,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13341,7 +14242,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13356,7 +14258,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13371,7 +14274,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13386,7 +14290,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13401,7 +14306,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13416,7 +14322,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13431,7 +14338,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13446,7 +14354,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13461,7 +14370,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13476,7 +14386,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13491,7 +14402,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13506,7 +14418,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13521,7 +14434,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13536,7 +14450,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13551,7 +14466,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13566,7 +14482,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13581,7 +14498,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13596,7 +14514,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13611,7 +14530,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13626,7 +14546,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13641,7 +14562,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13656,7 +14578,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13671,7 +14594,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13686,7 +14610,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13701,7 +14626,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13716,7 +14642,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13731,7 +14658,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13746,7 +14674,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13761,7 +14690,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13776,7 +14706,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13791,7 +14722,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13806,7 +14738,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13821,7 +14754,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13836,7 +14770,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13851,7 +14786,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13866,7 +14802,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13881,7 +14818,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13896,7 +14834,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13911,7 +14850,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13926,7 +14866,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13941,7 +14882,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13956,7 +14898,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13971,7 +14914,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -13986,7 +14930,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14001,7 +14946,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14016,7 +14962,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14031,7 +14978,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14046,7 +14994,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14061,7 +15010,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14076,7 +15026,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14091,7 +15042,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14106,7 +15058,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14121,7 +15074,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14136,7 +15090,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14151,7 +15106,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14166,7 +15122,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14181,7 +15138,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14196,7 +15154,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14211,7 +15170,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14226,7 +15186,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14241,7 +15202,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14256,7 +15218,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14271,7 +15234,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14286,7 +15250,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14301,7 +15266,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14316,7 +15282,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14331,7 +15298,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14346,7 +15314,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14361,7 +15330,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14376,7 +15346,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14391,7 +15362,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14406,7 +15378,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14421,7 +15394,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14436,7 +15410,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14451,7 +15426,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", @@ -14466,7 +15442,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for Maven version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "maven", diff --git a/tests/data/schema/nuget_version_cmp.json b/tests/data/schema/nuget_version_cmp.json index 0f7d3afd..d106c30a 100644 --- a/tests/data/schema/nuget_version_cmp.json +++ b/tests/data/schema/nuget_version_cmp.json @@ -1,6 +1,7 @@ [ { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -12,7 +13,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -24,7 +26,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -36,7 +39,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -48,7 +52,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -60,7 +65,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -72,7 +78,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -84,7 +91,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -96,7 +104,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -108,7 +117,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -123,7 +133,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -138,7 +149,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -153,7 +165,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -168,7 +181,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -183,7 +197,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -198,7 +213,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -213,7 +229,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -228,7 +245,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -243,7 +261,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -258,7 +277,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -273,7 +293,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -288,7 +309,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -303,7 +325,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "nuget", @@ -318,7 +341,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -330,7 +354,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -342,7 +367,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -354,7 +380,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -366,7 +393,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -378,7 +406,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -390,7 +419,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -402,7 +432,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -414,7 +445,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", @@ -426,7 +458,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for NuGet version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "nuget", diff --git a/tests/data/schema/openssl_version_cmp.json b/tests/data/schema/openssl_version_cmp.json index d9c31c3c..dcc60789 100644 --- a/tests/data/schema/openssl_version_cmp.json +++ b/tests/data/schema/openssl_version_cmp.json @@ -1,6 +1,7 @@ [ { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -15,7 +16,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -27,7 +29,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -42,7 +45,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -54,7 +58,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -69,7 +74,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -81,7 +87,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -96,7 +103,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -108,7 +116,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -123,7 +132,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -135,7 +145,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -150,7 +161,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -162,7 +174,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -177,7 +190,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -189,7 +203,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -204,7 +219,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -216,7 +232,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -231,7 +248,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -243,7 +261,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -258,7 +277,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -270,7 +290,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -285,7 +306,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -297,7 +319,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -312,7 +335,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -324,7 +348,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -339,7 +364,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -351,7 +377,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -366,7 +393,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -378,7 +406,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -393,7 +422,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -405,7 +435,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -420,7 +451,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -432,7 +464,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -447,7 +480,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -459,7 +493,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -474,7 +509,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -486,7 +522,8 @@ "expected_output": true }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -501,7 +538,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -513,7 +551,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -528,7 +567,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -540,7 +580,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -555,7 +596,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", @@ -567,7 +609,8 @@ "expected_output": false }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "comparison", "input": { "input_scheme": "openssl", @@ -582,7 +625,8 @@ ] }, { - "test_group": "advanced", + "description": "Comparison test for OpenSSL version.", + "test_group": "basic", "test_type": "equality", "input": { "input_scheme": "openssl", diff --git a/tests/data/schema/range/conan_range_from_native.json b/tests/data/schema/range/conan_range_from_native.json index e10d2d21..fb8a3ddd 100644 --- a/tests/data/schema/range/conan_range_from_native.json +++ b/tests/data/schema/range/conan_range_from_native.json @@ -1,5 +1,6 @@ [ { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9,6 +10,7 @@ "expected_output": "vers:conan/>=5.1.0|<=5.1.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18,6 +20,7 @@ "expected_output": "vers:conan/5.2.5" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -27,6 +30,7 @@ "expected_output": "vers:conan/<3.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -36,6 +40,7 @@ "expected_output": "vers:conan/3.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -45,6 +50,7 @@ "expected_output": "vers:conan/<0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -54,6 +60,7 @@ "expected_output": "vers:conan/<2.17.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -63,6 +70,7 @@ "expected_output": "vers:conan/<=2.18.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -72,6 +80,7 @@ "expected_output": "vers:conan/>=1.11.34|<2.19.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -81,6 +90,7 @@ "expected_output": "vers:conan/<1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -90,6 +100,7 @@ "expected_output": "vers:conan/1.16.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -99,6 +110,7 @@ "expected_output": "vers:conan/<1.16.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -108,6 +120,7 @@ "expected_output": "vers:conan/>=1.0.0|<1.17.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -117,6 +130,7 @@ "expected_output": "vers:conan/<1.17.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -126,6 +140,7 @@ "expected_output": "vers:conan/<0.13.7|>=0.14.0|<0.14.11|>=0.15.0|<0.15.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -135,6 +150,7 @@ "expected_output": "vers:conan/<=1.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -144,6 +160,7 @@ "expected_output": "vers:conan/<=1.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -153,6 +170,7 @@ "expected_output": "vers:conan/<2.9.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -162,6 +180,7 @@ "expected_output": "vers:conan/<3.1.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -171,6 +190,7 @@ "expected_output": "vers:conan/<=0.5.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -180,6 +200,7 @@ "expected_output": "vers:conan/<=0.1.12" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -189,6 +210,7 @@ "expected_output": "vers:conan/<=0.1.12" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -198,6 +220,7 @@ "expected_output": "vers:conan/<=2.1.27" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -207,6 +230,7 @@ "expected_output": "vers:conan/>=2.1.17|<=2.1.27" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -216,6 +240,7 @@ "expected_output": "vers:conan/<=3.6.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -225,6 +250,7 @@ "expected_output": "vers:conan/<=3.6.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -234,6 +260,7 @@ "expected_output": "vers:conan/<=3.6.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -243,6 +270,7 @@ "expected_output": "vers:conan/<=3.6.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -252,6 +280,7 @@ "expected_output": "vers:conan/<3.6.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -261,6 +290,7 @@ "expected_output": "vers:conan/<3.6.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -270,6 +300,7 @@ "expected_output": "vers:conan/<3.6.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -279,6 +310,7 @@ "expected_output": "vers:conan/3.6.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -288,6 +320,7 @@ "expected_output": "vers:conan/<2021.07.22.00" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -297,6 +330,7 @@ "expected_output": "vers:conan/<1.0.12" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -306,6 +340,7 @@ "expected_output": "vers:conan/<1.0.12" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -315,6 +350,7 @@ "expected_output": "vers:conan/<1.0.12" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -324,6 +360,7 @@ "expected_output": "vers:conan/>=3.3.0|<=3.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -333,6 +370,7 @@ "expected_output": "vers:conan/2.42.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -342,6 +380,7 @@ "expected_output": "vers:conan/<=5.1.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -351,6 +390,7 @@ "expected_output": "vers:conan/5.1.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -360,6 +400,7 @@ "expected_output": "vers:conan/5.2.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -369,6 +410,7 @@ "expected_output": "vers:conan/<2.65.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -378,6 +420,7 @@ "expected_output": "vers:conan/>=2.60.0|<=2.62.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -387,6 +430,7 @@ "expected_output": "vers:conan/<2.66.7|>=2.67.0|<2.67.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -396,6 +440,7 @@ "expected_output": "vers:conan/<2.66.6|>=2.67.0|<2.67.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -405,6 +450,7 @@ "expected_output": "vers:conan/<2.66.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -414,6 +460,7 @@ "expected_output": "vers:conan/<2.63.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -423,6 +470,7 @@ "expected_output": "vers:conan/<=3.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -432,6 +480,7 @@ "expected_output": "vers:conan/<=3.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -441,6 +490,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -450,6 +500,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -459,6 +510,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -468,6 +520,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -477,6 +530,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -486,6 +540,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -495,6 +550,7 @@ "expected_output": "vers:conan/2.9.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -504,6 +560,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -513,6 +570,7 @@ "expected_output": "vers:conan/<=1.12.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -522,6 +580,7 @@ "expected_output": "vers:conan/<=1.12.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -531,6 +590,7 @@ "expected_output": "vers:conan/<=1.12.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -540,6 +600,7 @@ "expected_output": "vers:conan/<=1.12.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -549,6 +610,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -558,6 +620,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -567,6 +630,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -576,6 +640,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -585,6 +650,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -594,6 +660,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -603,6 +670,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -612,6 +680,7 @@ "expected_output": "vers:conan/1.10.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -621,6 +690,7 @@ "expected_output": "vers:conan/1.10.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -630,6 +700,7 @@ "expected_output": "vers:conan/1.10.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -639,6 +710,7 @@ "expected_output": "vers:conan/<=0.14.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -648,6 +720,7 @@ "expected_output": "vers:conan/<=2.13.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -657,6 +730,7 @@ "expected_output": "vers:conan/<2.0.23" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -666,6 +740,7 @@ "expected_output": "vers:conan/<2.0.25" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -675,6 +750,7 @@ "expected_output": "vers:conan/<2.0.25" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -684,6 +760,7 @@ "expected_output": "vers:conan/>=2.0.0|<2.0.17" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -693,6 +770,7 @@ "expected_output": "vers:conan/2.0.24" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -702,6 +780,7 @@ "expected_output": "vers:conan/<2.0.27" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -711,6 +790,7 @@ "expected_output": "vers:conan/<2.0.26" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -720,6 +800,7 @@ "expected_output": "vers:conan/3.0.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -729,6 +810,7 @@ "expected_output": "vers:conan/3.0.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -738,6 +820,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -747,6 +830,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -756,6 +840,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -765,6 +850,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -774,6 +860,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -783,6 +870,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -792,6 +880,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -801,6 +890,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -810,6 +900,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -819,6 +910,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -828,6 +920,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -837,6 +930,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -846,6 +940,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -855,6 +950,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -864,6 +960,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -873,6 +970,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -882,6 +980,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -891,6 +990,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -900,6 +1000,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -909,6 +1010,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -918,6 +1020,7 @@ "expected_output": "vers:conan/<=2.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -927,6 +1030,7 @@ "expected_output": "vers:conan/<=2.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -936,6 +1040,7 @@ "expected_output": "vers:conan/2.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -945,6 +1050,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -954,6 +1060,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -963,6 +1070,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -972,6 +1080,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -981,6 +1090,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -990,6 +1100,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -999,6 +1110,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1008,6 +1120,7 @@ "expected_output": "vers:conan/<=2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1017,6 +1130,7 @@ "expected_output": "vers:conan/<=2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1026,6 +1140,7 @@ "expected_output": "vers:conan/" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1035,6 +1150,7 @@ "expected_output": "vers:conan/<2021-10-15" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1044,6 +1160,7 @@ "expected_output": "vers:conan/<=2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1053,6 +1170,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1062,6 +1180,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1071,6 +1190,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1080,6 +1200,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1089,6 +1210,7 @@ "expected_output": "vers:conan/2.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1098,6 +1220,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1107,6 +1230,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1116,6 +1240,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1125,6 +1250,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1134,6 +1260,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1143,6 +1270,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1152,6 +1280,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1161,6 +1290,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1170,6 +1300,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1179,6 +1310,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1188,6 +1320,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1197,6 +1330,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1206,6 +1340,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1215,6 +1350,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1224,6 +1360,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1233,6 +1370,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1242,6 +1380,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1251,6 +1390,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1260,6 +1400,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1269,6 +1410,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1278,6 +1420,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1287,6 +1430,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1296,6 +1440,7 @@ "expected_output": "vers:conan/" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1305,6 +1450,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1314,6 +1460,7 @@ "expected_output": "vers:conan/<=0.14" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1323,6 +1470,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1332,6 +1480,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1341,6 +1490,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1350,6 +1500,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1359,6 +1510,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1368,6 +1520,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1377,6 +1530,7 @@ "expected_output": "vers:conan/3.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1386,6 +1540,7 @@ "expected_output": "vers:conan/>=3.4.0|<3.4.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1395,6 +1550,7 @@ "expected_output": "vers:conan/<3.5.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1404,6 +1560,7 @@ "expected_output": "vers:conan/<3.5.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1413,6 +1570,7 @@ "expected_output": "vers:conan/>=3.4.1|<=3.5.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1422,6 +1580,7 @@ "expected_output": "vers:conan/3.6.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1431,6 +1590,7 @@ "expected_output": "vers:conan/3.6.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1440,6 +1600,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.6.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1449,6 +1610,7 @@ "expected_output": "vers:conan/>=0.6.0|<=0.6.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1458,6 +1620,7 @@ "expected_output": "vers:conan/>=0.6.0|<=0.6.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1467,6 +1630,7 @@ "expected_output": "vers:conan/3.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1476,6 +1640,7 @@ "expected_output": "vers:conan/>=7.29.0|<=7.71.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1485,6 +1650,7 @@ "expected_output": "vers:conan/>=7.21.0|<7.74.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1494,6 +1660,7 @@ "expected_output": "vers:conan/>=7.41.0|<7.74.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1503,6 +1670,7 @@ "expected_output": "vers:conan/>=7.1.1|<=7.75.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1512,6 +1680,7 @@ "expected_output": "vers:conan/>=7.63.0|<=7.75.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1521,6 +1690,7 @@ "expected_output": "vers:conan/>=7.10.4|<7.77.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1530,6 +1700,7 @@ "expected_output": "vers:conan/>=7.73.0|<=7.78.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1539,6 +1710,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1548,6 +1720,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1557,6 +1730,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1566,6 +1740,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1575,6 +1750,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1584,6 +1760,7 @@ "expected_output": "vers:conan/<=1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1593,6 +1770,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1602,6 +1780,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1611,6 +1790,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1620,6 +1800,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1629,6 +1810,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1638,6 +1820,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1647,6 +1830,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1656,6 +1840,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1665,6 +1850,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1674,6 +1860,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1683,6 +1870,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1692,6 +1880,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1701,6 +1890,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1710,6 +1900,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1719,6 +1910,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1728,6 +1920,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1737,6 +1930,7 @@ "expected_output": "vers:conan/1.0.9" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1746,6 +1940,7 @@ "expected_output": "vers:conan/0.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1755,6 +1950,7 @@ "expected_output": "vers:conan/0.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1764,6 +1960,7 @@ "expected_output": "vers:conan/0.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1773,6 +1970,7 @@ "expected_output": "vers:conan/<0.28.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1782,6 +1980,7 @@ "expected_output": "vers:conan/<0.28.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1791,6 +1990,7 @@ "expected_output": "vers:conan/2.0.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1800,6 +2000,7 @@ "expected_output": "vers:conan/<2.0.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1809,6 +2010,7 @@ "expected_output": "vers:conan/2.0.90" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1818,6 +2020,7 @@ "expected_output": "vers:conan/>1.5.3|<=2.0.90" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1827,6 +2030,7 @@ "expected_output": "vers:conan/<9d" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1836,6 +2040,7 @@ "expected_output": "vers:conan/<9d" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1845,6 +2050,7 @@ "expected_output": "vers:conan/<1.64" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1854,6 +2060,7 @@ "expected_output": "vers:conan/<3.1.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1863,6 +2070,7 @@ "expected_output": "vers:conan/1.6.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1872,6 +2080,7 @@ "expected_output": "vers:conan/<0.20" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1881,6 +2090,7 @@ "expected_output": "vers:conan/<=0.20" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1890,6 +2100,7 @@ "expected_output": "vers:conan/<0.20.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1899,6 +2110,7 @@ "expected_output": "vers:conan/<0.20.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1908,6 +2120,7 @@ "expected_output": "vers:conan/0.20.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1917,6 +2130,7 @@ "expected_output": "vers:conan/<=3.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1926,6 +2140,7 @@ "expected_output": "vers:conan/1.0.30" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1935,6 +2150,7 @@ "expected_output": "vers:conan/1.1.10" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1944,6 +2160,7 @@ "expected_output": "vers:conan/<4.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1953,6 +2170,7 @@ "expected_output": "vers:conan/<4.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1962,6 +2180,7 @@ "expected_output": "vers:conan/<4.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1971,6 +2190,7 @@ "expected_output": "vers:conan/<4.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1980,6 +2200,7 @@ "expected_output": "vers:conan/>=3.9.0|<=4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1989,6 +2210,7 @@ "expected_output": "vers:conan/>=4.0.0|<=4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1998,6 +2220,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2007,6 +2230,7 @@ "expected_output": "vers:conan/>=3.9.0|<=4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2016,6 +2240,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2025,6 +2250,7 @@ "expected_output": "vers:conan/<=4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2034,6 +2260,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2043,6 +2270,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2052,6 +2280,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2061,6 +2290,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2070,6 +2300,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2079,6 +2310,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2088,6 +2320,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2097,6 +2330,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2106,6 +2340,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2115,6 +2350,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2124,6 +2360,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2133,6 +2370,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2142,6 +2380,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2151,6 +2390,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2160,6 +2400,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2169,6 +2410,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2178,6 +2420,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2187,6 +2430,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2196,6 +2440,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2205,6 +2450,7 @@ "expected_output": "vers:conan/4.0.3-35" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2214,6 +2460,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2223,6 +2470,7 @@ "expected_output": "vers:conan/>=3.9.0|<=4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2232,6 +2480,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2241,6 +2490,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2250,6 +2500,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2259,6 +2510,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2268,6 +2520,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2277,6 +2530,7 @@ "expected_output": "vers:conan/<4.5.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2286,6 +2540,7 @@ "expected_output": "vers:conan/<1.0.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2295,6 +2550,7 @@ "expected_output": "vers:conan/<1.0.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2304,6 +2560,7 @@ "expected_output": "vers:conan/<1.0.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2313,6 +2570,7 @@ "expected_output": "vers:conan/<1.0.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2322,6 +2580,7 @@ "expected_output": "vers:conan/<1.0.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2331,6 +2590,7 @@ "expected_output": "vers:conan/2.9.10" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2340,6 +2600,7 @@ "expected_output": "vers:conan/2.9.10" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2349,6 +2610,7 @@ "expected_output": "vers:conan/<2.9.11" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2358,6 +2620,7 @@ "expected_output": "vers:conan/<2.9.11" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2367,6 +2630,7 @@ "expected_output": "vers:conan/<2.9.11" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2376,6 +2640,7 @@ "expected_output": "vers:conan/<2.9.11" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2385,6 +2650,7 @@ "expected_output": "vers:conan/<2.9.11" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2394,6 +2660,7 @@ "expected_output": "vers:conan/<2.9.13" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2403,6 +2670,7 @@ "expected_output": "vers:conan/<2.9.14" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2412,6 +2680,7 @@ "expected_output": "vers:conan/<2.10.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2421,6 +2690,7 @@ "expected_output": "vers:conan/<2.10.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2430,6 +2700,7 @@ "expected_output": "vers:conan/<1.1.35" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2439,6 +2710,7 @@ "expected_output": "vers:conan/<=0.11.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2448,6 +2720,7 @@ "expected_output": "vers:conan/<0.12.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2457,6 +2730,7 @@ "expected_output": "vers:conan/<0.12.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2466,6 +2740,7 @@ "expected_output": "vers:conan/<=0.12.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2475,6 +2750,7 @@ "expected_output": "vers:conan/<=0.12.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2484,6 +2760,7 @@ "expected_output": "vers:conan/<=0.12.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2493,6 +2770,7 @@ "expected_output": "vers:conan/0.12.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2502,6 +2780,7 @@ "expected_output": "vers:conan/0.12.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2511,6 +2790,7 @@ "expected_output": "vers:conan/0.12.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2520,6 +2800,7 @@ "expected_output": "vers:conan/<=5.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2529,6 +2810,7 @@ "expected_output": "vers:conan/5.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2538,6 +2820,7 @@ "expected_output": "vers:conan/<=5.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2547,6 +2830,7 @@ "expected_output": "vers:conan/5.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2556,6 +2840,7 @@ "expected_output": "vers:conan/5.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2565,6 +2850,7 @@ "expected_output": "vers:conan/5.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2574,6 +2860,7 @@ "expected_output": "vers:conan/5.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2583,6 +2870,7 @@ "expected_output": "vers:conan/>=5.1.0|<5.3.5|>=5.4.0|<5.4.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2592,6 +2880,7 @@ "expected_output": "vers:conan/5.4.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2601,6 +2890,7 @@ "expected_output": "vers:conan/>=5.4.0|<=5.4.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2610,6 +2900,7 @@ "expected_output": "vers:conan/>=5.4.0|<=5.4.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2619,6 +2910,7 @@ "expected_output": "vers:conan/>=5.4.2|<=5.4.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2628,6 +2920,7 @@ "expected_output": "vers:conan/1.8.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2637,6 +2930,7 @@ "expected_output": "vers:conan/<2.7.17|>=2.8.0|<2.16.8|>=2.17.0|<2.24.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2646,6 +2940,7 @@ "expected_output": "vers:conan/4.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2655,6 +2950,7 @@ "expected_output": "vers:conan/<=6.2.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2664,6 +2960,7 @@ "expected_output": "vers:conan/<6.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2673,6 +2970,7 @@ "expected_output": "vers:conan/<3.7.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2682,6 +2980,7 @@ "expected_output": "vers:conan/<3.7.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2691,6 +2990,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2700,6 +3000,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2709,6 +3010,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2718,6 +3020,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2727,6 +3030,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2736,6 +3040,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2745,6 +3050,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2754,6 +3060,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2763,6 +3070,7 @@ "expected_output": "vers:conan/<2.5.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2772,6 +3080,7 @@ "expected_output": "vers:conan/<2.5.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2781,6 +3090,7 @@ "expected_output": "vers:conan/<2.5.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2790,6 +3100,7 @@ "expected_output": "vers:conan/2.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2799,6 +3110,7 @@ "expected_output": "vers:conan/2.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2808,6 +3120,7 @@ "expected_output": "vers:conan/2.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2817,6 +3130,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2826,6 +3140,7 @@ "expected_output": "vers:conan/<=2.5.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2835,6 +3150,7 @@ "expected_output": "vers:conan/<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2844,6 +3160,7 @@ "expected_output": "vers:conan/<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2853,6 +3170,7 @@ "expected_output": "vers:conan/<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2862,6 +3180,7 @@ "expected_output": "vers:conan/<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2871,6 +3190,7 @@ "expected_output": "vers:conan/<=2.5.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2880,6 +3200,7 @@ "expected_output": "vers:conan/<3.0.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2889,6 +3210,7 @@ "expected_output": "vers:conan/<3.0.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2898,6 +3220,7 @@ "expected_output": "vers:conan/<3.0.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2907,6 +3230,7 @@ "expected_output": "vers:conan/<3.0.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2916,6 +3240,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2925,6 +3250,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2934,6 +3260,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2943,6 +3270,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2952,6 +3280,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2961,6 +3290,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2970,6 +3300,7 @@ "expected_output": "vers:conan/<3.0.5" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2979,6 +3310,7 @@ "expected_output": "vers:conan/<3.0.5" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2988,6 +3320,7 @@ "expected_output": "vers:conan/<3.1.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2997,6 +3330,7 @@ "expected_output": "vers:conan/3.1.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3006,6 +3340,7 @@ "expected_output": "vers:conan/>=3.1.0|<3.1.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3015,6 +3350,7 @@ "expected_output": "vers:conan/<=2.3.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3024,6 +3360,7 @@ "expected_output": "vers:conan/<=1.5.1|>=2.0.0|<2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3033,6 +3370,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3042,6 +3380,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3051,6 +3390,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3060,6 +3400,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3069,6 +3410,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3078,6 +3420,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3087,6 +3430,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3096,6 +3440,7 @@ "expected_output": "vers:conan/<=2.3.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3105,6 +3450,7 @@ "expected_output": "vers:conan/2.3.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3114,6 +3460,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3123,6 +3470,7 @@ "expected_output": "vers:conan/<=2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3132,6 +3480,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3141,6 +3490,7 @@ "expected_output": "vers:conan/>=1.1.1d|<=1.1.1f" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3150,6 +3500,7 @@ "expected_output": "vers:conan/>=1.0.2|<=1.0.2v" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3159,6 +3510,7 @@ "expected_output": "vers:conan/>=1.0.2|<=1.0.2w|>=1.1.1|<=1.1.1h" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3168,6 +3520,7 @@ "expected_output": "vers:conan/1.0.2s" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3177,6 +3530,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2y|>=1.1.1|<1.1.1j" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3186,6 +3540,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2y|>=1.1.1|<1.1.1j" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3195,6 +3550,7 @@ "expected_output": "vers:conan/<0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3204,6 +3560,7 @@ "expected_output": "vers:conan/>=1.1.1|<1.1.1k" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3213,6 +3570,7 @@ "expected_output": "vers:conan/>=1.1.1h|<1.1.1k" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3222,6 +3580,7 @@ "expected_output": "vers:conan/>=1.1.1|<1.1.1l" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3231,6 +3590,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2za|>=1.1.1|<1.1.1l" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3240,6 +3600,7 @@ "expected_output": "vers:conan/<1.0.2|1.1.0|3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3249,6 +3610,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.1.1m|3.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3258,6 +3620,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2zd|>=1.1.0|<1.1.1n|>=3.0.0|<3.0.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3267,6 +3630,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2ze|>=1.1.1|<1.1.1o|>=3.0.0|<3.0.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3276,6 +3640,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3285,6 +3650,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3294,6 +3660,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3303,6 +3670,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2zf|>=1.1.1|<1.1.1p|>=3.0.0|<3.0.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3312,6 +3680,7 @@ "expected_output": "vers:conan/>=1.1.1|<1.1.1q|>=3.0.0|<3.0.5" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3321,6 +3690,7 @@ "expected_output": "vers:conan/3.0.4" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3330,6 +3700,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3339,6 +3710,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3348,6 +3720,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3357,6 +3730,7 @@ "expected_output": "vers:conan/>=3.0.0|<=3.0.7" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3366,6 +3740,7 @@ "expected_output": "vers:conan/<8.44" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3375,6 +3750,7 @@ "expected_output": "vers:conan/<10.40" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3384,6 +3760,7 @@ "expected_output": "vers:conan/<10.40" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3393,6 +3770,7 @@ "expected_output": "vers:conan/<3.15.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3402,6 +3780,7 @@ "expected_output": "vers:conan/<3.18.3|>=3.19.0|<3.19.5|>=3.20.0|<3.20.2|>=3.21.0|<3.21.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3411,6 +3790,7 @@ "expected_output": "vers:conan/1.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3420,6 +3800,7 @@ "expected_output": "vers:conan/2.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3429,6 +3810,7 @@ "expected_output": "vers:conan/<=1.5.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3438,6 +3820,7 @@ "expected_output": "vers:conan/>=4.0|<4.4.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3447,6 +3830,7 @@ "expected_output": "vers:conan/>=4.0|<4.4.3" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3456,6 +3840,7 @@ "expected_output": "vers:conan/<=2.0.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3465,6 +3850,7 @@ "expected_output": "vers:conan/cci.20200203" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3474,6 +3860,7 @@ "expected_output": "vers:conan/2.27" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3483,6 +3870,7 @@ "expected_output": "vers:conan/2.27" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3492,6 +3880,7 @@ "expected_output": "vers:conan/8.6.11" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3501,6 +3890,7 @@ "expected_output": "vers:conan/5.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3510,6 +3900,7 @@ "expected_output": "vers:conan/>=0.9.3|<=0.13.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3519,6 +3910,7 @@ "expected_output": "vers:conan/<2021.02.22.00" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3528,6 +3920,7 @@ "expected_output": "vers:conan/<1.05.01" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3537,6 +3930,7 @@ "expected_output": "vers:conan/<0.9.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3546,6 +3940,7 @@ "expected_output": "vers:conan/<0.9.6" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3555,6 +3950,7 @@ "expected_output": "vers:conan/>=19.0.0|<=20.8.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3564,6 +3960,7 @@ "expected_output": "vers:conan/>=0.19.0|<0.30.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3573,6 +3970,7 @@ "expected_output": "vers:conan/>=0.26.0|<0.30.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3582,6 +3980,7 @@ "expected_output": "vers:conan/<0.30.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3591,6 +3990,7 @@ "expected_output": "vers:conan/<0.33.1|>0.33.1|<0.34.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3600,6 +4000,7 @@ "expected_output": "vers:conan/>=0.34.0|<0.34.2|>=0.35.0|<0.35.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3609,6 +4010,7 @@ "expected_output": "vers:conan/<0.38.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3618,6 +4020,7 @@ "expected_output": "vers:conan/>=0.37.0|<0.38.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3627,6 +4030,7 @@ "expected_output": "vers:conan/<0.38.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3636,6 +4040,7 @@ "expected_output": "vers:conan/<1.0.2|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3645,6 +4050,7 @@ "expected_output": "vers:conan/<1.0.2|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3654,6 +4060,7 @@ "expected_output": "vers:conan/<1.0.2|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3663,6 +4070,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3672,6 +4080,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3681,6 +4090,7 @@ "expected_output": "vers:conan/<4.5.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3690,6 +4100,7 @@ "expected_output": "vers:conan/<4.5.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3699,6 +4110,7 @@ "expected_output": "vers:conan/<4.5.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3708,6 +4120,7 @@ "expected_output": "vers:conan/<4.5.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3717,6 +4130,7 @@ "expected_output": "vers:conan/<4.6.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3726,6 +4140,7 @@ "expected_output": "vers:conan/<4.6.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3735,6 +4150,7 @@ "expected_output": "vers:conan/<4.7.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3744,6 +4160,7 @@ "expected_output": "vers:conan/>=4.6.0|<4.8.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3753,6 +4170,7 @@ "expected_output": "vers:conan/<4.8.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3762,6 +4180,7 @@ "expected_output": "vers:conan/<=5.0.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3771,6 +4190,7 @@ "expected_output": "vers:conan/>=5.0.0|<5.1.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3780,6 +4200,7 @@ "expected_output": "vers:conan/<5.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3789,6 +4210,7 @@ "expected_output": "vers:conan/<5.2.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3798,6 +4220,7 @@ "expected_output": "vers:conan/<5.4.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3807,6 +4230,7 @@ "expected_output": "vers:conan/<5.5.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3816,6 +4240,7 @@ "expected_output": "vers:conan/5.3.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3825,6 +4250,7 @@ "expected_output": "vers:conan/<5.5.1" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3834,6 +4260,7 @@ "expected_output": "vers:conan/<5.5.2" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3843,6 +4270,7 @@ "expected_output": "vers:conan/<5.5.0" }, { + "description": "Construct VERS range from native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { diff --git a/tests/data/schema/conan_range_test.json b/tests/data/schema/range/conan_range_from_native_basic.json similarity index 63% rename from tests/data/schema/conan_range_test.json rename to tests/data/schema/range/conan_range_from_native_basic.json index 1cd56633..b2ef8444 100644 --- a/tests/data/schema/conan_range_test.json +++ b/tests/data/schema/range/conan_range_from_native_basic.json @@ -1,6 +1,7 @@ [ { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -9,7 +10,8 @@ "expected_output": "vers:conan/>1.0.0" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -18,7 +20,8 @@ "expected_output": "vers:conan/<2.0" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -27,7 +30,8 @@ "expected_output": "vers:conan/>1|<2.0" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -36,7 +40,8 @@ "expected_output": "vers:conan/>=2.5|<2.6-" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -45,7 +50,8 @@ "expected_output": "vers:conan/>=2.5.1|<2.6-" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -54,7 +60,8 @@ "expected_output": "vers:conan/>=1|<2-" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -63,7 +70,8 @@ "expected_output": "vers:conan/>=1.2|<2-" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -72,7 +80,8 @@ "expected_output": "vers:conan/>=1.2.3|<2-" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -81,7 +90,8 @@ "expected_output": "vers:conan/>=0.1.2|<0.2-" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -90,7 +100,8 @@ "expected_output": "vers:conan/1.0.0" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -99,7 +110,8 @@ "expected_output": "vers:conan/1.0.0" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -108,7 +120,8 @@ "expected_output": "vers:conan/>=0.0.0" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -117,7 +130,8 @@ "expected_output": "vers:conan/1.0.0|2.1.3" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -126,7 +140,8 @@ "expected_output": "vers:conan/>1|<2.0|>=3.2|<4-" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -135,7 +150,8 @@ "expected_output": "vers:conan/>=0.0.0" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -144,7 +160,8 @@ "expected_output": "vers:conan/>=0.0.0" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -153,7 +170,8 @@ "expected_output": "vers:conan/>1|<2.0" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -162,7 +180,8 @@ "expected_output": "vers:conan/>1|<2.0|>=3.2|<4-" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", @@ -171,7 +190,8 @@ "expected_output": "vers:conan/>=1.1.2|<2-" }, { - "test_group": "advanced", + "description": "Construct VERS range from native conan range.", + "test_group": "basic", "test_type": "from_native", "input": { "scheme": "conan", diff --git a/tests/data/schema/range/gem_range_from_native.json b/tests/data/schema/range/gem_range_from_native.json new file mode 100644 index 00000000..370cdb9b --- /dev/null +++ b/tests/data/schema/range/gem_range_from_native.json @@ -0,0 +1,12 @@ +[ + { + "description": "Construct VERS range from native RubyGems range.", + "test_group": "basic", + "test_type": "from_native", + "input": { + "native_range": "~>2.0.8", + "scheme": "gem" + }, + "expected_output": "vers:gem/>=2.0.8|<2.1" + } +] \ No newline at end of file diff --git a/tests/data/schema/range/composer_gitlab_range_from_native.json b/tests/data/schema/range/gitlab/composer_gitlab_range_from_native.json similarity index 74% rename from tests/data/schema/range/composer_gitlab_range_from_native.json rename to tests/data/schema/range/gitlab/composer_gitlab_range_from_native.json index 03b2216d..a4de131d 100644 --- a/tests/data/schema/range/composer_gitlab_range_from_native.json +++ b/tests/data/schema/range/gitlab/composer_gitlab_range_from_native.json @@ -1,5 +1,6 @@ [ { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9,6 +10,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18,6 +20,7 @@ "expected_output": "vers:composer/<=4.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -27,6 +30,7 @@ "expected_output": "vers:composer/<1.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -36,6 +40,7 @@ "expected_output": "vers:composer/<7.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -45,6 +50,7 @@ "expected_output": "vers:composer/<7.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -54,6 +60,7 @@ "expected_output": "vers:composer/<6.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -63,6 +70,7 @@ "expected_output": "vers:composer/<8.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -72,6 +80,7 @@ "expected_output": "vers:composer/<4.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -81,6 +90,7 @@ "expected_output": "vers:composer/<6.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -90,6 +100,7 @@ "expected_output": "vers:composer/<=4.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -99,6 +110,7 @@ "expected_output": "vers:composer/<=0.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -108,6 +120,7 @@ "expected_output": "vers:composer/<=2.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -117,6 +130,7 @@ "expected_output": "vers:composer/2.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -126,6 +140,7 @@ "expected_output": "vers:composer/2.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -135,6 +150,7 @@ "expected_output": "vers:composer/2.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -144,6 +160,7 @@ "expected_output": "vers:composer/<0.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -153,6 +170,7 @@ "expected_output": "vers:composer/>=1.1.0|<2.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -162,6 +180,7 @@ "expected_output": "vers:composer/<2.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -171,6 +190,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -180,6 +200,7 @@ "expected_output": "vers:composer/2.1.3|<2.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -189,6 +210,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -198,6 +220,7 @@ "expected_output": "vers:composer/<1.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -207,6 +230,7 @@ "expected_output": "vers:composer/<1.16.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -216,6 +240,7 @@ "expected_output": "vers:composer/<1.16.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -225,6 +250,7 @@ "expected_output": "vers:composer/<1.14.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -234,6 +260,7 @@ "expected_output": "vers:composer/<1.16.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -243,6 +270,7 @@ "expected_output": "vers:composer/<1.16.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -252,6 +280,7 @@ "expected_output": "vers:composer/<1.16.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -261,6 +290,7 @@ "expected_output": "vers:composer/<1.16.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -270,6 +300,7 @@ "expected_output": "vers:composer/<1.16.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -279,6 +310,7 @@ "expected_output": "vers:composer/<2.1.27+10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -288,6 +320,7 @@ "expected_output": "vers:composer/2.1.27+36" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -297,6 +330,7 @@ "expected_output": "vers:composer/<2.1.27+9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -306,6 +340,7 @@ "expected_output": "vers:composer/<2.1.27+9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -315,6 +350,7 @@ "expected_output": "vers:composer/2.1.27+35" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -324,6 +360,7 @@ "expected_output": "vers:composer/2.1.27+36" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -333,6 +370,7 @@ "expected_output": "vers:composer/<2.1.27+9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -342,6 +380,7 @@ "expected_output": "vers:composer/<=2.1.27+36" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -351,6 +390,7 @@ "expected_output": "vers:composer/<=2.1.27+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -360,6 +400,7 @@ "expected_output": "vers:composer/2.1.27+36" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -369,6 +410,7 @@ "expected_output": "vers:composer/2.1.27+36" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -378,6 +420,7 @@ "expected_output": "vers:composer/2.1.27+36" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -387,6 +430,7 @@ "expected_output": "vers:composer/2.1.27+36" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -396,6 +440,7 @@ "expected_output": "vers:composer/<2.1.27+9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -405,6 +450,7 @@ "expected_output": "vers:composer/2.1.26" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -414,6 +460,7 @@ "expected_output": "vers:composer/<2.1.27+9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -423,6 +470,7 @@ "expected_output": "vers:composer/2.1.27+36" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -432,6 +480,7 @@ "expected_output": "vers:composer/<2.1.27+4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -441,6 +490,7 @@ "expected_output": "vers:composer/<1.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -450,6 +500,7 @@ "expected_output": "vers:composer/>=3.4.0|<=3.4.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -459,6 +510,7 @@ "expected_output": "vers:composer/<20.4.14|>=20.10.0|<20.10.8|>=21.4.0|<21.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -468,6 +520,7 @@ "expected_output": "vers:composer/<=2.8.2|>=18.10.0|<18.10.11|>=19.4.0|<19.4.10|>=19.10.0|<19.10.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -477,6 +530,7 @@ "expected_output": "vers:composer/<20.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -486,6 +540,7 @@ "expected_output": "vers:composer/3.4.1|3.4.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -495,6 +550,7 @@ "expected_output": "vers:composer/<=19.4.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -504,6 +560,7 @@ "expected_output": "vers:composer/>=2.8.0|<2.8.30|>=18.0.0|<18.10.8|>=19.0.0|<19.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -513,6 +570,7 @@ "expected_output": "vers:composer/>=2.8.4|<2.8.30|<18.10.8|>=19.0.0|<19.4.5|>=19.4.6|<19.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -522,6 +580,7 @@ "expected_output": "vers:composer/<18.10.8|>=19.0.0|<19.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -531,6 +590,7 @@ "expected_output": "vers:composer/<=19.4.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -540,6 +600,7 @@ "expected_output": "vers:composer/>=18.0.0|<18.10.8|>=19.4.0|<19.4.2|>=19.10.0|<19.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -549,6 +610,7 @@ "expected_output": "vers:composer/<20.4.14|>=20.10.0|<20.10.8|>=21.4.0|<21.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -558,6 +620,7 @@ "expected_output": "vers:composer/>=18.0.0|<18.10.8|>=19.4.0|<19.4.5|>=19.10.0|<19.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -567,6 +630,7 @@ "expected_output": "vers:composer/<2.8.30|>=18.0.0|<18.10.8|>=19.4.0|<19.4.5|>=19.10.0|<19.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -576,6 +640,7 @@ "expected_output": "vers:composer/<=19.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -585,6 +650,7 @@ "expected_output": "vers:composer/<=19.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -594,6 +660,7 @@ "expected_output": "vers:composer/>=2.8.4|<2.8.30|<18.10.8|>=19.0.0|<19.4.5|>=19.4.6|<19.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -603,6 +670,7 @@ "expected_output": "vers:composer/20.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -612,6 +680,7 @@ "expected_output": "vers:composer/19.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -621,6 +690,7 @@ "expected_output": "vers:composer/3.4.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -630,6 +700,7 @@ "expected_output": "vers:composer/20.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -639,6 +710,7 @@ "expected_output": "vers:composer/>=19.4.0|<19.4.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -648,6 +720,7 @@ "expected_output": "vers:composer/<=19.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -657,6 +730,7 @@ "expected_output": "vers:composer/>=3.4.0|<=3.4.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -666,6 +740,7 @@ "expected_output": "vers:composer/<20.4.14|>=20.10.0|<20.10.8|>=21.4.0|<21.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -675,6 +750,7 @@ "expected_output": "vers:composer/3.4.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -684,6 +760,7 @@ "expected_output": "vers:composer/20.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -693,6 +770,7 @@ "expected_output": "vers:composer/19.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -702,6 +780,7 @@ "expected_output": "vers:composer/19.10.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -711,6 +790,7 @@ "expected_output": "vers:composer/<2.8.27" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -720,6 +800,7 @@ "expected_output": "vers:composer/19.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -729,6 +810,7 @@ "expected_output": "vers:composer/3.4.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -738,6 +820,7 @@ "expected_output": "vers:composer/<=19.4.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -747,6 +830,7 @@ "expected_output": "vers:composer/>=3.4.0|<=3.4.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -756,6 +840,7 @@ "expected_output": "vers:composer/<2.8.31|>=18.0.0|<18.10.9|>=19.4.0|<19.4.6|>=19.10.0|<19.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -765,6 +850,7 @@ "expected_output": "vers:composer/20.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -774,6 +860,7 @@ "expected_output": "vers:composer/3.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -783,6 +870,7 @@ "expected_output": "vers:composer/<1.9.10|>=1.10.0|<1.10.11|>=1.11.0|<1.11.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -792,6 +880,7 @@ "expected_output": "vers:composer/1.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -801,6 +890,7 @@ "expected_output": "vers:composer/1.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -810,6 +900,7 @@ "expected_output": "vers:composer/1.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -819,6 +910,7 @@ "expected_output": "vers:composer/1.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -828,6 +920,7 @@ "expected_output": "vers:composer/<=1.1.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -837,6 +930,7 @@ "expected_output": "vers:composer/1.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -846,6 +940,7 @@ "expected_output": "vers:composer/1.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -855,6 +950,7 @@ "expected_output": "vers:composer/<=1.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -864,6 +960,7 @@ "expected_output": "vers:composer/1.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -873,6 +970,7 @@ "expected_output": "vers:composer/<=0.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -882,6 +980,7 @@ "expected_output": "vers:composer/1.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -891,6 +990,7 @@ "expected_output": "vers:composer/1.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -900,6 +1000,7 @@ "expected_output": "vers:composer/1.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -909,6 +1010,7 @@ "expected_output": "vers:composer/1.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -918,6 +1020,7 @@ "expected_output": "vers:composer/1.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -927,6 +1030,7 @@ "expected_output": "vers:composer/0.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -936,6 +1040,7 @@ "expected_output": "vers:composer/1.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -945,6 +1050,7 @@ "expected_output": "vers:composer/<=3.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -954,6 +1060,7 @@ "expected_output": "vers:composer/<=3.9.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -963,6 +1070,7 @@ "expected_output": "vers:composer/<=3.9.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -972,6 +1080,7 @@ "expected_output": "vers:composer/<3.12.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -981,6 +1090,7 @@ "expected_output": "vers:composer/<2.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -990,6 +1100,7 @@ "expected_output": "vers:composer/6.4.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -999,6 +1110,7 @@ "expected_output": "vers:composer/<=9.22.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1008,6 +1120,7 @@ "expected_output": "vers:composer/7.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1017,6 +1130,7 @@ "expected_output": "vers:composer/11.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1026,6 +1140,7 @@ "expected_output": "vers:composer/7.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1035,6 +1150,7 @@ "expected_output": "vers:composer/6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1044,6 +1160,7 @@ "expected_output": "vers:composer/<=14.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1053,6 +1170,7 @@ "expected_output": "vers:composer/6.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1062,6 +1180,7 @@ "expected_output": "vers:composer/>=3.0.0|<10.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1071,6 +1190,7 @@ "expected_output": "vers:composer/13.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1080,6 +1200,7 @@ "expected_output": "vers:composer/6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1089,6 +1210,7 @@ "expected_output": "vers:composer/<=5.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1098,6 +1220,7 @@ "expected_output": "vers:composer/6.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1107,6 +1230,7 @@ "expected_output": "vers:composer/>=3.0.0|<=10.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1116,6 +1240,7 @@ "expected_output": "vers:composer/8.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1125,6 +1250,7 @@ "expected_output": "vers:composer/10.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1134,6 +1260,7 @@ "expected_output": "vers:composer/8.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1143,6 +1270,7 @@ "expected_output": "vers:composer/<=8.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1152,6 +1280,7 @@ "expected_output": "vers:composer/13.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1161,6 +1290,7 @@ "expected_output": "vers:composer/7.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1170,6 +1300,7 @@ "expected_output": "vers:composer/8.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1179,6 +1310,7 @@ "expected_output": "vers:composer/10.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1188,6 +1320,7 @@ "expected_output": "vers:composer/<16.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1197,6 +1330,7 @@ "expected_output": "vers:composer/4.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1206,6 +1340,7 @@ "expected_output": "vers:composer/10.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1215,6 +1350,7 @@ "expected_output": "vers:composer/13.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1224,6 +1360,7 @@ "expected_output": "vers:composer/8.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1233,6 +1370,7 @@ "expected_output": "vers:composer/6.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1242,6 +1380,7 @@ "expected_output": "vers:composer/<16.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1251,6 +1390,7 @@ "expected_output": "vers:composer/11.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1260,6 +1400,7 @@ "expected_output": "vers:composer/<7.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1269,6 +1410,7 @@ "expected_output": "vers:composer/6.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1278,6 +1420,7 @@ "expected_output": "vers:composer/>=2.8.1|<=13.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1287,6 +1430,7 @@ "expected_output": "vers:composer/>=3.0.0|<10.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1296,6 +1440,7 @@ "expected_output": "vers:composer/>=3.8.0|<=7.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1305,6 +1450,7 @@ "expected_output": "vers:composer/<=7.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1314,6 +1460,7 @@ "expected_output": "vers:composer/<14.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1323,6 +1470,7 @@ "expected_output": "vers:composer/<=7.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1332,6 +1480,7 @@ "expected_output": "vers:composer/<14.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1341,6 +1490,7 @@ "expected_output": "vers:composer/10.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1350,6 +1500,7 @@ "expected_output": "vers:composer/10.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1359,6 +1510,7 @@ "expected_output": "vers:composer/<15.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1368,6 +1520,7 @@ "expected_output": "vers:composer/7.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1377,6 +1530,7 @@ "expected_output": "vers:composer/<11.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1386,6 +1540,7 @@ "expected_output": "vers:composer/>=3.8.0|<=7.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1395,6 +1550,7 @@ "expected_output": "vers:composer/11.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1404,6 +1560,7 @@ "expected_output": "vers:composer/6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1413,6 +1570,7 @@ "expected_output": "vers:composer/>=3.0.0|<10.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1422,6 +1580,7 @@ "expected_output": "vers:composer/6.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1431,6 +1590,7 @@ "expected_output": "vers:composer/10.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1440,6 +1600,7 @@ "expected_output": "vers:composer/6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1449,6 +1610,7 @@ "expected_output": "vers:composer/7.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1458,6 +1620,7 @@ "expected_output": "vers:composer/<5.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1467,6 +1630,7 @@ "expected_output": "vers:composer/<=5.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1476,6 +1640,7 @@ "expected_output": "vers:composer/6.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1485,6 +1650,7 @@ "expected_output": "vers:composer/4.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1494,6 +1660,7 @@ "expected_output": "vers:composer/<=15.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1503,6 +1670,7 @@ "expected_output": "vers:composer/>=3.3.0|<=13.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1512,6 +1680,7 @@ "expected_output": "vers:composer/7.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1521,6 +1690,7 @@ "expected_output": "vers:composer/6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1530,6 +1700,7 @@ "expected_output": "vers:composer/>=2.8.1|<=13.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1539,6 +1710,7 @@ "expected_output": "vers:composer/<7.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1548,6 +1720,7 @@ "expected_output": "vers:composer/9.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1557,6 +1730,7 @@ "expected_output": "vers:composer/4.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1566,6 +1740,7 @@ "expected_output": "vers:composer/9.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1575,6 +1750,7 @@ "expected_output": "vers:composer/10.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1584,6 +1760,7 @@ "expected_output": "vers:composer/>=2.8.1|<=13.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1593,6 +1770,7 @@ "expected_output": "vers:composer/9.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1602,6 +1780,7 @@ "expected_output": "vers:composer/6.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1611,6 +1790,7 @@ "expected_output": "vers:composer/8.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1620,6 +1800,7 @@ "expected_output": "vers:composer/<5.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1629,6 +1810,7 @@ "expected_output": "vers:composer/<=3.8.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1638,6 +1820,7 @@ "expected_output": "vers:composer/<=11.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1647,6 +1830,7 @@ "expected_output": "vers:composer/<11.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1656,6 +1840,7 @@ "expected_output": "vers:composer/4.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1665,6 +1850,7 @@ "expected_output": "vers:composer/11.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1674,6 +1860,7 @@ "expected_output": "vers:composer/10.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1683,6 +1870,7 @@ "expected_output": "vers:composer/<11.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1692,6 +1880,7 @@ "expected_output": "vers:composer/10.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1701,6 +1890,7 @@ "expected_output": "vers:composer/11.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1710,6 +1900,7 @@ "expected_output": "vers:composer/11.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1719,6 +1910,7 @@ "expected_output": "vers:composer/10.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1728,6 +1920,7 @@ "expected_output": "vers:composer/<11.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1737,6 +1930,7 @@ "expected_output": "vers:composer/10.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1746,6 +1940,7 @@ "expected_output": "vers:composer/9.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1755,6 +1950,7 @@ "expected_output": "vers:composer/12.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1764,6 +1960,7 @@ "expected_output": "vers:composer/<7.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1773,6 +1970,7 @@ "expected_output": "vers:composer/<7.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1782,6 +1980,7 @@ "expected_output": "vers:composer/>=1.0.0|<=2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1791,6 +1990,7 @@ "expected_output": "vers:composer/<=2.3.5|2.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1800,6 +2000,7 @@ "expected_output": "vers:composer/<2.3.5-p2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1809,6 +2010,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=1.14.4+0|<=1.14.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1818,6 +2020,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1827,6 +2030,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1836,6 +2040,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1845,6 +2050,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1854,6 +2060,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1863,6 +2070,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1872,6 +2080,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1881,6 +2090,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=1.14.4+0|<=1.14.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1890,6 +2100,7 @@ "expected_output": "vers:composer/>=1.5.0+0|<1.9.4+3|>=2.2.0|<2.2.10|>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1899,6 +2110,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1908,6 +2120,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1917,6 +2130,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1926,6 +2140,7 @@ "expected_output": "vers:composer/<2.3.5-p2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1935,6 +2150,7 @@ "expected_output": "vers:composer/<=1.9.4+3|>=1.14.0+0|<=1.14.4+3|>=2.2.0|<=2.2.10|>=2.3.0|<=2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1944,6 +2160,7 @@ "expected_output": "vers:composer/<=2.3.5|2.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1953,6 +2170,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1962,6 +2180,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1971,6 +2190,7 @@ "expected_output": "vers:composer/<1.9.4+2|>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1980,6 +2200,7 @@ "expected_output": "vers:composer/<=1.9.4+5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1989,6 +2210,7 @@ "expected_output": "vers:composer/<2.3.7|>=2.4.0|<=2.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1998,6 +2220,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=1.14.4+0|<=1.14.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2007,6 +2230,7 @@ "expected_output": "vers:composer/<2.3.5-p2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2016,6 +2240,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2025,6 +2250,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2034,6 +2260,7 @@ "expected_output": "vers:composer/<1.9.4+2|>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2043,6 +2270,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2052,6 +2280,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=1.14.4+0|<=1.14.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2061,6 +2290,7 @@ "expected_output": "vers:composer/<2.0.10|>=2.1.0|<2.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2070,6 +2300,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2079,6 +2310,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2088,6 +2320,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2097,6 +2330,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<=2.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2106,6 +2340,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=1.14.4+0|<=1.14.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2115,6 +2350,7 @@ "expected_output": "vers:composer/<2.3.7|>=2.4.0|<=2.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2124,6 +2360,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2133,6 +2370,7 @@ "expected_output": "vers:composer/<=2.3.5|2.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2142,6 +2380,7 @@ "expected_output": "vers:composer/<=1.9.4+3|>=1.14.0+0|<=1.14.4+3|>=2.2.0|<=2.2.10|>=2.3.0|<=2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2151,6 +2390,7 @@ "expected_output": "vers:composer/>=1.5.0+0|<1.9.4+3|>=2.2.0|<2.2.10|>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2160,6 +2400,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2169,6 +2410,7 @@ "expected_output": "vers:composer/>=1.5.0+0|<1.9.4+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2178,6 +2420,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=1.14.4+0|<=1.14.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2187,6 +2430,7 @@ "expected_output": "vers:composer/<=1.9.4+5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2196,6 +2440,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2205,6 +2450,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2214,6 +2460,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2223,6 +2470,7 @@ "expected_output": "vers:composer/<=2.3.5|2.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2232,6 +2480,7 @@ "expected_output": "vers:composer/<=2.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2241,6 +2490,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=1.14.4+0|<=1.14.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2250,6 +2500,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2259,6 +2510,7 @@ "expected_output": "vers:composer/<=2.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2268,6 +2520,7 @@ "expected_output": "vers:composer/>2.3.3|<=2.3.7|>=2.4.0|<=2.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2277,6 +2530,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2286,6 +2540,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2295,6 +2550,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2304,6 +2560,7 @@ "expected_output": "vers:composer/>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2313,6 +2570,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2322,6 +2580,7 @@ "expected_output": "vers:composer/<2.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2331,6 +2590,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=1.14.4+0|<=1.14.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2340,6 +2600,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2349,6 +2610,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2358,6 +2620,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2367,6 +2630,7 @@ "expected_output": "vers:composer/<1.9.4+1|>=1.14.0+0|<1.14.4+1|>=2.1.0|<2.1.17|>=2.2.0|<2.2.8|>=2.3.0|<2.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2376,6 +2640,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2385,6 +2650,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<=2.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2394,6 +2660,7 @@ "expected_output": "vers:composer/<=2.3.5|2.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2403,6 +2670,7 @@ "expected_output": "vers:composer/<1.9.2+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2412,6 +2680,7 @@ "expected_output": "vers:composer/<=1.9.4+3|>=1.14.0+0|<=1.14.4+3|>=2.2.0|<=2.2.10|>=2.3.0|<=2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2421,6 +2690,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2430,6 +2700,7 @@ "expected_output": "vers:composer/<=2.3.5|2.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2439,6 +2710,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2448,6 +2720,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2457,6 +2730,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<=2.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2466,6 +2740,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2475,6 +2750,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2484,6 +2760,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2493,6 +2770,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2502,6 +2780,7 @@ "expected_output": "vers:composer/>=1.5.0+0|<1.9.4+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2511,6 +2790,7 @@ "expected_output": "vers:composer/<2.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2520,6 +2800,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2529,6 +2810,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=1.14.4+0|<=1.14.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2538,6 +2820,7 @@ "expected_output": "vers:composer/<=2.3.5|2.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2547,6 +2830,7 @@ "expected_output": "vers:composer/<1.9.4+2|>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2556,6 +2840,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2565,6 +2850,7 @@ "expected_output": "vers:composer/<=1.9.4+4|>=2.2.0|<=2.2.11|>=2.3.0|<=2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2574,6 +2860,7 @@ "expected_output": "vers:composer/<1.9.4+2|>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2583,6 +2870,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2592,6 +2880,7 @@ "expected_output": "vers:composer/<=1.9.4+3|>=1.14.0+0|<=1.14.4+3|>=2.2.0|<=2.2.10|>=2.3.0|<=2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2601,6 +2890,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2610,6 +2900,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2619,6 +2910,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2628,6 +2920,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2637,6 +2930,7 @@ "expected_output": "vers:composer/<=2.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2646,6 +2940,7 @@ "expected_output": "vers:composer/>=1.5.0+0|<1.9.4+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2655,6 +2950,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2664,6 +2960,7 @@ "expected_output": "vers:composer/<2.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2673,6 +2970,7 @@ "expected_output": "vers:composer/<=1.9.4+3|>=1.14.0+0|<=1.14.4+3|>=2.2.0|<=2.2.10|>=2.3.0|<=2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2682,6 +2980,7 @@ "expected_output": "vers:composer/>1.9.4+2|<1.14.4+2|>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2691,6 +2990,7 @@ "expected_output": "vers:composer/<=1.9.4+3|>=1.14.0+0|<=1.14.4+3|>=2.2.0|<=2.2.10|>=2.3.0|<=2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2700,6 +3000,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2709,6 +3010,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2718,6 +3020,7 @@ "expected_output": "vers:composer/<2.3.6|>=2.4.0|<2.4.1-p1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2727,6 +3030,7 @@ "expected_output": "vers:composer/<1.9.4+2|>=2.1.0|<2.1.18|>=2.2.0|<2.2.9|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2736,6 +3040,7 @@ "expected_output": "vers:composer/>=1.5.0+0|<1.9.4+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2745,6 +3050,7 @@ "expected_output": "vers:composer/>=1.5.0+0|<1.9.4+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2754,6 +3060,7 @@ "expected_output": "vers:composer/<=1.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2763,6 +3070,7 @@ "expected_output": "vers:composer/<2.0.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2772,6 +3080,7 @@ "expected_output": "vers:composer/2.0.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2781,6 +3090,7 @@ "expected_output": "vers:composer/<2.0.12+1|>=2.0.13+0alpha|<2.0.13+2|>=2.0.14+0alpha|<2.0.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2790,6 +3100,7 @@ "expected_output": "vers:composer/<2.0.38" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2799,6 +3110,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.43" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2808,6 +3120,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.43" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2817,6 +3130,7 @@ "expected_output": "vers:composer/>=2.0.0|<=2.0.15+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2826,6 +3140,7 @@ "expected_output": "vers:composer/<2.0.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2835,6 +3150,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2844,6 +3160,7 @@ "expected_output": "vers:composer/<2.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2853,6 +3170,7 @@ "expected_output": "vers:composer/<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2862,6 +3180,7 @@ "expected_output": "vers:composer/<2.0.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2871,6 +3190,7 @@ "expected_output": "vers:composer/<=2.0.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2880,6 +3200,7 @@ "expected_output": "vers:composer/<2.0.12+1|>=2.0.13+0alpha|<2.0.13+2|>=2.0.14+0alpha|<2.0.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2889,6 +3210,7 @@ "expected_output": "vers:composer/<2.0.38" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2898,6 +3220,7 @@ "expected_output": "vers:composer/<2.0.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2907,6 +3230,7 @@ "expected_output": "vers:composer/<2.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2916,6 +3240,7 @@ "expected_output": "vers:composer/<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2925,6 +3250,7 @@ "expected_output": "vers:composer/<2.0.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2934,6 +3260,7 @@ "expected_output": "vers:composer/<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2943,6 +3270,7 @@ "expected_output": "vers:composer/<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2952,6 +3280,7 @@ "expected_output": "vers:composer/<2.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2961,6 +3290,7 @@ "expected_output": "vers:composer/>=2.0.0|<=2.0.11+2|>=2.0.12|<=2.0.13+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2970,6 +3300,7 @@ "expected_output": "vers:composer/>=1.1.14|<1.1.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2979,6 +3310,7 @@ "expected_output": "vers:composer/>=2.0.0|<=2.0.11+2|>=2.0.12|<=2.0.13+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2988,6 +3320,7 @@ "expected_output": "vers:composer/<2.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2997,6 +3330,7 @@ "expected_output": "vers:composer/<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3006,6 +3340,7 @@ "expected_output": "vers:composer/>=2.2.3|<=2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3015,6 +3350,7 @@ "expected_output": "vers:composer/<6.2.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3024,6 +3360,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.4.56|>=4.5.0|<4.9.18|>=4.10.0|<4.11.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3033,6 +3370,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.4.37|>=4.5.0|<4.7.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3042,6 +3380,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.4.45|>=4.5.0|<=4.8.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3051,6 +3390,7 @@ "expected_output": "vers:composer/>=4.5.0|<4.9.16|>=4.10.0|<4.11.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3060,6 +3400,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.4.45|>=4.5.0|<=4.8.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3069,6 +3410,7 @@ "expected_output": "vers:composer/>=4.7.0|<4.7.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3078,6 +3420,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.4.52|>=4.9.0|<4.9.6|>=4.10.0|<4.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3087,6 +3430,7 @@ "expected_output": "vers:composer/>=4.7.0|<4.7.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3096,6 +3440,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.5.37|>=4.4.0|<4.4.31|>=4.6.0|<4.6.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3105,6 +3450,7 @@ "expected_output": "vers:composer/>=4.1.0|<4.4.39|>=4.5.0|<4.7.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3114,6 +3460,7 @@ "expected_output": "vers:composer/>=4.8.4|<=4.8.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3123,6 +3470,7 @@ "expected_output": "vers:composer/<4.4.8|4.5.0-beta1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3132,6 +3480,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.4.56|>=4.5.0|<=4.9.18|>=4.10.0|<=4.11.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3141,6 +3490,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.5.33|>=4.0.0|<=4.4.16|>=4.5.0|<=4.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3150,6 +3500,7 @@ "expected_output": "vers:composer/<2.11.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3159,6 +3510,7 @@ "expected_output": "vers:composer/>=4.0.0-stable|<4.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3168,6 +3520,7 @@ "expected_output": "vers:composer/1.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3177,6 +3530,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.4.56|>=4.5.0|<=4.9.18|>=4.10.0|<=4.11.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3186,6 +3540,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.4.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3195,6 +3550,7 @@ "expected_output": "vers:composer/>=4.0.0-alpha0|<=4.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3204,6 +3560,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.5.39" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3213,6 +3570,7 @@ "expected_output": "vers:composer/4.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3222,6 +3580,7 @@ "expected_output": "vers:composer/4.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3231,6 +3590,7 @@ "expected_output": "vers:composer/>0.0.0-alpha0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3240,6 +3600,7 @@ "expected_output": "vers:composer/<3.5.35" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3249,6 +3610,7 @@ "expected_output": "vers:composer/>=2.0.0|<3.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3258,6 +3620,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.11.16|>=3.0.0|<3.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3267,6 +3630,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.11.17|>=3.0.0|<3.2.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3276,6 +3640,7 @@ "expected_output": "vers:composer/<3.5.32" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3285,6 +3650,7 @@ "expected_output": "vers:composer/<=3.5.27|>=4.0.0|<=4.0.4|>=4.1.0|<=4.1.3|>=4.2.0|<=4.2.5|>=4.3.0|<=4.3.3|>=4.3.5|<=4.3.11|4.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3294,6 +3660,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.5.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3303,6 +3670,7 @@ "expected_output": "vers:composer/<=1.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3312,6 +3680,7 @@ "expected_output": "vers:composer/5.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3321,6 +3690,7 @@ "expected_output": "vers:composer/<1.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3330,6 +3700,7 @@ "expected_output": "vers:composer/<1.7.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3339,6 +3710,7 @@ "expected_output": "vers:composer/<1.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3348,6 +3720,7 @@ "expected_output": "vers:composer/<9.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3357,6 +3730,7 @@ "expected_output": "vers:composer/>=1.2.0|<4.3.3|>=5.0.0|<5.0.9|>=5.1.0|<5.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3366,6 +3740,7 @@ "expected_output": "vers:composer/>=1.0.421|<1.0.469" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3375,6 +3750,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.467" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3384,6 +3760,7 @@ "expected_output": "vers:composer/1.0.472|1.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3393,6 +3770,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3402,6 +3780,7 @@ "expected_output": "vers:composer/1.0.469|1.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3411,6 +3790,7 @@ "expected_output": "vers:composer/<1.0.473|>=1.1.0|<1.1.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3420,6 +3800,7 @@ "expected_output": "vers:composer/<1.0.468" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3429,6 +3810,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3438,6 +3820,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3447,6 +3830,7 @@ "expected_output": "vers:composer/<1.0.475|>=1.1.0|<1.1.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3456,6 +3840,7 @@ "expected_output": "vers:composer/<1.0.474|>=1.1.0|<1.1.10|>=2.0.0|<2.1.27" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3465,6 +3850,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.469" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3474,6 +3860,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.1.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3483,6 +3870,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3492,6 +3880,7 @@ "expected_output": "vers:composer/>=1.0.471|<1.0.472|>=1.1.1|<1.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3501,6 +3890,7 @@ "expected_output": "vers:composer/<=1.0.471" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3510,6 +3900,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3519,6 +3910,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3528,6 +3920,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.469" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3537,6 +3930,7 @@ "expected_output": "vers:composer/>=1.0.471|<1.0.472|>=1.1.1|<1.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3546,6 +3940,7 @@ "expected_output": "vers:composer/<1.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3555,6 +3950,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3564,6 +3960,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.469" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3573,6 +3970,7 @@ "expected_output": "vers:composer/<=1.0.471|>=1.1.0|<=1.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3582,6 +3980,7 @@ "expected_output": "vers:composer/<1.0.473|>=1.1.0|<1.1.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3591,6 +3990,7 @@ "expected_output": "vers:composer/<1.0.473|>=1.1.0|<1.1.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3600,6 +4000,7 @@ "expected_output": "vers:composer/<1.0.475|>=1.1.0|<1.1.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3609,6 +4010,7 @@ "expected_output": "vers:composer/<1.0.474|>=1.1.0|<1.1.10|>=2.0.0|<2.1.27" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3618,6 +4020,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3627,6 +4030,7 @@ "expected_output": "vers:composer/<1.0.472|>=1.1.1|<1.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3636,6 +4040,7 @@ "expected_output": "vers:composer/<1.0.472|>=1.1.1|<1.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3645,6 +4050,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3654,6 +4060,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.468" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3663,6 +4070,7 @@ "expected_output": "vers:composer/<1.0.472|>=1.1.0|<1.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3672,6 +4080,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.467" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3681,6 +4090,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.469" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3690,6 +4100,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3699,6 +4110,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3708,6 +4120,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3717,6 +4130,7 @@ "expected_output": "vers:composer/<1.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3726,6 +4140,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.470" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3735,6 +4150,7 @@ "expected_output": "vers:composer/>=1.0.421|<1.0.469" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3744,6 +4160,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3753,6 +4170,7 @@ "expected_output": "vers:composer/1.0.469" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3762,6 +4180,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3771,6 +4190,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.469" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3780,6 +4200,7 @@ "expected_output": "vers:composer/>=1.0.319|<1.0.466" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3789,6 +4210,7 @@ "expected_output": "vers:composer/1.0.471|1.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3798,6 +4220,7 @@ "expected_output": "vers:composer/<4.3.1|>=5.0.0|<5.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3807,6 +4230,7 @@ "expected_output": "vers:composer/<1.15.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3816,6 +4240,7 @@ "expected_output": "vers:composer/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3825,6 +4250,7 @@ "expected_output": "vers:composer/<5.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3834,6 +4260,7 @@ "expected_output": "vers:composer/<0.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3843,6 +4270,7 @@ "expected_output": "vers:composer/<0.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3852,6 +4280,7 @@ "expected_output": "vers:composer/1.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3861,6 +4290,7 @@ "expected_output": "vers:composer/<3.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3870,6 +4300,7 @@ "expected_output": "vers:composer/<5.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3879,6 +4310,7 @@ "expected_output": "vers:composer/<2.10.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3888,6 +4320,7 @@ "expected_output": "vers:composer/>=2.8.0|<2.8.8|>=2.9.0|<2.9.6|>=2.10.0|<2.10.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3897,6 +4330,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.16.5|>=3.2.0|<3.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3906,6 +4340,7 @@ "expected_output": "vers:composer/>=1.0.0|<=2.11.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3915,6 +4350,7 @@ "expected_output": "vers:composer/2.13.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3924,6 +4360,7 @@ "expected_output": "vers:composer/<2.16.5|>=3.0.0|<3.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3933,6 +4370,7 @@ "expected_output": "vers:composer/<=2.11.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3942,6 +4380,7 @@ "expected_output": "vers:composer/>=2.1.0|<=2.11.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3951,6 +4390,7 @@ "expected_output": "vers:composer/<3.3.4|>=4.0.0-alpha1|<4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3960,6 +4400,7 @@ "expected_output": "vers:composer/<2.13.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3969,6 +4410,7 @@ "expected_output": "vers:composer/1.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3978,6 +4420,7 @@ "expected_output": "vers:composer/<=2.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3987,6 +4430,7 @@ "expected_output": "vers:composer/<3.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3996,6 +4440,7 @@ "expected_output": "vers:composer/2.13.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4005,6 +4450,7 @@ "expected_output": "vers:composer/<3.3.5|>=4.0.0|<4.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4014,6 +4460,7 @@ "expected_output": "vers:composer/<3.3.4|4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4023,6 +4470,7 @@ "expected_output": "vers:composer/<3.3.4|>=4.0.0-alpha1|<4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4032,6 +4480,7 @@ "expected_output": "vers:composer/<3.3.4|>=4.0.0-alpha1|<4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4041,6 +4490,7 @@ "expected_output": "vers:composer/<2.16.5|>=3.0.0|<3.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4050,6 +4500,7 @@ "expected_output": "vers:composer/<3.3.4|4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4059,6 +4510,7 @@ "expected_output": "vers:composer/>=1.0.0|<=1.4.1|>=2.0.0|<2.13.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4068,6 +4520,7 @@ "expected_output": "vers:composer/<2.13.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4077,6 +4530,7 @@ "expected_output": "vers:composer/>=2.1.0|<=2.11.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4086,6 +4540,7 @@ "expected_output": "vers:composer/<3.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4095,6 +4550,7 @@ "expected_output": "vers:composer/<3.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4104,6 +4560,7 @@ "expected_output": "vers:composer/<2.0.8|>=2.1.0|<2.1.7|>=2.2.0|<2.2.4|>=2.3.0|<2.3.7|>=2.4.0|<2.4.4|>=2.5.0|<2.5.11|>=2.6.0|<2.6.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4113,6 +4570,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.5|>=2.1.0|<2.1.4|>=2.2.0|<2.2.1|>=2.3.0|<2.3.5|>=2.4.0|<2.4.1|>=2.5.0|<2.5.5|>=2.6.0|<2.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4122,6 +4580,7 @@ "expected_output": "vers:composer/<=5.0.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4131,6 +4590,7 @@ "expected_output": "vers:composer/<2.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4140,6 +4600,7 @@ "expected_output": "vers:composer/<2.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4149,6 +4610,7 @@ "expected_output": "vers:composer/<=2.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4158,6 +4620,7 @@ "expected_output": "vers:composer/<2.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4167,6 +4630,7 @@ "expected_output": "vers:composer/<1.11.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4176,6 +4640,7 @@ "expected_output": "vers:composer/<=5.8.38" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4185,6 +4650,7 @@ "expected_output": "vers:composer/>=5.2.45|<5.4.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4194,6 +4660,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.0.99|>=2.0.0|<2.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4203,6 +4670,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.0.99|>=2.0.0|<2.0.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4212,6 +4680,7 @@ "expected_output": "vers:composer/<2.0.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4221,6 +4690,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.0.99|>=4.1.0|<4.1.26" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4230,6 +4700,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.0.11|>=4.1.0|<=4.1.31|>=4.2.0|<=4.2.22|>=5.0.0|<=5.0.35|>=5.1.0|<=5.1.46|>=5.2.0|<=5.2.45|>=5.3.0|<=5.3.31|>=5.4.0|<=5.4.36|>=5.5.0|<5.5.42|>=5.6.0|<5.6.30" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4239,6 +4710,7 @@ "expected_output": "vers:composer/<6.20.26|>=8.0.0|<8.40.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4248,6 +4720,7 @@ "expected_output": "vers:composer/<5.5.40|>=5.6.0-alpha0|<5.6.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4257,6 +4730,7 @@ "expected_output": "vers:composer/<=8.70.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4266,6 +4740,7 @@ "expected_output": "vers:composer/<5.5.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4275,6 +4750,7 @@ "expected_output": "vers:composer/<6.18.35|>=7.0.0|<7.24.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4284,6 +4760,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.0.11|>=4.1.0|<=4.1.31|>=4.2.0|<=4.2.22|>=5.0.0|<=5.0.35|>=5.1.0|<=5.1.46|>=5.2.0|<=5.2.45|>=5.3.0|<=5.3.31|>=5.4.0|<=5.4.36|>=5.5.0|<5.5.40|>=5.6.0|<5.6.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4293,6 +4770,7 @@ "expected_output": "vers:composer/<6.20.42|>=7.0.0|<7.30.6|>=8.0.0|<8.75.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4302,6 +4780,7 @@ "expected_output": "vers:composer/5.4.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4311,6 +4790,7 @@ "expected_output": "vers:composer/<6.20.14|>=7.0.0|<7.30.4|>=8.0.0|<8.24.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4320,6 +4800,7 @@ "expected_output": "vers:composer/<6.20.12|>=7.0.0|<7.30.3|>=8.0.0|<8.22.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4329,6 +4810,7 @@ "expected_output": "vers:composer/<5.4.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4338,6 +4820,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.0.99|>=4.1.0|<4.1.29" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4347,6 +4830,7 @@ "expected_output": "vers:composer/<5.8.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4356,6 +4840,7 @@ "expected_output": "vers:composer/<2.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4365,6 +4850,7 @@ "expected_output": "vers:composer/<1.0.4|>=2.0.0|<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4374,6 +4860,7 @@ "expected_output": "vers:composer/<1.0.6|>=2.0.0|<2.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4383,6 +4870,7 @@ "expected_output": "vers:composer/<1.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4392,6 +4880,7 @@ "expected_output": "vers:composer/<1.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4401,6 +4890,7 @@ "expected_output": "vers:composer/3.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4410,6 +4900,7 @@ "expected_output": "vers:composer/<2.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4419,6 +4910,7 @@ "expected_output": "vers:composer/>=0.0.0|<3.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4428,6 +4920,7 @@ "expected_output": "vers:composer/<1.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4437,6 +4930,7 @@ "expected_output": "vers:composer/<1.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4446,6 +4940,7 @@ "expected_output": "vers:composer/<2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4455,6 +4950,7 @@ "expected_output": "vers:composer/<4.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4464,6 +4960,7 @@ "expected_output": "vers:composer/<4.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4473,6 +4970,7 @@ "expected_output": "vers:composer/<0.2.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4482,6 +4980,7 @@ "expected_output": "vers:composer/<=1.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4491,6 +4990,7 @@ "expected_output": "vers:composer/<1.16.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4500,6 +5000,7 @@ "expected_output": "vers:composer/<=1.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4509,6 +5010,7 @@ "expected_output": "vers:composer/<1.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4518,6 +5020,7 @@ "expected_output": "vers:composer/<6.2.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4527,6 +5030,7 @@ "expected_output": "vers:composer/<5.3.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4536,6 +5040,7 @@ "expected_output": "vers:composer/<=5.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4545,6 +5050,7 @@ "expected_output": "vers:composer/<5.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4554,6 +5060,7 @@ "expected_output": "vers:composer/<5.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4563,6 +5070,7 @@ "expected_output": "vers:composer/<5.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4572,6 +5080,7 @@ "expected_output": "vers:composer/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4581,6 +5090,7 @@ "expected_output": "vers:composer/<=5.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4590,6 +5100,7 @@ "expected_output": "vers:composer/<5.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4599,6 +5110,7 @@ "expected_output": "vers:composer/<5.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4608,6 +5120,7 @@ "expected_output": "vers:composer/<5.3.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4617,6 +5130,7 @@ "expected_output": "vers:composer/<=5.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4626,6 +5140,7 @@ "expected_output": "vers:composer/<5.3.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4635,6 +5150,7 @@ "expected_output": "vers:composer/<5.3.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4644,6 +5160,7 @@ "expected_output": "vers:composer/<5.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4653,6 +5170,7 @@ "expected_output": "vers:composer/<5.3.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4662,6 +5180,7 @@ "expected_output": "vers:composer/<=5.3.10|6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4671,6 +5190,7 @@ "expected_output": "vers:composer/<5.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4680,6 +5200,7 @@ "expected_output": "vers:composer/<5.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4689,6 +5210,7 @@ "expected_output": "vers:composer/<1.8.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4698,6 +5220,7 @@ "expected_output": "vers:composer/<1.0.13|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4707,6 +5230,7 @@ "expected_output": "vers:composer/<2020.0.0-09-14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4716,6 +5240,7 @@ "expected_output": "vers:composer/>=1.2.0|<1.2.11|>=1.3.0|<1.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4725,6 +5250,7 @@ "expected_output": "vers:composer/<4.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4734,6 +5260,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.15|>4.0.0|<=4.1.0+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4743,6 +5270,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.14|>=4.0.0|<=4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4752,6 +5280,7 @@ "expected_output": "vers:composer/<4.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4761,6 +5290,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4770,6 +5300,7 @@ "expected_output": "vers:composer/<=4.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4779,6 +5310,7 @@ "expected_output": "vers:composer/<4.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4788,6 +5320,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.15|>4.0.0|<=4.1.0+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4797,6 +5330,7 @@ "expected_output": "vers:composer/3.0.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4806,6 +5340,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.15|>4.0.0|<=4.1.0+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4815,6 +5350,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.15|>4.0.0|<=4.1.0+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4824,6 +5360,7 @@ "expected_output": "vers:composer/<=4.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4833,6 +5370,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.15|>4.0.0|<=4.1.0+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4842,6 +5380,7 @@ "expected_output": "vers:composer/<4.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4851,6 +5390,7 @@ "expected_output": "vers:composer/<=4.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4860,6 +5400,7 @@ "expected_output": "vers:composer/<4.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4869,6 +5410,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.14|>=4.0.0|<=4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4878,6 +5420,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.15|>4.0.0|<=4.1.0+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4887,6 +5430,7 @@ "expected_output": "vers:composer/<4.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4896,6 +5440,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4905,6 +5450,7 @@ "expected_output": "vers:composer/3.0.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4914,6 +5460,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4923,6 +5470,7 @@ "expected_output": "vers:composer/3.0.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4932,6 +5480,7 @@ "expected_output": "vers:composer/<=3.0.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4941,6 +5490,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.15|>4.0.0|<=4.1.0+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4950,6 +5500,7 @@ "expected_output": "vers:composer/<4.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4959,6 +5510,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.14|>=4.0.0|<=4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4968,6 +5520,7 @@ "expected_output": "vers:composer/<4.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4977,6 +5530,7 @@ "expected_output": "vers:composer/>=1.0.0|<2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4986,6 +5540,7 @@ "expected_output": "vers:composer/<2.8.1|<3.0.0-RC4|>=3.0.0-a1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4995,6 +5550,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5004,6 +5560,7 @@ "expected_output": "vers:composer/>=1.0.0|<2.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5013,6 +5570,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5022,6 +5580,7 @@ "expected_output": "vers:composer/>=3.0.0-a1|<3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5031,6 +5590,7 @@ "expected_output": "vers:composer/<1.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5040,6 +5600,7 @@ "expected_output": "vers:composer/<1.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5049,6 +5610,7 @@ "expected_output": "vers:composer/1.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5058,6 +5620,7 @@ "expected_output": "vers:composer/<=1.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5067,6 +5630,7 @@ "expected_output": "vers:composer/<7.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5076,6 +5640,7 @@ "expected_output": "vers:composer/<7.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5085,6 +5650,7 @@ "expected_output": "vers:composer/<=4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5094,6 +5660,7 @@ "expected_output": "vers:composer/>=2.14.2|<2.21.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5103,6 +5670,7 @@ "expected_output": "vers:composer/<1.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5112,6 +5680,7 @@ "expected_output": "vers:composer/5.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5121,6 +5690,7 @@ "expected_output": "vers:composer/>=5.0.0|<=5.7.0|>=5.10.0|<=5.20.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5130,6 +5700,7 @@ "expected_output": "vers:composer/<=5.20.21" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5139,6 +5710,7 @@ "expected_output": "vers:composer/<5.20.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5148,6 +5720,7 @@ "expected_output": "vers:composer/<=5.20.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5157,6 +5730,7 @@ "expected_output": "vers:composer/<5.20.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5166,6 +5740,7 @@ "expected_output": "vers:composer/<=1.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5175,6 +5750,7 @@ "expected_output": "vers:composer/1.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5184,6 +5760,7 @@ "expected_output": "vers:composer/<2.16.1-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5193,6 +5770,7 @@ "expected_output": "vers:composer/<=19.4.12|>=20.0.0|<=20.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5202,6 +5780,7 @@ "expected_output": "vers:composer/<19.4.15|>=20.0.0|<20.0.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5211,6 +5790,7 @@ "expected_output": "vers:composer/<=19.4.12|>=20.0.0|<=20.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5220,6 +5800,7 @@ "expected_output": "vers:composer/<19.4.10|>=20.0.0|<20.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5229,6 +5810,7 @@ "expected_output": "vers:composer/<19.4.6|>=20.0.0|<20.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5238,6 +5820,7 @@ "expected_output": "vers:composer/<19.4.8|>=20.0.0|<20.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5247,6 +5830,7 @@ "expected_output": "vers:composer/<19.4.10|>=20.0.0|<20.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5256,6 +5840,7 @@ "expected_output": "vers:composer/<19.4.15|>=20.0.0|<20.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5265,6 +5850,7 @@ "expected_output": "vers:composer/<19.4.10|>=20.0.0|<20.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5274,6 +5860,7 @@ "expected_output": "vers:composer/<3.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5283,6 +5870,7 @@ "expected_output": "vers:composer/<3.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5292,6 +5880,7 @@ "expected_output": "vers:composer/<3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5301,6 +5890,7 @@ "expected_output": "vers:composer/5.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5310,6 +5900,7 @@ "expected_output": "vers:composer/5.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5319,6 +5910,7 @@ "expected_output": "vers:composer/5.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5328,6 +5920,7 @@ "expected_output": "vers:composer/5.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5337,6 +5930,7 @@ "expected_output": "vers:composer/5.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5346,6 +5940,7 @@ "expected_output": "vers:composer/5.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5355,6 +5950,7 @@ "expected_output": "vers:composer/5.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5364,6 +5960,7 @@ "expected_output": "vers:composer/5.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5373,6 +5970,7 @@ "expected_output": "vers:composer/4.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5382,6 +5980,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5391,6 +5990,7 @@ "expected_output": "vers:composer/>=2.11.2|<=2.17.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5400,6 +6000,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.0.18|>=4.0.0|<=4.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5409,6 +6010,7 @@ "expected_output": "vers:composer/>=3.0.5|<=3.0.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5418,6 +6020,7 @@ "expected_output": "vers:composer/>=2.11.0|<=2.17.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5427,6 +6030,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.18|>=4.0.0|<=4.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5436,6 +6040,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5445,6 +6050,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5454,6 +6060,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.0.18|>=4.0.0|<4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5463,6 +6070,7 @@ "expected_output": "vers:composer/>=2.11.0|<=2.12.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5472,6 +6080,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5481,6 +6090,7 @@ "expected_output": "vers:composer/>=2.11.0|<=2.12.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5490,6 +6100,7 @@ "expected_output": "vers:composer/<=1.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5499,6 +6110,7 @@ "expected_output": "vers:composer/<1.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5508,6 +6120,7 @@ "expected_output": "vers:composer/<1.7.31" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5517,6 +6130,7 @@ "expected_output": "vers:composer/<1.7.21" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5526,6 +6140,7 @@ "expected_output": "vers:composer/<1.7.28" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5535,6 +6150,7 @@ "expected_output": "vers:composer/<1.7.31" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5544,6 +6160,7 @@ "expected_output": "vers:composer/<1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5553,6 +6170,7 @@ "expected_output": "vers:composer/<=1.6.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5562,6 +6180,7 @@ "expected_output": "vers:composer/<=1.6.31|1.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5571,6 +6190,7 @@ "expected_output": "vers:composer/<1.6.30" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5580,6 +6200,7 @@ "expected_output": "vers:composer/<=1.7.24" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5589,6 +6210,7 @@ "expected_output": "vers:composer/<1.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5598,6 +6220,7 @@ "expected_output": "vers:composer/<1.7.24" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5607,6 +6230,7 @@ "expected_output": "vers:composer/<=1.7.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5616,6 +6240,7 @@ "expected_output": "vers:composer/<4.9.11|>=5.0.0|<5.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5625,6 +6250,7 @@ "expected_output": "vers:composer/<4.9.7|>=5.0.0|<5.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5634,6 +6260,7 @@ "expected_output": "vers:composer/<5.9.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5643,6 +6270,7 @@ "expected_output": "vers:composer/<5.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5652,6 +6280,7 @@ "expected_output": "vers:composer/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5661,6 +6290,7 @@ "expected_output": "vers:composer/<=4.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5670,6 +6300,7 @@ "expected_output": "vers:composer/<3.6.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5679,6 +6310,7 @@ "expected_output": "vers:composer/<=3.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5688,6 +6320,7 @@ "expected_output": "vers:composer/<3.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5697,6 +6330,7 @@ "expected_output": "vers:composer/3.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5706,6 +6340,7 @@ "expected_output": "vers:composer/<3.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5715,6 +6350,7 @@ "expected_output": "vers:composer/<3.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5724,6 +6360,7 @@ "expected_output": "vers:composer/<3.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5733,6 +6370,7 @@ "expected_output": "vers:composer/3.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5742,6 +6380,7 @@ "expected_output": "vers:composer/<2.2.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5751,6 +6390,7 @@ "expected_output": "vers:composer/3.2.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5760,6 +6400,7 @@ "expected_output": "vers:composer/<3.6.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5769,6 +6410,7 @@ "expected_output": "vers:composer/<3.6.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5778,6 +6420,7 @@ "expected_output": "vers:composer/<3.6.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5787,6 +6430,7 @@ "expected_output": "vers:composer/3.2.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5796,6 +6440,7 @@ "expected_output": "vers:composer/<4.1.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5805,6 +6450,7 @@ "expected_output": "vers:composer/<2.1.45" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5814,6 +6460,7 @@ "expected_output": "vers:composer/<2.1.36" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5823,6 +6470,7 @@ "expected_output": "vers:composer/<2.1.46" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5832,6 +6480,7 @@ "expected_output": "vers:composer/<2.1.59" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5841,6 +6490,7 @@ "expected_output": "vers:composer/<=2.1.60" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5850,6 +6500,7 @@ "expected_output": "vers:composer/<2.1.58" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5859,6 +6510,7 @@ "expected_output": "vers:composer/<2.1.48" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5868,6 +6520,7 @@ "expected_output": "vers:composer/<=2.1.31" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5877,6 +6530,7 @@ "expected_output": "vers:composer/2.1.60" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5886,6 +6540,7 @@ "expected_output": "vers:composer/>=2.0.4|<=2.1.59" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5895,6 +6550,7 @@ "expected_output": "vers:composer/<2.1.37" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5904,6 +6560,7 @@ "expected_output": "vers:composer/0.7.3+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5913,6 +6570,7 @@ "expected_output": "vers:composer/<0.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5922,6 +6580,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.48|>=2.8.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5931,6 +6590,7 @@ "expected_output": "vers:composer/>=2.7.0-alpha0|<=2.7.37|>=2.8.0-alpha0|<=2.8.30|>=3.2.0-alpha0|<=3.2.13|>=3.3.0-alpha0|<=3.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5940,6 +6600,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.4.0|>=4.0.0|<4.2.12|>=4.3.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5949,6 +6610,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.4.0|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5958,6 +6620,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5967,6 +6630,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.51|>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5976,6 +6640,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5985,6 +6650,7 @@ "expected_output": "vers:composer/>=2.8.0|<3.4.48|>=4.0.0|<4.4.23|>=5.0.0|<5.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5994,6 +6660,7 @@ "expected_output": "vers:composer/>=2.8.0|<2.8.37|>=3.0.0|<3.4.7|>=4.0.0|<4.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6003,6 +6670,7 @@ "expected_output": "vers:composer/>=2.7.30|<2.7.32|>=2.8.23|<2.8.25|>=3.2.10|<3.2.12|>=3.3.3|<3.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6012,6 +6680,7 @@ "expected_output": "vers:composer/>=2.4.0|<2.6.13|>=2.7.0|<2.7.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6021,6 +6690,7 @@ "expected_output": "vers:composer/>=2.8.0-alpha|<2.8.6|>=3.0.0-alpha|<3.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6030,6 +6700,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6039,6 +6710,7 @@ "expected_output": "vers:composer/>=4.1.0|<4.4.35|>=5.0.0|<5.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6048,6 +6720,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6057,6 +6730,7 @@ "expected_output": "vers:composer/>=4.3.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6066,6 +6740,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6075,6 +6750,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.24|>=2.1.0|<2.1.12|>=2.2.0|<2.2.5|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6084,6 +6760,7 @@ "expected_output": "vers:composer/>=5.2.0|<5.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6093,6 +6770,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6102,6 +6780,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.51|>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6111,6 +6790,7 @@ "expected_output": "vers:composer/>=2.8.0|<3.4.48|>=4.0.0|<4.4.23|>=5.0.0|<5.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6120,6 +6800,7 @@ "expected_output": "vers:composer/>=2.7.0|<=2.7.48|>=2.8.0|<=2.8.43|>=3.3.0|<=3.3.17|>=3.4.0|<=3.4.13|>=4.0.0|<=4.0.13|>=4.1.0|<=4.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6129,6 +6810,7 @@ "expected_output": "vers:composer/>=5.3.0|<5.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6138,6 +6820,7 @@ "expected_output": "vers:composer/<2.7.33|>=2.8.0|<2.8.26|>=3.0.0|<3.2.13|>=3.3.0|<3.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6147,6 +6830,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.19|>=2.1.0|<2.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6156,6 +6840,7 @@ "expected_output": "vers:composer/>=4.2.0|<4.2.12|>=4.3.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6165,6 +6850,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6174,6 +6860,7 @@ "expected_output": "vers:composer/<2.3.27|>=2.4.0-alpha|<2.5.11|>=2.6.0-alpha|<2.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6183,6 +6870,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.51|>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6192,6 +6880,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.8.52|>=3.0.0|<3.4.35|>=4.0.0|<4.2.12|>=4.3.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6201,6 +6890,7 @@ "expected_output": "vers:composer/>=2.8.0|<2.8.37|>=3.0.0|<3.4.7|>=4.0.0|<4.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6210,6 +6900,7 @@ "expected_output": "vers:composer/>=4.1.0|<4.4.35|>=5.0.0|<5.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6219,6 +6910,7 @@ "expected_output": "vers:composer/>=2.7.38|<2.7.50|>=2.8.0|<2.8.49|>=3.0.0|<3.4.20|>=4.0.0|<4.0.15|>=4.1.0|<4.1.9|>=4.2.0|<4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6228,6 +6920,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.35|>=2.4.0|<2.6.12|>=2.7.0|<2.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6237,6 +6930,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6246,6 +6940,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6255,6 +6950,7 @@ "expected_output": "vers:composer/>=4.1.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6264,6 +6960,7 @@ "expected_output": "vers:composer/>=2.7.38|<2.7.50|>=2.8.0|<2.8.49|>=3.0.0|<3.4.20|>=4.0.0|<4.0.15|>=4.1.0|<4.1.9|>=4.2.0|<4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6273,6 +6970,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6282,6 +6980,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6291,6 +6990,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6300,6 +7000,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6309,6 +7010,7 @@ "expected_output": "vers:composer/>=2.7.30|<2.7.32|>=2.8.23|<2.8.25|>=3.2.10|<3.2.12|>=3.3.3|<3.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6318,6 +7020,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.22|>=2.1.0|<2.1.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6327,6 +7030,7 @@ "expected_output": "vers:composer/<5.3.15|>=5.4.0|<5.4.4|>=6.0.0|<6.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6336,6 +7040,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.44|>=3.0.0|<3.4.14|>=4.0.0|<4.0.14|>=4.1.0|<4.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6345,6 +7050,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.52|>=3.0.0|<3.4.35|>=4.0.0|<4.2.12|>=4.3.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6354,6 +7060,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.24|>=2.1.0|<2.1.12|>=2.2.0|<2.2.5|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6363,6 +7070,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.13|>=5.1.0|<5.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6372,6 +7080,7 @@ "expected_output": "vers:composer/>=2.3.19|<2.3.29|>=2.4.9|<2.5.0|>=2.5.4|<2.5.12|>=2.6.0|<2.6.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6381,6 +7090,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.20|>=2.1.0|<2.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6390,6 +7100,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.4.0|>=4.0.0|<4.2.12|>=4.3.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6399,6 +7110,7 @@ "expected_output": "vers:composer/>=2.7.38|<2.7.48|>=2.8.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6408,6 +7120,7 @@ "expected_output": "vers:composer/>=2.7.0-alpha0|<=2.7.37|>=2.8.0-alpha0|<=2.8.30|>=3.2.0-alpha0|<=3.2.13|>=3.3.0-alpha0|<=3.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6417,6 +7130,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.25|>=2.1.0|<2.1.13|>=2.2.0|<2.2.9|>=2.3.0|<2.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6426,6 +7140,7 @@ "expected_output": "vers:composer/>=5.1.0|<5.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6435,6 +7150,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.37|>=2.4.0|<2.6.13|>=2.7.0|<2.7.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6444,6 +7160,7 @@ "expected_output": "vers:composer/>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6453,6 +7170,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.19" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6462,6 +7180,7 @@ "expected_output": "vers:composer/>=2.7.0-alpha0|<=2.7.37|>=2.8.0-alpha0|<=2.8.30|>=3.2.0-alpha0|<=3.2.13|>=3.3.0-alpha0|<=3.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6471,6 +7190,7 @@ "expected_output": "vers:composer/<2.3.27|>=2.4.0-alpha|<2.5.11|>=2.6.0-alpha|<2.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6480,6 +7200,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6489,6 +7210,7 @@ "expected_output": "vers:composer/>=2.7.0|<=2.7.37|>=3.2.0|<=3.2.13|>=3.3.0|<=3.3.12|>=3.8.0|<=3.8.30" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6498,6 +7220,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.51|>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6507,6 +7230,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6516,6 +7240,7 @@ "expected_output": "vers:composer/<2.3.41|>=2.4.0-alpha|<2.7.13|>=2.8.0-alpha|<2.8.6|>=3.0.0-alpha|<3.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6525,6 +7250,7 @@ "expected_output": "vers:composer/>=2.8.0-alpha|<2.8.6|>=3.0.0-alpha|<3.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6534,6 +7260,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.51|>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6543,6 +7270,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6552,6 +7280,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.35|>=2.4.0|<2.6.12|>=2.7.0|<2.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6561,6 +7290,7 @@ "expected_output": "vers:composer/>=2.7.0-alpha0|<=2.7.37|>=2.8.0-alpha0|<=2.8.30|>=3.2.0-alpha0|<=3.2.13|>=3.3.0-alpha0|<=3.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6570,6 +7300,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6579,6 +7310,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.22|>=2.1.0|<2.1.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6588,6 +7320,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6597,6 +7330,7 @@ "expected_output": "vers:composer/>=5.2.0|<5.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6606,6 +7340,7 @@ "expected_output": "vers:composer/>=2.8.0|<3.4.48|>=4.0.0|<4.4.23|>=5.0.0|<5.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6615,6 +7350,7 @@ "expected_output": "vers:composer/<2.3.27|>=2.4.0-alpha|<2.5.11|>=2.6.0-alpha|<2.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6624,6 +7360,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.8.52|>=3.0.0|<3.4.35|>=4.0.0|<4.2.12|>=4.3.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6633,6 +7370,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6642,6 +7380,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.13|>=5.1.0|<5.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6651,6 +7390,7 @@ "expected_output": "vers:composer/>=2.3.19|<2.3.29|>=2.4.9|<2.5.0|>=2.5.4|<2.5.12|>=2.6.0|<2.6.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6660,6 +7400,7 @@ "expected_output": "vers:composer/>=5.2.0|<5.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6669,6 +7410,7 @@ "expected_output": "vers:composer/>=2.8.0|<3.4.48|>=4.0.0|<4.4.23|>=5.0.0|<5.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6678,6 +7420,7 @@ "expected_output": "vers:composer/>=5.3.0|<5.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6687,6 +7430,7 @@ "expected_output": "vers:composer/>=5.3.0|<5.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6696,6 +7440,7 @@ "expected_output": "vers:composer/>=2.7.38|<2.7.50|>=2.8.0|<2.8.49|>=3.0.0|<3.4.20|>=4.0.0|<4.0.15|>=4.1.0|<4.1.9|>=4.2.0|<4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6705,6 +7450,7 @@ "expected_output": "vers:composer/>=2.4.0|<2.6.12|>=2.7.0|<2.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6714,6 +7460,7 @@ "expected_output": "vers:composer/>=4.1.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6723,6 +7470,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.48|>=2.8.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6732,6 +7480,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.48|>=2.8.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6741,6 +7490,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.13|>=5.1.0|<5.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6750,6 +7500,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.7|>=5.0.0|<5.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6759,6 +7510,7 @@ "expected_output": "vers:composer/>=5.1.0|<5.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6768,6 +7520,7 @@ "expected_output": "vers:composer/>=2.7.0-alpha0|<=2.7.37|>=2.8.0-alpha0|<=2.8.30|>=3.2.0-alpha0|<=3.2.13|>=3.3.0-alpha0|<=3.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6777,6 +7530,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.51|>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6786,6 +7540,7 @@ "expected_output": "vers:composer/<2.7.13|>=2.8.0-alpha|<2.8.6|>=3.0.0-alpha|<3.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6795,6 +7550,7 @@ "expected_output": "vers:composer/>=2.4.0|<2.6.12|>=2.7.0|<2.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6804,6 +7560,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.19" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6813,6 +7570,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6822,6 +7580,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.13|>=5.1.0|<5.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6831,6 +7590,7 @@ "expected_output": "vers:composer/>=2.7.0-alpha0|<=2.7.37|>=2.8.0-alpha0|<=2.8.30|>=3.2.0-alpha0|<=3.2.13|>=3.3.0-alpha0|<=3.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6840,6 +7600,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.51|>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6849,6 +7610,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.8|>=2.5.0|<2.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6858,6 +7620,7 @@ "expected_output": "vers:composer/5.3.14|5.4.3|6.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6867,6 +7630,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6876,6 +7640,7 @@ "expected_output": "vers:composer/>=2.8.0|<3.4.48|>=4.0.0|<4.4.23|>=5.0.0|<5.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6885,6 +7650,7 @@ "expected_output": "vers:composer/>=2.7.38|<2.7.50|>=2.8.0|<2.8.49|>=3.0.0|<3.4.20|>=4.0.0|<4.0.15|>=4.1.0|<4.1.9|>=4.2.0|<4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6894,6 +7660,7 @@ "expected_output": "vers:composer/<5.3.15|>=5.4.0|<5.4.4|>=6.0.0|<6.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6903,6 +7670,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.13|>=5.1.0|<5.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6912,6 +7680,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.35|>=2.4.0|<2.6.12|>=2.7.0|<2.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6921,6 +7690,7 @@ "expected_output": "vers:composer/>=2.7.0-alpha0|<=2.7.37|>=2.8.0-alpha0|<=2.8.30|>=3.2.0-alpha0|<=3.2.13|>=3.3.0-alpha0|<=3.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6930,6 +7700,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.24|>=2.1.0|<2.1.12|>=2.2.0|<2.2.5|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6939,6 +7710,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6948,6 +7720,7 @@ "expected_output": "vers:composer/>=2.8.0|<3.4.48|>=4.0.0|<4.4.23|>=5.0.0|<5.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6957,6 +7730,7 @@ "expected_output": "vers:composer/>=2.8.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6966,6 +7740,7 @@ "expected_output": "vers:composer/>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6975,6 +7750,7 @@ "expected_output": "vers:composer/>=5.3.0|<5.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6984,6 +7760,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6993,6 +7770,7 @@ "expected_output": "vers:composer/>=2.7.38|<2.7.48|>=2.8.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7002,6 +7780,7 @@ "expected_output": "vers:composer/>=2.8.0|<3.4.48|>=4.0.0|<4.4.23|>=5.0.0|<5.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7011,6 +7790,7 @@ "expected_output": "vers:composer/>=5.3.0|<5.3.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7020,6 +7800,7 @@ "expected_output": "vers:composer/>=2.8.0|<2.8.37|>=3.0.0|<3.4.7|>=4.0.0|<4.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7029,6 +7810,7 @@ "expected_output": "vers:composer/>=2.7.38|<2.7.50|>=2.8.0|<2.8.49|>=3.0.0|<3.4.19|>=4.0.0|<4.0.15|>=4.1.0|<4.1.9|>=4.2.0|<4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7038,6 +7820,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.35|>=2.4.0|<2.6.12|>=2.7.0|<2.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7047,6 +7830,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7056,6 +7840,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7065,6 +7850,7 @@ "expected_output": "vers:composer/>=2.7.30|<2.7.32|>=2.8.23|<2.8.25|>=3.2.10|<3.2.12|>=3.3.3|<3.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7074,6 +7860,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.13|>=5.1.0|<5.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7083,6 +7870,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.7|>=5.0.0|<5.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7092,6 +7880,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.25|>=2.1.0|<2.1.13|>=2.2.0|<2.2.9|>=2.3.0|<2.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7101,6 +7890,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.37|>=2.4.0|<2.6.13|>=2.7.0|<2.7.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7110,6 +7900,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.19" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7119,6 +7910,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.38|>=2.8.0|<2.8.31|>=3.0.0|<3.2.14|>=3.3.0|<3.3.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7128,6 +7920,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.38|>=2.8.0|<2.8.31|>=3.0.0|<3.2.14|>=3.3.0|<3.3.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7137,6 +7930,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.51|>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7146,6 +7940,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.41|>=2.4.0|<2.8.6|>=3.0.0|<3.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7155,6 +7950,7 @@ "expected_output": "vers:composer/>=2.8.0|<2.8.6|>=3.0.0|<3.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7164,6 +7960,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.35|>=2.4.0|<2.6.12|>=2.7.0|<2.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7173,6 +7970,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.4|>=5.0.0|<5.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7182,6 +7980,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.24|>=2.1.0|<2.1.12|>=2.2.0|<2.2.5|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7191,6 +7990,7 @@ "expected_output": "vers:composer/>=2.8.0|<3.4.48|>=4.0.0|<4.4.23|>=5.0.0|<5.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7200,6 +8000,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.19|>=2.1.0|<2.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7209,6 +8010,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7218,6 +8020,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.41|>=3.0.0|<3.4.11|>=4.0.0|<4.0.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7227,6 +8030,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.7|>=5.0.0|<5.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7236,6 +8040,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.44|>=3.0.0|<3.4.14|>=4.0.0|<4.0.14|>=4.1.0|<4.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7245,6 +8050,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.8.52|>=3.0.0|<3.4.35|>=4.0.0|<4.2.12|>=4.3.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7254,6 +8060,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.13|>=5.1.0|<5.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7263,6 +8070,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.19" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7272,6 +8080,7 @@ "expected_output": "vers:composer/<2.3.27|>=2.4.0-alpha|<2.5.11|>=2.6.0-alpha|<2.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7281,6 +8090,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.51|>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7290,6 +8100,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7299,6 +8110,7 @@ "expected_output": "vers:composer/>=2.7.0|<2.7.51|>=2.8.0|<2.8.50|>=3.0.0|<3.4.26|>=4.0.0|<4.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7308,6 +8120,7 @@ "expected_output": "vers:composer/>=4.2.0|<4.2.12|>=4.3.0|<4.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7317,6 +8130,7 @@ "expected_output": "vers:composer/<2.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7326,6 +8140,7 @@ "expected_output": "vers:composer/<3.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7335,6 +8150,7 @@ "expected_output": "vers:composer/1.0.0|1.0.2|2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7344,6 +8160,7 @@ "expected_output": "vers:composer/<=6.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7353,6 +8170,7 @@ "expected_output": "vers:composer/<=6.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7362,6 +8180,7 @@ "expected_output": "vers:composer/<=6.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7371,6 +8190,7 @@ "expected_output": "vers:composer/<6.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7380,6 +8200,7 @@ "expected_output": "vers:composer/<=6.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7389,6 +8210,7 @@ "expected_output": "vers:composer/<=6.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7398,6 +8220,7 @@ "expected_output": "vers:composer/<=6.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7407,6 +8230,7 @@ "expected_output": "vers:composer/<2.5.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7416,6 +8240,7 @@ "expected_output": "vers:composer/<2.5.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7425,6 +8250,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7434,6 +8260,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7443,6 +8270,7 @@ "expected_output": "vers:composer/<=3.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7452,6 +8280,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7461,6 +8290,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7470,6 +8300,7 @@ "expected_output": "vers:composer/<3.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7479,6 +8310,7 @@ "expected_output": "vers:composer/<2.1.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7488,6 +8320,7 @@ "expected_output": "vers:composer/<2.3.2|>=3.0.0|<3.2.3|>=3.3.0|<3.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7497,6 +8330,7 @@ "expected_output": "vers:composer/<3.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7506,6 +8340,7 @@ "expected_output": "vers:composer/<0.7.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7515,6 +8350,7 @@ "expected_output": "vers:composer/0.7.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7524,6 +8360,7 @@ "expected_output": "vers:composer/<0.7.24" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7533,6 +8370,7 @@ "expected_output": "vers:composer/<0.7.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7542,6 +8380,7 @@ "expected_output": "vers:composer/<0.7.20" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7551,6 +8390,7 @@ "expected_output": "vers:composer/>=5.0.0|<5.2.24|>=6.0.0-alpha0|<=6.0.0-rc5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7560,6 +8400,7 @@ "expected_output": "vers:composer/<=5.2.21" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7569,6 +8410,7 @@ "expected_output": "vers:composer/<5.2.27|>=6.0.0|<6.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7578,6 +8420,7 @@ "expected_output": "vers:composer/<5.2.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7587,6 +8430,7 @@ "expected_output": "vers:composer/<5.2.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7596,6 +8440,7 @@ "expected_output": "vers:composer/<6.1.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7605,6 +8450,7 @@ "expected_output": "vers:composer/<=6.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7614,6 +8460,7 @@ "expected_output": "vers:composer/>=6.1.8|<=6.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7623,6 +8470,7 @@ "expected_output": "vers:composer/<6.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7632,6 +8480,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.1.10|>=3.2.0|<3.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7641,6 +8490,7 @@ "expected_output": "vers:composer/4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7650,6 +8500,7 @@ "expected_output": "vers:composer/4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7659,6 +8510,7 @@ "expected_output": "vers:composer/>=2.0.0|<=2.0.22|>=2.1.1|<=2.1.18|>=3.0.0|<=3.0.11|>=3.0.13|<=3.0.17|>=3.0.19|<=3.0.20|3.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7668,6 +8520,7 @@ "expected_output": "vers:composer/<3.1.11|>=3.2.0|<3.2.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7677,6 +8530,7 @@ "expected_output": "vers:composer/>=3.2.0|<3.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7686,6 +8540,7 @@ "expected_output": "vers:composer/4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7695,6 +8550,7 @@ "expected_output": "vers:composer/<=3.1.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7704,6 +8560,7 @@ "expected_output": "vers:composer/<3.1.11|>=3.2.0|<3.2.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7713,6 +8570,7 @@ "expected_output": "vers:composer/3.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7722,6 +8580,7 @@ "expected_output": "vers:composer/<3.2.14|>=4.0.0|<4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7731,6 +8590,7 @@ "expected_output": "vers:composer/<3.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7740,6 +8600,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.5|3.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7749,6 +8610,7 @@ "expected_output": "vers:composer/<=3.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7758,6 +8620,7 @@ "expected_output": "vers:composer/<=3.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7767,6 +8630,7 @@ "expected_output": "vers:composer/<=3.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7776,6 +8640,7 @@ "expected_output": "vers:composer/<3.1.11|>=3.2.0|<3.2.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7785,6 +8650,7 @@ "expected_output": "vers:composer/<3.2.14|>=4.0.0|<4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7794,6 +8660,7 @@ "expected_output": "vers:composer/4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7803,6 +8670,7 @@ "expected_output": "vers:composer/<3.1.11|>=3.2.0|<3.2.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7812,6 +8680,7 @@ "expected_output": "vers:composer/<=6.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7821,6 +8690,7 @@ "expected_output": "vers:composer/<=3.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7830,6 +8700,7 @@ "expected_output": "vers:composer/6.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7839,6 +8710,7 @@ "expected_output": "vers:composer/3.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7848,6 +8720,7 @@ "expected_output": "vers:composer/5.1.25" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7857,6 +8730,7 @@ "expected_output": "vers:composer/<5.1.23" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7866,6 +8740,7 @@ "expected_output": "vers:composer/5.0.24" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7875,6 +8750,7 @@ "expected_output": "vers:composer/6.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7884,6 +8760,7 @@ "expected_output": "vers:composer/3.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7893,6 +8770,7 @@ "expected_output": "vers:composer/>=5.0.0|<=5.1.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7902,6 +8780,7 @@ "expected_output": "vers:composer/5.1.24" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7911,6 +8790,7 @@ "expected_output": "vers:composer/3.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7920,6 +8800,7 @@ "expected_output": "vers:composer/3.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7929,6 +8810,7 @@ "expected_output": "vers:composer/<=1.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7938,6 +8820,7 @@ "expected_output": "vers:composer/<2.6.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7947,6 +8830,7 @@ "expected_output": "vers:composer/<=2.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7956,6 +8840,7 @@ "expected_output": "vers:composer/<=1.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7965,6 +8850,7 @@ "expected_output": "vers:composer/<1.7.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7974,6 +8860,7 @@ "expected_output": "vers:composer/<2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7983,6 +8870,7 @@ "expected_output": "vers:composer/<2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7992,6 +8880,7 @@ "expected_output": "vers:composer/>=0.5.0|<0.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8001,6 +8890,7 @@ "expected_output": "vers:composer/<1.7.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8010,6 +8900,7 @@ "expected_output": "vers:composer/<1.7.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8019,6 +8910,7 @@ "expected_output": "vers:composer/<1.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8028,6 +8920,7 @@ "expected_output": "vers:composer/1.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8037,6 +8930,7 @@ "expected_output": "vers:composer/1.5.6-d" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8046,6 +8940,7 @@ "expected_output": "vers:composer/1.5.7-b" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8055,6 +8950,7 @@ "expected_output": "vers:composer/1.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8064,6 +8960,7 @@ "expected_output": "vers:composer/1.5.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8073,6 +8970,7 @@ "expected_output": "vers:composer/<3.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8082,6 +8980,7 @@ "expected_output": "vers:composer/<=4.2.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8091,6 +8990,7 @@ "expected_output": "vers:composer/>=0.21.0|<1.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8100,6 +9000,7 @@ "expected_output": "vers:composer/>=1.2.0|<1.2.2|>=1.3.0|<1.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8109,6 +9010,7 @@ "expected_output": "vers:composer/<4.1.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8118,6 +9020,7 @@ "expected_output": "vers:composer/<=1.11.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8127,6 +9030,7 @@ "expected_output": "vers:composer/<=2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8136,6 +9040,7 @@ "expected_output": "vers:composer/<=4.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8145,6 +9050,7 @@ "expected_output": "vers:composer/1.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8154,6 +9060,7 @@ "expected_output": "vers:composer/<=4.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8163,6 +9070,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.7.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8172,6 +9080,7 @@ "expected_output": "vers:composer/>=4.6.1|<4.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8181,6 +9090,7 @@ "expected_output": "vers:composer/>=1.12.0|<=4.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8190,6 +9100,7 @@ "expected_output": "vers:composer/<=4.7.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8199,6 +9110,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8208,6 +9120,7 @@ "expected_output": "vers:composer/<1.0.3|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8217,6 +9130,7 @@ "expected_output": "vers:composer/<6.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8226,6 +9140,7 @@ "expected_output": "vers:composer/<5.18.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8235,6 +9150,7 @@ "expected_output": "vers:composer/<4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8244,6 +9160,7 @@ "expected_output": "vers:composer/<1.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8253,6 +9170,7 @@ "expected_output": "vers:composer/<1.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8262,6 +9180,7 @@ "expected_output": "vers:composer/<2.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8271,6 +9190,7 @@ "expected_output": "vers:composer/<3.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8280,6 +9200,7 @@ "expected_output": "vers:composer/>=1.14.0|<=1.14.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8289,6 +9210,7 @@ "expected_output": "vers:composer/<1.18.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8298,6 +9220,7 @@ "expected_output": "vers:composer/<1.14.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8307,6 +9230,7 @@ "expected_output": "vers:composer/<1.14.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8316,6 +9240,7 @@ "expected_output": "vers:composer/>=1.16.0|<1.16.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8325,6 +9250,7 @@ "expected_output": "vers:composer/<=1.14.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8334,6 +9260,7 @@ "expected_output": "vers:composer/<1.15.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8343,6 +9270,7 @@ "expected_output": "vers:composer/<=1.14.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8352,6 +9280,7 @@ "expected_output": "vers:composer/>=1.17.0|<1.17.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8361,6 +9290,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.14.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8370,6 +9300,7 @@ "expected_output": "vers:composer/<1.14.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8379,6 +9310,7 @@ "expected_output": "vers:composer/<=1.14.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8388,6 +9320,7 @@ "expected_output": "vers:composer/<=1.14.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8397,6 +9330,7 @@ "expected_output": "vers:composer/<1.15.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8406,6 +9340,7 @@ "expected_output": "vers:composer/<1.14.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8415,6 +9350,7 @@ "expected_output": "vers:composer/>=1.7.0|<=1.14.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8424,6 +9360,7 @@ "expected_output": "vers:composer/>=1.18.0|<1.18.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8433,6 +9370,7 @@ "expected_output": "vers:composer/>=1.18.0|<1.18.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8442,6 +9380,7 @@ "expected_output": "vers:composer/<=1.14.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8451,6 +9390,7 @@ "expected_output": "vers:composer/<=1.14.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8460,6 +9400,7 @@ "expected_output": "vers:composer/<1.14.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8469,6 +9410,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.17.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8478,6 +9420,7 @@ "expected_output": "vers:composer/<1.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8487,6 +9430,7 @@ "expected_output": "vers:composer/1.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8496,6 +9440,7 @@ "expected_output": "vers:composer/<1.9.1|>=1.10.0|<1.10.3|>=2.0.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8505,6 +9450,7 @@ "expected_output": "vers:composer/<1.10.6|>=2.0.0|<2.3.8|>=3.0.0|<3.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8514,6 +9460,7 @@ "expected_output": "vers:composer/<=1.17.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8523,6 +9470,7 @@ "expected_output": "vers:composer/<1.10.5|>=2.0.0|<2.3.7|>=3.0.0|<3.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8532,6 +9480,7 @@ "expected_output": "vers:composer/<1.10.4|>=2.0.0|<2.3.5|>=3.0.0|<3.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8541,6 +9490,7 @@ "expected_output": "vers:composer/<1.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8550,6 +9500,7 @@ "expected_output": "vers:composer/<=3.12.0|3.20.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8559,6 +9510,7 @@ "expected_output": "vers:composer/3.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8568,6 +9520,7 @@ "expected_output": "vers:composer/3.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8577,6 +9530,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.70.0|>=8.7.0|<8.7.14|>=8.8.0|<8.8.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8586,6 +9540,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8595,6 +9550,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.86.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8604,6 +9560,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.75.0|>=8.8.0|<8.8.12|>=8.9.0|<8.9.10|>=9.0.0|<9.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8613,6 +9570,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.78.0|>=8.9.0|<8.9.13|>=9.0.0|<9.0.11|>=9.1.0|<9.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8622,6 +9580,7 @@ "expected_output": "vers:composer/<8.5.15|>=8.6.0|<8.6.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8631,6 +9590,7 @@ "expected_output": "vers:composer/<8.1.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8640,6 +9600,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8649,6 +9610,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8658,6 +9620,7 @@ "expected_output": "vers:composer/>=8.0.0|<9.2.15|>=9.3.0|<9.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8667,6 +9630,7 @@ "expected_output": "vers:composer/<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8676,6 +9640,7 @@ "expected_output": "vers:composer/<8.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8685,6 +9650,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8694,6 +9660,7 @@ "expected_output": "vers:composer/6.20.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8703,6 +9670,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.88.0|>=9.2.0|<9.2.13|>=9.3.0|<9.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8712,6 +9680,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8721,6 +9690,7 @@ "expected_output": "vers:composer/<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8730,6 +9700,7 @@ "expected_output": "vers:composer/>=8.0.0-alpha0|<8.3.0-stable|>=8.4.0-alpha0|<8.4.6|>=8.5.0-alpha0|<8.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8739,6 +9710,7 @@ "expected_output": "vers:composer/<8.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8748,6 +9720,7 @@ "expected_output": "vers:composer/<8.4.8|>=8.5.0-alpha0|<8.5.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8757,6 +9730,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8766,6 +9740,7 @@ "expected_output": "vers:composer/<8.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8775,6 +9750,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8784,6 +9760,7 @@ "expected_output": "vers:composer/>=8.0.0|<9.2.15|>=9.3.0|<9.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8793,6 +9770,7 @@ "expected_output": "vers:composer/<8.4.7|>=8.5.0-alpha0|<8.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8802,6 +9780,7 @@ "expected_output": "vers:composer/<8.1.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8811,6 +9790,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.73.0|>=8.8.0|<8.8.10|>=8.9.0|<8.9.6|>=9.0.0|<9.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8820,6 +9800,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.70.0|>=8.7.0|<8.7.14|>=8.8.0|<8.8.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8829,6 +9810,7 @@ "expected_output": "vers:composer/<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8838,6 +9820,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8847,6 +9830,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.4.7|>=8.5.0|<8.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8856,6 +9840,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8865,6 +9850,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.75.0|>=8.8.0|<8.8.12|>=8.9.0|<8.9.10|>=9.0.0|<9.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8874,6 +9860,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.62.0|>=8.0.0|<8.6.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8883,6 +9870,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8892,6 +9880,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8901,6 +9890,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.4.7|>=8.5.0|<8.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8910,6 +9900,7 @@ "expected_output": "vers:composer/<8.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8919,6 +9910,7 @@ "expected_output": "vers:composer/>=8.0.0|<=8.0.6|>=8.1.0|<=8.1.10|>=8.2.0|<=8.2.7|8.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8928,6 +9920,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.67.0|>=8.0.0|<8.6.16|>=8.7.0|<8.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8937,6 +9930,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8946,6 +9940,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.86.0|>=9.2.0|<9.2.11|>=9.3.0|<9.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8955,6 +9950,7 @@ "expected_output": "vers:composer/<8.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8964,6 +9960,7 @@ "expected_output": "vers:composer/6.20.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8973,6 +9970,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8982,6 +9980,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -8991,6 +9990,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9000,6 +10000,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9009,6 +10010,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9018,6 +10020,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.60.0|>=8.0.0|<8.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9027,6 +10030,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9036,6 +10040,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9045,6 +10050,7 @@ "expected_output": "vers:composer/>=8.2.0|<=8.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9054,6 +10060,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.86.0|>=9.2.0|<9.2.11|>=9.3.0|<9.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9063,6 +10070,7 @@ "expected_output": "vers:composer/>=8.4.0|<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9072,6 +10080,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.64.0|>=8.0.0|<8.6.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9081,6 +10090,7 @@ "expected_output": "vers:composer/>=8.0.0|<=8.0.6|>=8.1.0|<=8.1.10|>=8.2.0|<=8.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9090,6 +10100,7 @@ "expected_output": "vers:composer/>=8.2.0|<=8.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9099,6 +10110,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.62.0|>=8.0.0|<8.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9108,6 +10120,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.74.0|>=8.8.0|<8.8.11|>=8.9.0|<8.9.9|>=9.0.0|<9.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9117,6 +10130,7 @@ "expected_output": "vers:composer/>=9.2.0|<9.2.13|>=9.3.0|<9.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9126,6 +10140,7 @@ "expected_output": "vers:composer/<8.1.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9135,6 +10150,7 @@ "expected_output": "vers:composer/>=8.7.0|<8.7.12|>=8.8.0|<8.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9144,6 +10160,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9153,6 +10170,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.62.0|>=8.0.0|<8.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9162,6 +10180,7 @@ "expected_output": "vers:composer/8.7.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9171,6 +10190,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.60.0|>=8.0.0|<8.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9180,6 +10200,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9189,6 +10210,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.65.0|>=8.5.0|<8.5.14|>=8.6.0|<8.6.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9198,6 +10220,7 @@ "expected_output": "vers:composer/<8.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9207,6 +10230,7 @@ "expected_output": "vers:composer/>=8.0.0|<9.2.16|>=9.3.0|<9.3.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9216,6 +10240,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9225,6 +10250,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.70.0|>=8.7.0|<8.7.14|>=8.8.0|<8.8.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9234,6 +10260,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9243,6 +10270,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.75.0|>=8.8.0|<8.8.12|>=8.9.0|<8.9.10|>=9.0.0|<9.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9252,6 +10280,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.78.0|>=8.9.0|<8.9.13|>=9.0.0|<9.0.11|>=9.1.0|<9.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9261,6 +10290,7 @@ "expected_output": "vers:composer/<8.5.15|>=8.6.0|<8.6.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9270,6 +10300,7 @@ "expected_output": "vers:composer/<8.1.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9279,6 +10310,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.8.10|>=8.9.0|<8.9.6|>=9.0.0|<9.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9288,6 +10320,7 @@ "expected_output": "vers:composer/>=6.0.0|<=6.37.0|>=7.0.0|<=7.38.0|>=7.40.0|<=7.42.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9297,6 +10330,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9306,6 +10340,7 @@ "expected_output": "vers:composer/<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9315,6 +10350,7 @@ "expected_output": "vers:composer/<8.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9324,6 +10360,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9333,6 +10370,7 @@ "expected_output": "vers:composer/6.20.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9342,6 +10380,7 @@ "expected_output": "vers:composer/>=8.8.0|<8.8.8|>=8.9.0|<8.9.1|>=9.0.0|<9.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9351,6 +10390,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.88.0|>=9.2.0|<9.2.13|>=9.3.0|<9.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9360,6 +10400,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.3.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9369,6 +10410,7 @@ "expected_output": "vers:composer/<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9378,6 +10420,7 @@ "expected_output": "vers:composer/>=8.0.0-alpha0|<8.3.0-stable|>=8.4.0-alpha0|<8.4.6|>=8.5.0-alpha0|<8.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9387,6 +10430,7 @@ "expected_output": "vers:composer/<8.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9396,6 +10440,7 @@ "expected_output": "vers:composer/<8.4.8|>=8.5.0-alpha0|<8.5.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9405,6 +10450,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9414,6 +10460,7 @@ "expected_output": "vers:composer/<8.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9423,6 +10470,7 @@ "expected_output": "vers:composer/>=6.0.0|<=6.37.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9432,6 +10480,7 @@ "expected_output": "vers:composer/<8.4.7|>=8.5.0-alpha0|<8.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9441,6 +10490,7 @@ "expected_output": "vers:composer/>=7.0.0|<=7.4.0|>=7.10.0|<=7.38.0|>=7.40.0|<=7.44.0|>=7.50.0|<=7.51.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9450,6 +10500,7 @@ "expected_output": "vers:composer/<8.1.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9459,6 +10510,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.73.0|>=8.8.0|<8.8.10|>=8.9.0|<8.9.6|>=9.0.0|<9.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9468,6 +10520,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.70.0|>=8.7.0|<8.7.14|>=8.8.0|<8.8.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9477,6 +10530,7 @@ "expected_output": "vers:composer/>=8.8.0|<8.8.10|>=8.9.0|<8.9.6|>=9.0.0|<9.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9486,6 +10540,7 @@ "expected_output": "vers:composer/<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9495,6 +10550,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.57.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9504,6 +10560,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.4.7|>=8.5.0|<8.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9513,6 +10570,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9522,6 +10580,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.8.10|>=8.9.0|<8.9.6|>=9.0.0|<9.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9531,6 +10590,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.75.0|>=8.0.0|<8.9.10|>=9.0.0|<9.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9540,6 +10600,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.62.0|>=8.0.0|<8.6.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9549,6 +10610,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9558,6 +10620,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9567,6 +10630,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.4.7|>=8.5.0|<8.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9576,6 +10640,7 @@ "expected_output": "vers:composer/<8.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9585,6 +10650,7 @@ "expected_output": "vers:composer/>=8.0.0-alpha0|<8.2.8|>=8.3.0-alpha0|<8.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9594,6 +10660,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.67.0|>=8.0.0|<8.6.16|>=8.7.0|<8.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9603,6 +10670,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9612,6 +10680,7 @@ "expected_output": "vers:composer/>=8.8.0|<8.8.10|>=8.9.0|<8.9.6|>=9.0.0|<9.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9621,6 +10690,7 @@ "expected_output": "vers:composer/<8.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9630,6 +10700,7 @@ "expected_output": "vers:composer/6.20.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9639,6 +10710,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9648,6 +10720,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9657,6 +10730,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9666,6 +10740,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9675,6 +10750,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9684,6 +10760,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.66.0|>=8.5.0|<8.5.15|>=8.6.0|<8.6.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9693,6 +10770,7 @@ "expected_output": "vers:composer/8.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9702,6 +10780,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.60.0|>=8.0.0|<8.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9711,6 +10790,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9720,6 +10800,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.9.19|>=9.1.0|<9.1.13|>=9.2.0|<9.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9729,6 +10810,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9738,6 +10820,7 @@ "expected_output": "vers:composer/<8.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9747,6 +10830,7 @@ "expected_output": "vers:composer/<8.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9756,6 +10840,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.64.0|>=8.0.0|<8.6.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9765,6 +10850,7 @@ "expected_output": "vers:composer/<8.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9774,6 +10860,7 @@ "expected_output": "vers:composer/<8.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9783,6 +10870,7 @@ "expected_output": "vers:composer/>=7.0.0|<=7.70.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9792,6 +10880,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.62.0|>=8.0.0|<8.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9801,6 +10890,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.74.0|>=8.8.0|<8.8.11|>=8.9.0|<8.9.9|>=9.0.0|<9.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9810,6 +10900,7 @@ "expected_output": "vers:composer/>=9.2.0|<9.2.13|>=9.3.0|<9.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9819,6 +10910,7 @@ "expected_output": "vers:composer/<8.1.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9828,6 +10920,7 @@ "expected_output": "vers:composer/>=8.7.0|<8.7.12|>=8.8.0|<8.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9837,6 +10930,7 @@ "expected_output": "vers:composer/>=6.0.0|<=6.37.0|>=7.0.0|<=7.38.0|>=7.40.0|<=8.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9846,6 +10940,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.72.0|>=8.8.0|<8.8.8|>=8.9.0|<8.9.1|>=9.0.0|<9.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9855,6 +10950,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.62.0|>=8.0.0|<8.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9864,6 +10960,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.9.19|>=9.1.0|<9.1.13|>=9.2.0|<9.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9873,6 +10970,7 @@ "expected_output": "vers:composer/>=8.8.0|<8.8.8|>=8.9.0|<8.9.1|>=9.0.0|<9.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9882,6 +10980,7 @@ "expected_output": "vers:composer/8.7.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9891,6 +10990,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.60.0|>=8.0.0|<8.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9900,6 +11000,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9909,6 +11010,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.9.19|>=9.1.0|<9.1.13|>=9.2.0|<9.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9918,6 +11020,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.65.0|>=8.5.0|<8.5.14|>=8.6.0|<8.6.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9927,6 +11030,7 @@ "expected_output": "vers:composer/<8.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9936,6 +11040,7 @@ "expected_output": "vers:composer/>=8.0.0|<9.2.16|>=9.3.0|<9.3.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9945,6 +11050,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9954,6 +11060,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.70.0|>=8.7.0|<8.7.14|>=8.8.0|<8.8.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9963,6 +11070,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.75.0|>=8.0.0|<8.9.10|>=9.0.0|<9.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9972,6 +11080,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.78.0|>=8.9.0|<8.9.13|>=9.0.0|<9.0.11|>=9.1.0|<9.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9981,6 +11090,7 @@ "expected_output": "vers:composer/>=8.8.0|<8.8.8|>=8.9.0|<8.9.1|>=9.0.0|<9.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9990,6 +11100,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.88.0|>=9.2.0|<9.2.13|>=9.3.0|<9.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9999,6 +11110,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.73.0|>=8.8.0|<8.8.10|>=8.9.0|<8.9.6|>=9.0.0|<9.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10008,6 +11120,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.70.0|>=8.7.0|<8.7.14|>=8.8.0|<8.8.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10017,6 +11130,7 @@ "expected_output": "vers:composer/>=8.8.0|<8.8.10|>=8.9.0|<8.9.6|>=9.0.0|<9.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10026,6 +11140,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.75.0|>=8.0.0|<8.9.10|>=9.0.0|<9.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10035,6 +11150,7 @@ "expected_output": "vers:composer/>=7.0.0|<=7.70.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10044,6 +11160,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.74.0|>=8.8.0|<8.8.11|>=8.9.0|<8.9.9|>=9.0.0|<9.0.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10053,6 +11170,7 @@ "expected_output": "vers:composer/>=9.2.0|<9.2.13|>=9.3.0|<9.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10062,6 +11180,7 @@ "expected_output": "vers:composer/>=8.8.0|<8.8.8|>=8.9.0|<8.9.1|>=9.0.0|<9.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10071,6 +11190,7 @@ "expected_output": "vers:composer/<1.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10080,6 +11200,7 @@ "expected_output": "vers:composer/<1.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10089,6 +11210,7 @@ "expected_output": "vers:composer/<6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10098,6 +11220,7 @@ "expected_output": "vers:composer/<6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10107,6 +11230,7 @@ "expected_output": "vers:composer/<6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10116,6 +11240,7 @@ "expected_output": "vers:composer/<6.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10125,6 +11250,7 @@ "expected_output": "vers:composer/<1.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10134,6 +11260,7 @@ "expected_output": "vers:composer/>=1.0.0-stable|<1.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10143,6 +11270,7 @@ "expected_output": "vers:composer/<1.1.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10152,6 +11280,7 @@ "expected_output": "vers:composer/2.31.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10161,6 +11290,7 @@ "expected_output": "vers:composer/<=3.1.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10170,6 +11300,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10179,6 +11310,7 @@ "expected_output": "vers:composer/<3.5.7|>=3.6.0|<3.6.5|>=3.7.0|<3.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10188,6 +11320,7 @@ "expected_output": "vers:composer/3.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10197,6 +11330,7 @@ "expected_output": "vers:composer/<=3.1.9|>=3.2.0|<=3.2.6|>=3.3.0|<=3.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10206,6 +11340,7 @@ "expected_output": "vers:composer/<3.5.18|>=3.8.0|<3.8.9|>=3.9.0|<3.9.7|>=3.10.0|<3.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10215,6 +11350,7 @@ "expected_output": "vers:composer/3.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10224,6 +11360,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.14|>=3.7.0|<3.7.8|>=3.8.0|<3.8.5|>=3.9.0|<3.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10233,6 +11370,7 @@ "expected_output": "vers:composer/<=2.6.11|>=2.7.0|<=2.7.12|>=2.8.0|<=2.8.10|>=2.9.0|<=2.9.4|>=3.0.0|<=3.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10242,6 +11380,7 @@ "expected_output": "vers:composer/<=3.1.9|>=3.2.0|<=3.2.6|>=3.3.0|<=3.3.3|3.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10251,6 +11390,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.3|3.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10260,6 +11400,7 @@ "expected_output": "vers:composer/>=3.9.0|<=3.9.10|>=3.10.0|<=3.10.7|>=3.11.0|<=3.11.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10269,6 +11410,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.5|>=3.6.0|<3.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10278,6 +11420,7 @@ "expected_output": "vers:composer/<3.4.8|>=3.5.0|<3.5.5|>=3.6.0|<3.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10287,6 +11430,7 @@ "expected_output": "vers:composer/>=3.8.0|<3.8.9|>=3.9.0|<3.9.7|>=3.10.0|<3.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10296,6 +11440,7 @@ "expected_output": "vers:composer/<3.5.18|>=3.8.0|<3.8.9|>=3.9.0|<3.9.7|>=3.10.0|<3.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10305,6 +11450,7 @@ "expected_output": "vers:composer/<3.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10314,6 +11460,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.9|>=3.6.0|<3.6.7|>=3.7.0|<3.7.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10323,6 +11470,7 @@ "expected_output": "vers:composer/<=3.8.9|>=3.9.0|<3.9.12|>=3.10.0|<3.10.9|>=3.11.0|<3.11.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10332,6 +11480,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.1.13|>=3.3.0|<3.3.7|>=3.4.0|<3.4.4|>=3.5.0|<3.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10341,6 +11490,7 @@ "expected_output": "vers:composer/<=3.1.9|>=3.2.0|<=3.2.6|>=3.3.0|<=3.3.3|3.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10350,6 +11500,7 @@ "expected_output": "vers:composer/<3.8.7|>=3.9.0|<3.9.4|>=3.10.0|<3.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10359,6 +11510,7 @@ "expected_output": "vers:composer/<3.5.7|>=3.6.0|<3.6.5|>=3.7.0|<3.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10368,6 +11520,7 @@ "expected_output": "vers:composer/>=2.7.0|<=2.7.13|>=2.8.0|<=2.8.11|>=2.9.0|<=2.9.5|>=3.0.0|<=3.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10377,6 +11530,7 @@ "expected_output": "vers:composer/<=3.0.10|>=3.1.0|<3.1.15|>=3.3.0|<3.3.9|>=3.4.0|<3.4.6|>=3.5.0|<3.5.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10386,6 +11540,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.17|>=3.8.0|<3.8.8|>=3.9.0|<3.9.5|>=3.10.0|<3.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10395,6 +11550,7 @@ "expected_output": "vers:composer/<=2.6.11|>=2.7.0|<=2.7.12|>=2.8.0|<=2.8.10|>=2.9.0|<=2.9.4|>=3.0.0|<=3.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10404,6 +11560,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.10|>=3.1.0|<=3.1.7|>=3.2.0|<=3.2.4|>=3.3.0|<=3.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10413,6 +11570,7 @@ "expected_output": "vers:composer/<3.5.7|>=3.6.0|<3.6.5|>=3.7.0|<3.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10422,6 +11580,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10431,6 +11590,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.17|>=3.8.0|<3.8.8|>=3.9.0|<3.9.5|>=3.10.0|<3.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10440,6 +11600,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.11|>=3.2.0|<=3.2.8|>=3.3.0|<=3.3.5|>=3.4.0|<=3.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10449,6 +11610,7 @@ "expected_output": "vers:composer/<=2.7.14|>=2.8.0|<=2.8.12|>=2.9.0|<=2.9.6|>=3.0.0|<=3.0.4|3.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10458,6 +11620,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.17|>=3.4.0|<=3.4.8|>=3.5.0|<=3.5.5|>=3.6.0|<=3.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10467,6 +11630,7 @@ "expected_output": "vers:composer/>=3.11.0|<3.11.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10476,6 +11640,7 @@ "expected_output": "vers:composer/>=2.7.0|<=2.7.18|>=3.0.0|<=3.0.8|>=3.1.0|<=3.1.4|>=3.2.0|<=3.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10485,6 +11650,7 @@ "expected_output": "vers:composer/<=3.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10494,6 +11660,7 @@ "expected_output": "vers:composer/>=3.7.0|<3.7.8|>=3.8.0|<3.8.5|>=3.9.0|<3.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10503,6 +11670,7 @@ "expected_output": "vers:composer/<=3.0.10|>=3.1.0|<=3.1.10|>=3.2.0|<=3.2.7|>=3.3.0|<=3.3.4|>=3.4.0|<=3.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10512,6 +11680,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.10|>=3.1.0|<=3.1.8|>=3.2.0|<=3.2.5|>=3.3.0|<=3.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10521,6 +11690,7 @@ "expected_output": "vers:composer/>=2.7.0|<=2.7.13|>=2.8.0|<=2.8.11|>=2.9.0|<=2.9.5|>=3.0.0|<=3.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10530,6 +11700,7 @@ "expected_output": "vers:composer/>=3.9.0|<3.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10539,6 +11710,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.14|>=3.7.0|<3.7.8|>=3.8.0|<3.8.5|>=3.9.0|<3.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10548,6 +11720,7 @@ "expected_output": "vers:composer/<=3.8.8|>=3.9.0|<3.9.11|>=3.10.0|<3.10.8|>=3.11.0|<3.11.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10557,6 +11730,7 @@ "expected_output": "vers:composer/>=3.3.0|<3.3.7|>=3.4.0|<3.4.4|>=3.5.0|<3.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10566,6 +11740,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.6|>=3.2.0|<=3.2.3|>=3.3.0|<=3.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10575,6 +11750,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.15|>=3.4.0|<=3.4.6|>=3.5.0|<=3.5.3|>=3.6.0|<=3.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10584,6 +11760,7 @@ "expected_output": "vers:composer/<3.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10593,6 +11770,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.11|>=3.2.0|<=3.2.8|>=3.3.0|<=3.3.5|>=3.4.0|<=3.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10602,6 +11780,7 @@ "expected_output": "vers:composer/<=2.7.15|>=2.8.0|<=2.8.12|>=2.9.0|<=2.9.7|>=3.0.0|<=3.0.5|>=3.1.0|<=3.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10611,6 +11790,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.17|>=3.8.0|<3.8.8|>=3.9.0|<3.9.5|>=3.10.0|<3.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10620,6 +11800,7 @@ "expected_output": "vers:composer/>=3.7.0|<3.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10629,6 +11810,7 @@ "expected_output": "vers:composer/<=2.6.11|>=2.7.0|<=2.7.11|>=2.8.0|<=2.8.9|>=2.9.0|<=2.9.3|>=3.0.0|<=3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10638,6 +11820,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.6|>=3.2.0|<=3.2.3|>=3.3.0|<=3.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10647,6 +11830,7 @@ "expected_output": "vers:composer/<3.5.16|>=3.8.0|<3.8.7|>=3.9.0|<3.9.4|>=3.10.0|<3.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10656,6 +11840,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.12|>=3.6.0|<3.6.10|>=3.7.0|<3.7.6|>=3.8.0|<3.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10665,6 +11850,7 @@ "expected_output": "vers:composer/>=2.7.0|<=2.7.18|>=3.0.0|<=3.0.8|>=3.1.0|<=3.1.4|>=3.2.0|<=3.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10674,6 +11860,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.9|>=3.6.0|<3.6.7|>=3.7.0|<=3.7.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10683,6 +11870,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.1.13|>=3.3.0|<3.3.7|>=3.4.0|<3.4.4|>=3.5.0|<3.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10692,6 +11880,7 @@ "expected_output": "vers:composer/3.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10701,6 +11890,7 @@ "expected_output": "vers:composer/<=3.8.9|>=3.9.0|<=3.9.11|>=3.10.0|<3.10.9|>=3.11.0|<3.11.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10710,6 +11900,7 @@ "expected_output": "vers:composer/<=3.0.10|>=3.1.0|<=3.1.15|>=3.4.0|<=3.4.6|>=3.5.0|<=3.5.3|>=3.6.0|<=3.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10719,6 +11910,7 @@ "expected_output": "vers:composer/>=3.5.0|<=3.5.14|>=3.7.0|<=3.7.8|>=3.8.0|<=3.8.5|>=3.9.0|<=3.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10728,6 +11920,7 @@ "expected_output": "vers:composer/>=2.7.0|<=2.7.18|>=3.0.0|<=3.0.8|>=3.1.0|<=3.1.4|>=3.2.0|<=3.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10737,6 +11930,7 @@ "expected_output": "vers:composer/<=2.6.11|>=2.7.0|<=2.7.12|>=2.8.0|<=2.8.10|>=2.9.0|<=2.9.4|>=3.0.0|<=3.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10746,6 +11940,7 @@ "expected_output": "vers:composer/>=3.7.0|<=3.7.8|>=3.8.0|<=3.8.5|>=3.9.0|<=3.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10755,6 +11950,7 @@ "expected_output": "vers:composer/>=2.8.0|<=2.8.9|>=2.9.0|<=2.9.3|>=3.0.0|<=3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10764,6 +11960,7 @@ "expected_output": "vers:composer/<=3.8.8|>=3.9.0|<3.9.11|>=3.10.0|<3.10.8|>=3.11.0|<3.11.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10773,6 +11970,7 @@ "expected_output": "vers:composer/>=3.5.0|<=3.5.14|>=3.7.0|<=3.7.8|>=3.8.0|<=3.8.5|>=3.9.0|<=3.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10782,6 +11980,7 @@ "expected_output": "vers:composer/>=3.10.0|<3.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10791,6 +11990,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.16|>=3.8.0|<3.8.7|>=3.9.0|<3.9.4|>=3.10.0|<3.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10800,6 +12000,7 @@ "expected_output": "vers:composer/3.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10809,6 +12010,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.11|>=3.2.0|<=3.2.8|>=3.3.0|<=3.3.5|>=3.4.0|<=3.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10818,6 +12020,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.11|>=3.2.0|<=3.2.8|>=3.3.0|<=3.3.5|>=3.4.0|<=3.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10827,6 +12030,7 @@ "expected_output": "vers:composer/>=3.9.0|<3.9.13|>=3.10.0|<3.10.10|>=3.11.0|<3.11.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10836,6 +12040,7 @@ "expected_output": "vers:composer/<=3.8.8|>=3.9.0|<3.9.11|>=3.10.0|<3.10.8|>=3.11.0|<3.11.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10845,6 +12050,7 @@ "expected_output": "vers:composer/<3.8.9|>=3.9.0|<3.9.7|>=3.10.0|<3.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10854,6 +12060,7 @@ "expected_output": "vers:composer/3.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10863,6 +12070,7 @@ "expected_output": "vers:composer/<=3.0.10|>=3.1.0|<3.1.14|>=3.3.0|<3.3.8|>=3.4.0|<3.4.5|>=3.5.0|<3.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10872,6 +12080,7 @@ "expected_output": "vers:composer/>=3.2.0|<=3.2.6|>=3.3.0|<=3.3.3|3.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10881,6 +12090,7 @@ "expected_output": "vers:composer/<=2.6.11|>=2.7.0|<=2.7.12|>=2.8.0|<=2.8.10|>=2.9.0|<=2.9.4|>=3.0.0|<=3.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10890,6 +12100,7 @@ "expected_output": "vers:composer/>=3.3.0|<3.3.8|>=3.4.0|<3.4.5|>=3.5.0|<3.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10899,6 +12110,7 @@ "expected_output": "vers:composer/<3.1.17|>=3.4.0|<3.4.8|>=3.5.0|<3.5.5|>=3.6.0|<3.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10908,6 +12120,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.4|>=3.2.0|<=3.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10917,6 +12130,7 @@ "expected_output": "vers:composer/<=3.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10926,6 +12140,7 @@ "expected_output": "vers:composer/>=3.9.0|<3.9.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10935,6 +12150,7 @@ "expected_output": "vers:composer/>=3.3.0|<=3.3.4|>=3.4.0|<=3.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10944,6 +12160,7 @@ "expected_output": "vers:composer/<3.5.18|>=3.8.0|<3.8.9|>=3.9.0|<3.9.7|>=3.10.0|<3.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10953,6 +12170,7 @@ "expected_output": "vers:composer/<=3.0.10|>=3.1.0|<=3.1.8|>=3.2.0|<=3.2.5|>=3.3.0|<=3.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10962,6 +12180,7 @@ "expected_output": "vers:composer/<=3.8.9|>=3.9.0|<3.9.12|>=3.10.0|<3.10.9|>=3.11.0|<3.11.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10971,6 +12190,7 @@ "expected_output": "vers:composer/<3.5.18|>=3.8.0|<3.8.9|>=3.9.0|<3.9.7|>=3.10.0|<3.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10980,6 +12200,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.11|>=3.2.0|<=3.2.8|>=3.3.0|<=3.3.5|>=3.4.0|<=3.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10989,6 +12210,7 @@ "expected_output": "vers:composer/>=3.2.0|<=3.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -10998,6 +12220,7 @@ "expected_output": "vers:composer/<3.5.7|>=3.6.0|<3.6.5|>=3.7.0|<3.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11007,6 +12230,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.4|>=3.2.0|<=3.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11016,6 +12240,7 @@ "expected_output": "vers:composer/<3.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11025,6 +12250,7 @@ "expected_output": "vers:composer/<3.5.16|>=3.8.0|<3.8.7|>=3.9.0|<3.9.4|>=3.10.0|<3.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11034,6 +12260,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.14|>=3.7.0|<3.7.8|>=3.8.0|<3.8.5|>=3.9.0|<3.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11043,6 +12270,7 @@ "expected_output": "vers:composer/<3.4.8|>=3.5.0|<3.5.5|>=3.6.0|<3.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11052,6 +12280,7 @@ "expected_output": "vers:composer/>=2.7.0|<=2.7.13|>=2.8.0|<=2.8.11|>=2.9.0|<=2.9.5|>=3.0.0|<=3.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11061,6 +12290,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.17|>=3.4.0|<=3.4.8|>=3.5.0|<=3.5.5|>=3.6.0|<=3.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11070,6 +12300,7 @@ "expected_output": "vers:composer/<3.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11079,6 +12310,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.17|>=3.8.0|<3.8.8|>=3.9.0|<3.9.5|>=3.10.0|<3.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11088,6 +12320,7 @@ "expected_output": "vers:composer/>=3.5.0|<=3.5.14|>=3.7.0|<=3.7.8|>=3.8.0|<=3.8.5|>=3.9.0|<=3.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11097,6 +12330,7 @@ "expected_output": "vers:composer/<3.1.17|>=3.4.0|<3.4.8|>=3.5.0|<3.5.5|>=3.6.0|<3.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11106,6 +12340,7 @@ "expected_output": "vers:composer/>=3.5.0|<=3.5.9|>=3.6.0|<=3.6.7|>=3.7.0|<=3.7.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11115,6 +12350,7 @@ "expected_output": "vers:composer/>=3.5.0|<3.5.17|>=3.8.0|<3.8.8|>=3.9.0|<3.9.5|>=3.10.0|<3.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11124,6 +12360,7 @@ "expected_output": "vers:composer/>=2.7.0|<=2.7.18|>=3.0.0|<=3.0.8|>=3.1.0|<=3.1.4|>=3.2.0|<=3.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11133,6 +12370,7 @@ "expected_output": "vers:composer/>=3.6.0|<3.6.7|>=3.7.0|<3.7.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11142,6 +12380,7 @@ "expected_output": "vers:composer/<=2.7.17|>=2.8.0|<=2.8.12|>=2.9.0|<=2.9.9|>=3.0.0|<=3.0.7|>=3.1.0|<=3.1.3|3.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11151,6 +12390,7 @@ "expected_output": "vers:composer/>=3.5.0|<=3.5.14|>=3.7.0|<=3.7.8|>=3.8.0|<=3.8.5|>=3.9.0|<=3.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11160,6 +12400,7 @@ "expected_output": "vers:composer/<=2.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11169,6 +12410,7 @@ "expected_output": "vers:composer/<=3.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11178,6 +12420,7 @@ "expected_output": "vers:composer/<=3.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11187,6 +12430,7 @@ "expected_output": "vers:composer/<=3.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11196,6 +12440,7 @@ "expected_output": "vers:composer/<6.1.5|>=7.0.0|<7.1.2|>=8.0.0|<8.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11205,6 +12450,7 @@ "expected_output": "vers:composer/>=5.0.0|<5.0.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11214,6 +12460,7 @@ "expected_output": "vers:composer/>=0.30.0|<0.30.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11223,6 +12470,7 @@ "expected_output": "vers:composer/<1.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11232,6 +12480,7 @@ "expected_output": "vers:composer/<1.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11241,6 +12490,7 @@ "expected_output": "vers:composer/0.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11250,6 +12500,7 @@ "expected_output": "vers:composer/<0.1.0-beta.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11259,6 +12510,7 @@ "expected_output": "vers:composer/<0.1.0-beta.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11268,6 +12520,7 @@ "expected_output": "vers:composer/>=1.0.0|<=1.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11277,6 +12530,7 @@ "expected_output": "vers:composer/<=0.1.0-beta.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11286,6 +12540,7 @@ "expected_output": "vers:composer/0.1.0-beta.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11295,6 +12550,7 @@ "expected_output": "vers:composer/>=1.0.0|<=1.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11304,6 +12560,7 @@ "expected_output": "vers:composer/<=3.8.0|>=4.0.0-alpha|<=4.0.0-rc2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11313,6 +12570,7 @@ "expected_output": "vers:composer/<=4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11322,6 +12580,7 @@ "expected_output": "vers:composer/>=0.0.0|<9.9.99" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11331,6 +12590,7 @@ "expected_output": "vers:composer/0.1.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11340,6 +12600,7 @@ "expected_output": "vers:composer/<7.4.0|>=8.0.0|<8.7.0|>=9.0.0|<9.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11349,6 +12610,7 @@ "expected_output": "vers:composer/2.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11358,6 +12620,7 @@ "expected_output": "vers:composer/2.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11367,6 +12630,7 @@ "expected_output": "vers:composer/2.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11376,6 +12640,7 @@ "expected_output": "vers:composer/2.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11385,6 +12650,7 @@ "expected_output": "vers:composer/5.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11394,6 +12660,7 @@ "expected_output": "vers:composer/2.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11403,6 +12670,7 @@ "expected_output": "vers:composer/<1.9.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11412,6 +12680,7 @@ "expected_output": "vers:composer/>=1.9.0|<2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11421,6 +12690,7 @@ "expected_output": "vers:composer/<=5.6.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11430,6 +12700,7 @@ "expected_output": "vers:composer/<=5.6.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11439,6 +12710,7 @@ "expected_output": "vers:composer/<=5.6.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11448,6 +12720,7 @@ "expected_output": "vers:composer/<=5.6.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11457,6 +12730,7 @@ "expected_output": "vers:composer/<8.5.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11466,6 +12740,7 @@ "expected_output": "vers:composer/<8.5.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11475,6 +12750,7 @@ "expected_output": "vers:composer/<9.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11484,6 +12760,7 @@ "expected_output": "vers:composer/<=5.6.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11493,6 +12770,7 @@ "expected_output": "vers:composer/<8.5.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11502,6 +12780,7 @@ "expected_output": "vers:composer/<8.5.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11511,6 +12790,7 @@ "expected_output": "vers:composer/<8.5.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11520,6 +12800,7 @@ "expected_output": "vers:composer/<8.5.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11529,6 +12810,7 @@ "expected_output": "vers:composer/<8.5.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11538,6 +12820,7 @@ "expected_output": "vers:composer/<8.5.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11547,6 +12830,7 @@ "expected_output": "vers:composer/<8.5.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11556,6 +12840,7 @@ "expected_output": "vers:composer/<0.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11565,6 +12850,7 @@ "expected_output": "vers:composer/<10.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11574,6 +12860,7 @@ "expected_output": "vers:composer/<5.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11583,6 +12870,7 @@ "expected_output": "vers:composer/<10.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11592,6 +12880,7 @@ "expected_output": "vers:composer/6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11601,6 +12890,7 @@ "expected_output": "vers:composer/<6.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11610,6 +12900,7 @@ "expected_output": "vers:composer/<10.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11619,6 +12910,7 @@ "expected_output": "vers:composer/<=10.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11628,6 +12920,7 @@ "expected_output": "vers:composer/<10.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11637,6 +12930,7 @@ "expected_output": "vers:composer/<6.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11646,6 +12940,7 @@ "expected_output": "vers:composer/<10.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11655,6 +12950,7 @@ "expected_output": "vers:composer/<=10.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11664,6 +12960,7 @@ "expected_output": "vers:composer/<10.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11673,6 +12970,7 @@ "expected_output": "vers:composer/<=5.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11682,6 +12980,7 @@ "expected_output": "vers:composer/<10.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11691,6 +12990,7 @@ "expected_output": "vers:composer/<10.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11700,6 +13000,7 @@ "expected_output": "vers:composer/<10.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11709,6 +13010,7 @@ "expected_output": "vers:composer/<10.2.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11718,6 +13020,7 @@ "expected_output": "vers:composer/<10.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11727,6 +13030,7 @@ "expected_output": "vers:composer/<10.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11736,6 +13040,7 @@ "expected_output": "vers:composer/<10.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11745,6 +13050,7 @@ "expected_output": "vers:composer/<10.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11754,6 +13060,7 @@ "expected_output": "vers:composer/<5.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11763,6 +13070,7 @@ "expected_output": "vers:composer/<5.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11772,6 +13080,7 @@ "expected_output": "vers:composer/<10.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11781,6 +13090,7 @@ "expected_output": "vers:composer/>=6.0.0|<6.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11790,6 +13100,7 @@ "expected_output": "vers:composer/<6.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11799,6 +13110,7 @@ "expected_output": "vers:composer/<=10.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11808,6 +13120,7 @@ "expected_output": "vers:composer/<6.8.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11817,6 +13130,7 @@ "expected_output": "vers:composer/>=6.7.2|<6.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11826,6 +13140,7 @@ "expected_output": "vers:composer/<10.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11835,6 +13150,7 @@ "expected_output": "vers:composer/<10.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11844,6 +13160,7 @@ "expected_output": "vers:composer/<10.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11853,6 +13170,7 @@ "expected_output": "vers:composer/<10.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11862,6 +13180,7 @@ "expected_output": "vers:composer/<=10.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11871,6 +13190,7 @@ "expected_output": "vers:composer/<=10.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11880,6 +13200,7 @@ "expected_output": "vers:composer/<6.8.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11889,6 +13210,7 @@ "expected_output": "vers:composer/<10.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11898,6 +13220,7 @@ "expected_output": "vers:composer/<6.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11907,6 +13230,7 @@ "expected_output": "vers:composer/<5.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11916,6 +13240,7 @@ "expected_output": "vers:composer/<10.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11925,6 +13250,7 @@ "expected_output": "vers:composer/<10.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11934,6 +13260,7 @@ "expected_output": "vers:composer/<10.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11943,6 +13270,7 @@ "expected_output": "vers:composer/<10.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11952,6 +13280,7 @@ "expected_output": "vers:composer/<5.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11961,6 +13290,7 @@ "expected_output": "vers:composer/<10.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11970,6 +13300,7 @@ "expected_output": "vers:composer/<10.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11979,6 +13310,7 @@ "expected_output": "vers:composer/<=10.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11988,6 +13320,7 @@ "expected_output": "vers:composer/<1.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -11997,6 +13330,7 @@ "expected_output": "vers:composer/>=1.0.0|<3.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12006,6 +13340,7 @@ "expected_output": "vers:composer/>=1.0.0|<3.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12015,6 +13350,7 @@ "expected_output": "vers:composer/<2.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12024,6 +13360,7 @@ "expected_output": "vers:composer/<2.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12033,6 +13370,7 @@ "expected_output": "vers:composer/<2.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12042,6 +13380,7 @@ "expected_output": "vers:composer/4.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12051,6 +13390,7 @@ "expected_output": "vers:composer/4.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12060,6 +13400,7 @@ "expected_output": "vers:composer/4.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12069,6 +13410,7 @@ "expected_output": "vers:composer/<4.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12078,6 +13420,7 @@ "expected_output": "vers:composer/<4.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12087,6 +13430,7 @@ "expected_output": "vers:composer/>=4.0.29|<=4.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12096,6 +13440,7 @@ "expected_output": "vers:composer/4.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12105,6 +13450,7 @@ "expected_output": "vers:composer/>=4.0.10|<=4.3.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12114,6 +13460,7 @@ "expected_output": "vers:composer/<=4.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12123,6 +13470,7 @@ "expected_output": "vers:composer/>=7.1.0|<7.1.2|>=8.0.0|<8.0.8|>=9.0.0|<9.0.4|>=9.1.0|<9.1.3|>=10.0.0|<10.0.10|>=11.0.0|<11.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12132,6 +13480,7 @@ "expected_output": "vers:composer/<3.92.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12141,6 +13490,7 @@ "expected_output": "vers:composer/<3.93.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12150,6 +13500,7 @@ "expected_output": "vers:composer/<3.93.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12159,6 +13510,7 @@ "expected_output": "vers:composer/<3.96.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12168,6 +13520,7 @@ "expected_output": "vers:composer/<3.93.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12177,6 +13530,7 @@ "expected_output": "vers:composer/<=2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12186,6 +13540,7 @@ "expected_output": "vers:composer/<3.91.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12195,6 +13550,7 @@ "expected_output": "vers:composer/<3.93.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12204,6 +13560,7 @@ "expected_output": "vers:composer/<=3.91.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12213,6 +13570,7 @@ "expected_output": "vers:composer/<3.91.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12222,6 +13580,7 @@ "expected_output": "vers:composer/<3.93.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12231,6 +13590,7 @@ "expected_output": "vers:composer/<3.92.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12240,6 +13600,7 @@ "expected_output": "vers:composer/<3.96.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12249,6 +13610,7 @@ "expected_output": "vers:composer/<3.93.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12258,6 +13620,7 @@ "expected_output": "vers:composer/<=3.90.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12267,6 +13630,7 @@ "expected_output": "vers:composer/<3.67.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12276,6 +13640,7 @@ "expected_output": "vers:composer/<3.92.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12285,6 +13650,7 @@ "expected_output": "vers:composer/<3.93.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12294,6 +13660,7 @@ "expected_output": "vers:composer/<3.91.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12303,6 +13670,7 @@ "expected_output": "vers:composer/<3.93.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12312,6 +13680,7 @@ "expected_output": "vers:composer/<=2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12321,6 +13690,7 @@ "expected_output": "vers:composer/<=4.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12330,6 +13700,7 @@ "expected_output": "vers:composer/<1.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12339,6 +13710,7 @@ "expected_output": "vers:composer/<1.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12348,6 +13720,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12357,6 +13730,7 @@ "expected_output": "vers:composer/<1.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12366,6 +13740,7 @@ "expected_output": "vers:composer/<0.7.19|>=1.0.0-rc.0|<=1.0.0-rc.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12375,6 +13750,7 @@ "expected_output": "vers:composer/1.0.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12384,6 +13760,7 @@ "expected_output": "vers:composer/<1.0.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12393,6 +13770,7 @@ "expected_output": "vers:composer/1.0.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12402,6 +13780,7 @@ "expected_output": "vers:composer/<=1.0.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12411,6 +13790,7 @@ "expected_output": "vers:composer/<=1.0.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12420,6 +13800,7 @@ "expected_output": "vers:composer/1.0.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12429,6 +13810,7 @@ "expected_output": "vers:composer/<=1.0.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12438,6 +13820,7 @@ "expected_output": "vers:composer/<=1.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12447,6 +13830,7 @@ "expected_output": "vers:composer/<22.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12456,6 +13840,7 @@ "expected_output": "vers:composer/21.11.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12465,6 +13850,7 @@ "expected_output": "vers:composer/<1.50.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12474,6 +13860,7 @@ "expected_output": "vers:composer/1.46.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12483,6 +13870,7 @@ "expected_output": "vers:composer/<22.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12492,6 +13880,7 @@ "expected_output": "vers:composer/<1.65.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12501,6 +13890,7 @@ "expected_output": "vers:composer/<=1.30.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12510,6 +13900,7 @@ "expected_output": "vers:composer/<22.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12519,6 +13910,7 @@ "expected_output": "vers:composer/<1.50.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12528,6 +13920,7 @@ "expected_output": "vers:composer/<22.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12537,6 +13930,7 @@ "expected_output": "vers:composer/<22.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12546,6 +13940,7 @@ "expected_output": "vers:composer/<=21.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12555,6 +13950,7 @@ "expected_output": "vers:composer/>=1.50.1|<1.53.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12564,6 +13960,7 @@ "expected_output": "vers:composer/<21.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12573,6 +13970,7 @@ "expected_output": "vers:composer/<1.53.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12582,6 +13980,7 @@ "expected_output": "vers:composer/<22.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12591,6 +13990,7 @@ "expected_output": "vers:composer/<21.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12600,6 +14000,7 @@ "expected_output": "vers:composer/<1.53.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12609,6 +14010,7 @@ "expected_output": "vers:composer/<1.50.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12618,6 +14020,7 @@ "expected_output": "vers:composer/21.11.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12627,6 +14030,7 @@ "expected_output": "vers:composer/<22.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12636,6 +14040,7 @@ "expected_output": "vers:composer/<=1.47.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12645,6 +14050,7 @@ "expected_output": "vers:composer/<1.65.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12654,6 +14060,7 @@ "expected_output": "vers:composer/21.11.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12663,6 +14070,7 @@ "expected_output": "vers:composer/<1.44.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12672,6 +14080,7 @@ "expected_output": "vers:composer/<2.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12681,6 +14090,7 @@ "expected_output": "vers:composer/<2.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12690,6 +14100,7 @@ "expected_output": "vers:composer/<1.1.2|>=1.2.0|<1.2.2|>=2.0.0|<2.0.3|>=2.1.0|<2.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12699,6 +14110,7 @@ "expected_output": "vers:composer/<=7.4.0|8.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12708,6 +14120,7 @@ "expected_output": "vers:composer/<8.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12717,6 +14130,7 @@ "expected_output": "vers:composer/<6.2.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12726,6 +14140,7 @@ "expected_output": "vers:composer/<1.8.4|>=2.0.0|<2.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12735,6 +14150,7 @@ "expected_output": "vers:composer/<4.2.4|>=5.0.0|<5.3.1|>6.0.0|<6.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12744,6 +14160,7 @@ "expected_output": "vers:composer/<5.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12753,6 +14170,7 @@ "expected_output": "vers:composer/1.9.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12762,6 +14180,7 @@ "expected_output": "vers:composer/1.9.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12771,6 +14190,7 @@ "expected_output": "vers:composer/1.9.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12780,6 +14200,7 @@ "expected_output": "vers:composer/1.9.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12789,6 +14210,7 @@ "expected_output": "vers:composer/1.9.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12798,6 +14220,7 @@ "expected_output": "vers:composer/1.9.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12807,6 +14230,7 @@ "expected_output": "vers:composer/1.9.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12816,6 +14240,7 @@ "expected_output": "vers:composer/>=5.0.0|<7.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12825,6 +14250,7 @@ "expected_output": "vers:composer/>=5.0.0|<5.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12834,6 +14260,7 @@ "expected_output": "vers:composer/<=1.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12843,6 +14270,7 @@ "expected_output": "vers:composer/<3.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12852,6 +14280,7 @@ "expected_output": "vers:composer/>=3.3.0|<3.3.6|>=3.4.0|<3.4.8|>=3.5.0|<3.5.9|>=3.6.0|<3.6.6|>=3.7.0|<3.7.2|>=3.8.0|<3.8.2|>=3.9.0|<3.9.4|>=4.0.0|<4.0.2|>=4.1.0|<4.1.2|>=4.2.0|<4.2.3|>=4.3.0|<4.3.4|>=4.4.0|<4.4.2|>=4.5.0|<4.5.3|>=4.6.0|<4.6.3|>=4.7.0|<4.7.2|>=4.8.0|<4.8.1|>=4.9.0|<4.9.3|>=5.0.0|<5.0.1|>=5.1.0|<5.1.1|>=5.2.0|<5.2.3|>=5.3.0|<5.3.1|>=5.4.0|<5.4.2|>=5.5.0|<5.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12861,6 +14290,7 @@ "expected_output": "vers:composer/<3.6.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12870,6 +14300,7 @@ "expected_output": "vers:composer/<4.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12879,6 +14310,7 @@ "expected_output": "vers:composer/<5.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12888,6 +14320,7 @@ "expected_output": "vers:composer/>=2.5.0|<5.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12897,6 +14330,7 @@ "expected_output": "vers:composer/<1.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12906,6 +14340,7 @@ "expected_output": "vers:composer/<1.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12915,6 +14350,7 @@ "expected_output": "vers:composer/<1.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12924,6 +14360,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12933,6 +14370,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12942,6 +14380,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12951,6 +14390,7 @@ "expected_output": "vers:composer/<1.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12960,6 +14400,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12969,6 +14410,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12978,6 +14420,7 @@ "expected_output": "vers:composer/<1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12987,6 +14430,7 @@ "expected_output": "vers:composer/<1.2.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -12996,6 +14440,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13005,6 +14450,7 @@ "expected_output": "vers:composer/<1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13014,6 +14460,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13023,6 +14470,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13032,6 +14480,7 @@ "expected_output": "vers:composer/<1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13041,6 +14490,7 @@ "expected_output": "vers:composer/<1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13050,6 +14500,7 @@ "expected_output": "vers:composer/<=1.2.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13059,6 +14510,7 @@ "expected_output": "vers:composer/<=1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13068,6 +14520,7 @@ "expected_output": "vers:composer/<1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13077,6 +14530,7 @@ "expected_output": "vers:composer/<1.2.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13086,6 +14540,7 @@ "expected_output": "vers:composer/<1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13095,6 +14550,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13104,6 +14560,7 @@ "expected_output": "vers:composer/<1.2.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13113,6 +14570,7 @@ "expected_output": "vers:composer/<1.2.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13122,6 +14580,7 @@ "expected_output": "vers:composer/<=1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13131,6 +14590,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13140,6 +14600,7 @@ "expected_output": "vers:composer/<1.2.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13149,6 +14610,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13158,6 +14620,7 @@ "expected_output": "vers:composer/<1.2.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13167,6 +14630,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13176,6 +14640,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13185,6 +14650,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13194,6 +14660,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13203,6 +14670,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13212,6 +14680,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13221,6 +14690,7 @@ "expected_output": "vers:composer/<1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13230,6 +14700,7 @@ "expected_output": "vers:composer/<=1.2.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13239,6 +14710,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13248,6 +14720,7 @@ "expected_output": "vers:composer/<1.2.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13257,6 +14730,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13266,6 +14740,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13275,6 +14750,7 @@ "expected_output": "vers:composer/<1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13284,6 +14760,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13293,6 +14770,7 @@ "expected_output": "vers:composer/<1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13302,6 +14780,7 @@ "expected_output": "vers:composer/<1.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13311,6 +14790,7 @@ "expected_output": "vers:composer/<1.2.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13320,6 +14800,7 @@ "expected_output": "vers:composer/<=1.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13329,6 +14810,7 @@ "expected_output": "vers:composer/3.4.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13338,6 +14820,7 @@ "expected_output": "vers:composer/<3.2.49" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13347,6 +14830,7 @@ "expected_output": "vers:composer/<3.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13356,6 +14840,7 @@ "expected_output": "vers:composer/<2.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13365,6 +14850,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13374,6 +14860,7 @@ "expected_output": "vers:composer/>1.0.0|<3.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13383,6 +14870,7 @@ "expected_output": "vers:composer/<3.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13392,6 +14880,7 @@ "expected_output": "vers:composer/>=1.7.0+0|<=1.7.8+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13401,6 +14890,7 @@ "expected_output": "vers:composer/>=1.7.5+0|<=1.7.8+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13410,6 +14900,7 @@ "expected_output": "vers:composer/<4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13419,6 +14910,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13428,6 +14920,7 @@ "expected_output": "vers:composer/<3.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13437,6 +14930,7 @@ "expected_output": "vers:composer/>1.0.1|<4.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13446,6 +14940,7 @@ "expected_output": "vers:composer/>=2.6.0|<2.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13455,6 +14950,7 @@ "expected_output": "vers:composer/<=4.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13464,6 +14960,7 @@ "expected_output": "vers:composer/0.12.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13473,6 +14970,7 @@ "expected_output": "vers:composer/0.12.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13482,6 +14980,7 @@ "expected_output": "vers:composer/<=0.12.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13491,6 +14990,7 @@ "expected_output": "vers:composer/<=0.12.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13500,6 +15000,7 @@ "expected_output": "vers:composer/<=2.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13509,6 +15010,7 @@ "expected_output": "vers:composer/>=1.4.0|<=1.4.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13518,6 +15020,7 @@ "expected_output": "vers:composer/>=1.4.0|<=1.4.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13527,6 +15030,7 @@ "expected_output": "vers:composer/<3.27.19" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13536,6 +15040,7 @@ "expected_output": "vers:composer/<=1.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13545,6 +15050,7 @@ "expected_output": "vers:composer/<1.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13554,6 +15060,7 @@ "expected_output": "vers:composer/<1.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13563,6 +15070,7 @@ "expected_output": "vers:composer/<1.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13572,6 +15080,7 @@ "expected_output": "vers:composer/<=1.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13581,6 +15090,7 @@ "expected_output": "vers:composer/<=1.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13590,6 +15100,7 @@ "expected_output": "vers:composer/<1.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13599,6 +15110,7 @@ "expected_output": "vers:composer/<1.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13608,6 +15120,7 @@ "expected_output": "vers:composer/<1.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13617,6 +15130,7 @@ "expected_output": "vers:composer/<3.9.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13626,6 +15140,7 @@ "expected_output": "vers:composer/<=0.3.6-beta" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13635,6 +15150,7 @@ "expected_output": "vers:composer/>=5.3.0|<5.3.12+5|>=5.4.0|<5.4.12+2|>=2011.0.0|<2017.12.4+2|>=2018.6.0|<2018.6.1+3|>=2018.9.0|<2018.9.1+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13644,6 +15160,7 @@ "expected_output": "vers:composer/>=2011.0.0|<2017.12.4+1|>=2018.6.0|<2018.6.1+2|>=2018.9.0|<2018.9.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13653,6 +15170,7 @@ "expected_output": "vers:composer/>=2011.0.0|<2017.8.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13662,6 +15180,7 @@ "expected_output": "vers:composer/<5.4.14+1|>=2017.0.0|<2017.12.7+2|>=2019.0.0|<2019.3.4+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13671,6 +15190,7 @@ "expected_output": "vers:composer/>=2011.0.0|<2017.12.2+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13680,6 +15200,7 @@ "expected_output": "vers:composer/<2017.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13689,6 +15210,7 @@ "expected_output": "vers:composer/<=2017.12.7+3|>=2018.6.0|<=2019.3.5+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13698,6 +15220,7 @@ "expected_output": "vers:composer/2017.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13707,6 +15230,7 @@ "expected_output": "vers:composer/>=5.3.0|<5.3.12+6|>=5.4.0|<5.4.12+3|>=2011.0.0|<2017.12.4+3|>=2018.6.0|<2018.6.1+4|>=2018.9.0|<2018.9.1+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13716,6 +15240,7 @@ "expected_output": "vers:composer/>=1.5.0|<=1.5.25" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13725,6 +15250,7 @@ "expected_output": "vers:composer/>=1.5.0|<1.5.27" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13734,6 +15260,7 @@ "expected_output": "vers:composer/>=1.3.0|<1.3.5|>=1.4.0|<1.4.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13743,6 +15270,7 @@ "expected_output": "vers:composer/<=6.13.8+1|>=7.0.0|<=7.5.15+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13752,6 +15280,7 @@ "expected_output": "vers:composer/>=7.5.0|<7.5.26" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13761,6 +15290,7 @@ "expected_output": "vers:composer/<5.4.14+1|>=6.0.0|<6.13.6+2|>=7.0.0|<7.5.6+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13770,6 +15300,7 @@ "expected_output": "vers:composer/<1.3.12|>=7.5.0|<7.5.26" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13779,6 +15310,7 @@ "expected_output": "vers:composer/>=5.3.0|<5.3.12+1|>=5.4.0|<5.4.13+1|>=6.0.0|<6.7.9+1|>=6.8.0|<6.13.5+1|>=7.0.0|<7.2.4+1|>=7.3.0|<7.3.2+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13788,6 +15320,7 @@ "expected_output": "vers:composer/>=6.13.0|<=6.13.8+0|>=7.5.0|<=7.5.15+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13797,6 +15330,7 @@ "expected_output": "vers:composer/<=1.13.6|>=2.0.0|<=2.5.24" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13806,6 +15340,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.2+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13815,6 +15350,7 @@ "expected_output": "vers:composer/>=2.3.0|<=2.3.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13824,6 +15360,7 @@ "expected_output": "vers:composer/>=1.3.0|<1.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13833,6 +15370,7 @@ "expected_output": "vers:composer/>=1.2.0|<=1.2.2+0|>=1.3.0|<=1.3.1+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13842,6 +15380,7 @@ "expected_output": "vers:composer/<=1.2.5|>=1.3.0|<=1.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13851,6 +15390,7 @@ "expected_output": "vers:composer/>=1.3.0|<1.3.12|>=7.5.0|<7.5.26" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13860,6 +15400,7 @@ "expected_output": "vers:composer/<3.4.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13869,6 +15410,7 @@ "expected_output": "vers:composer/<1.4.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13878,6 +15420,7 @@ "expected_output": "vers:composer/<=1.4.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13887,6 +15430,7 @@ "expected_output": "vers:composer/<1.4.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13896,6 +15440,7 @@ "expected_output": "vers:composer/<1.4.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13905,6 +15450,7 @@ "expected_output": "vers:composer/<1.4.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13914,6 +15460,7 @@ "expected_output": "vers:composer/1.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13923,6 +15470,7 @@ "expected_output": "vers:composer/<1.6.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13932,6 +15480,7 @@ "expected_output": "vers:composer/<3.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13941,6 +15490,7 @@ "expected_output": "vers:composer/3.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13950,6 +15500,7 @@ "expected_output": "vers:composer/<=3.2.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13959,6 +15510,7 @@ "expected_output": "vers:composer/<3.2.10|>=3.3.0|<3.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13968,6 +15520,7 @@ "expected_output": "vers:composer/3.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13977,6 +15530,7 @@ "expected_output": "vers:composer/3.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13986,6 +15540,7 @@ "expected_output": "vers:composer/<=3.1.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -13995,6 +15550,7 @@ "expected_output": "vers:composer/3.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14004,6 +15560,7 @@ "expected_output": "vers:composer/3.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14013,6 +15570,7 @@ "expected_output": "vers:composer/<3.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14022,6 +15580,7 @@ "expected_output": "vers:composer/3.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14031,6 +15590,7 @@ "expected_output": "vers:composer/<3.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14040,6 +15600,7 @@ "expected_output": "vers:composer/<=4.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14049,6 +15610,7 @@ "expected_output": "vers:composer/<5.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14058,6 +15620,7 @@ "expected_output": "vers:composer/<5.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14067,6 +15630,7 @@ "expected_output": "vers:composer/<5.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14076,6 +15640,7 @@ "expected_output": "vers:composer/<5.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14085,6 +15650,7 @@ "expected_output": "vers:composer/>=0.12.0|<2.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14094,6 +15660,7 @@ "expected_output": "vers:composer/<6.2.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14103,6 +15670,7 @@ "expected_output": "vers:composer/<=4.8.27|>=5.0.0|<5.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14112,6 +15680,7 @@ "expected_output": "vers:composer/>=3.4.0|<3.4.6|>=4.0.0|<4.0.4|>=4.1.0|<4.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14121,6 +15690,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14130,6 +15700,7 @@ "expected_output": "vers:composer/2016.0.0-10-31" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14139,6 +15710,7 @@ "expected_output": "vers:composer/2.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14148,6 +15720,7 @@ "expected_output": "vers:composer/<=2.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14157,6 +15730,7 @@ "expected_output": "vers:composer/2.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14166,6 +15740,7 @@ "expected_output": "vers:composer/<=2.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14175,6 +15750,7 @@ "expected_output": "vers:composer/>=1.7.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14184,6 +15760,7 @@ "expected_output": "vers:composer/>=1.7.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14193,6 +15770,7 @@ "expected_output": "vers:composer/>=1.7.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14202,6 +15780,7 @@ "expected_output": "vers:composer/<2.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14211,6 +15790,7 @@ "expected_output": "vers:composer/<=2.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14220,6 +15800,7 @@ "expected_output": "vers:composer/<=1.2.25" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14229,6 +15810,7 @@ "expected_output": "vers:composer/<3.2.39|>=3.3.0|<3.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14238,6 +15820,7 @@ "expected_output": "vers:composer/<=2.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14247,6 +15830,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.0.2|>=3.1.0|<3.1.4|>=4.0.0|<4.0.7|>=4.1.0|<4.1.2|>=4.2.0|<4.2.4|>=4.3.0|<4.3.3|>=4.4.0|<4.4.3|>=4.5.0|<4.5.1|>=4.6.0|<4.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14256,6 +15840,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.1.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14265,6 +15850,7 @@ "expected_output": "vers:composer/3.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14274,6 +15860,7 @@ "expected_output": "vers:composer/<=4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14283,6 +15870,7 @@ "expected_output": "vers:composer/<=3.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14292,6 +15880,7 @@ "expected_output": "vers:composer/<3.1.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14301,6 +15890,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.1.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14310,6 +15900,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.1.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14319,6 +15910,7 @@ "expected_output": "vers:composer/3.1.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14328,6 +15920,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.1.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14337,6 +15930,7 @@ "expected_output": "vers:composer/<3.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14346,6 +15940,7 @@ "expected_output": "vers:composer/<2.14.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14355,6 +15950,7 @@ "expected_output": "vers:composer/<1.38.0|>=2.0.0|<2.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14364,6 +15960,7 @@ "expected_output": "vers:composer/<1.38.0|>=2.0.0|<2.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14373,6 +15970,7 @@ "expected_output": "vers:composer/<1.20.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14382,6 +15980,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.14.11|>=3.0.0|<3.3.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14391,6 +15990,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.12.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14400,6 +16000,7 @@ "expected_output": "vers:composer/<1.20.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14409,6 +16010,7 @@ "expected_output": "vers:composer/>=0.3.1|<4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14418,6 +16020,7 @@ "expected_output": "vers:composer/<=11.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14427,6 +16030,7 @@ "expected_output": "vers:composer/>=5.6.0|<5.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14436,6 +16040,7 @@ "expected_output": "vers:composer/<4.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14445,6 +16050,7 @@ "expected_output": "vers:composer/<0.13.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14454,6 +16060,7 @@ "expected_output": "vers:composer/<0.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14463,6 +16070,7 @@ "expected_output": "vers:composer/<3.2.9|>=3.3.0|<3.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14472,6 +16080,7 @@ "expected_output": "vers:composer/<2.6.12|>=2.7.0-stable|<2.7.6|>=3.0.0-stable|<3.0.15|>=3.1.0-stable|<3.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14481,6 +16090,7 @@ "expected_output": "vers:composer/<2.5.9|>=2.6.0-stable|<2.6.11|>=2.7.0-stable|<2.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14490,6 +16100,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.2.0|<2.2.99|>=2.3.0|<2.3.99|>=2.4.0|<2.4.99|>=2.5.0|<2.5.99|>=2.6.0|<2.6.12|>=2.7.0|<2.7.6|>=3.0.0|<3.0.15|>=3.1.0|<3.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14499,6 +16110,7 @@ "expected_output": "vers:composer/>=3.4.0|<3.4.14|>=3.5.0|<3.5.17|>=3.6.0|<3.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14508,6 +16120,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14517,6 +16130,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.2.0|<2.2.99|>=2.3.0|<2.3.99|>=2.4.0|<2.4.99|>=2.5.0|<2.5.90|>=2.6.0|<2.6.6|>=3.0.0|<3.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14526,6 +16140,7 @@ "expected_output": "vers:composer/>=1.3.0|<1.3.18|>=2.0.0|<2.4.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14535,6 +16150,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14544,6 +16160,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.5.18|>=3.6.0|<3.6.15|>=3.7.0|<3.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14553,6 +16170,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.2.0|<2.2.99|>=2.3.0|<2.3.99|>=2.4.0|<2.4.99|>=2.5.0|<2.5.9|>=2.6.0|<2.6.11|>=2.7.0|<2.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14562,6 +16180,7 @@ "expected_output": "vers:composer/<=3.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14571,6 +16190,7 @@ "expected_output": "vers:composer/<2.5.9|>=2.6.0-stable|<2.6.11|>=2.7.0-stable|<2.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14580,6 +16200,7 @@ "expected_output": "vers:composer/<4.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14589,6 +16210,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.1.4|>=2.0.0|<2.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14598,6 +16220,7 @@ "expected_output": "vers:composer/<0.18.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14607,6 +16230,7 @@ "expected_output": "vers:composer/>=0.15.6|<0.18.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14616,6 +16240,7 @@ "expected_output": "vers:composer/3.0.3+6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14625,6 +16250,7 @@ "expected_output": "vers:composer/3.0.3+6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14634,6 +16260,7 @@ "expected_output": "vers:composer/<=3.0.2+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14643,6 +16270,7 @@ "expected_output": "vers:composer/3.0.3+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14652,6 +16280,7 @@ "expected_output": "vers:composer/3.0.3+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14661,6 +16290,7 @@ "expected_output": "vers:composer/3.0.3+6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14670,6 +16300,7 @@ "expected_output": "vers:composer/<=3.0.2+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14679,6 +16310,7 @@ "expected_output": "vers:composer/<=3.0.2+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14688,6 +16320,7 @@ "expected_output": "vers:composer/<=6.3.5+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14697,6 +16330,7 @@ "expected_output": "vers:composer/<=6.3.5+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14706,6 +16340,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.3+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14715,6 +16350,7 @@ "expected_output": "vers:composer/<=6.4.6+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14724,6 +16360,7 @@ "expected_output": "vers:composer/<=6.3.1+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14733,6 +16370,7 @@ "expected_output": "vers:composer/<6.3.5+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14742,6 +16380,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.3+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14751,6 +16390,7 @@ "expected_output": "vers:composer/<6.3.5+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14760,6 +16400,7 @@ "expected_output": "vers:composer/<6.4.3+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14769,6 +16410,7 @@ "expected_output": "vers:composer/<=6.3.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14778,6 +16420,7 @@ "expected_output": "vers:composer/<=6.3.5+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14787,6 +16430,7 @@ "expected_output": "vers:composer/<6.4.8+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14796,6 +16440,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14805,6 +16450,7 @@ "expected_output": "vers:composer/<6.4.8+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14814,6 +16460,7 @@ "expected_output": "vers:composer/<=6.3.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14823,6 +16470,7 @@ "expected_output": "vers:composer/<6.4.3+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14832,6 +16480,7 @@ "expected_output": "vers:composer/<=6.3.2+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14841,6 +16490,7 @@ "expected_output": "vers:composer/<=6.3.5+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14850,6 +16500,7 @@ "expected_output": "vers:composer/<=6.4.1+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14859,6 +16510,7 @@ "expected_output": "vers:composer/<6.4.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14868,6 +16520,7 @@ "expected_output": "vers:composer/<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14877,6 +16530,7 @@ "expected_output": "vers:composer/<5.7.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14886,6 +16540,7 @@ "expected_output": "vers:composer/<=6.4.1+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14895,6 +16550,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.3+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14904,6 +16560,7 @@ "expected_output": "vers:composer/<=6.3.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14913,6 +16570,7 @@ "expected_output": "vers:composer/<=6.3.2+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14922,6 +16580,7 @@ "expected_output": "vers:composer/<=6.3.1+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14931,6 +16590,7 @@ "expected_output": "vers:composer/<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14940,6 +16600,7 @@ "expected_output": "vers:composer/<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14949,6 +16610,7 @@ "expected_output": "vers:composer/<=6.3.5+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14958,6 +16620,7 @@ "expected_output": "vers:composer/<6.4.8+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14967,6 +16630,7 @@ "expected_output": "vers:composer/<6.4.8+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14976,6 +16640,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14985,6 +16650,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.3+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -14994,6 +16660,7 @@ "expected_output": "vers:composer/<=6.3.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15003,6 +16670,7 @@ "expected_output": "vers:composer/<=6.4.1+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15012,6 +16680,7 @@ "expected_output": "vers:composer/<=6.3.5+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15021,6 +16690,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.3+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15030,6 +16700,7 @@ "expected_output": "vers:composer/<=6.3.1+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15039,6 +16710,7 @@ "expected_output": "vers:composer/<6.3.5+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15048,6 +16720,7 @@ "expected_output": "vers:composer/<6.4.3+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15057,6 +16730,7 @@ "expected_output": "vers:composer/<=6.3.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15066,6 +16740,7 @@ "expected_output": "vers:composer/<6.4.8+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15075,6 +16750,7 @@ "expected_output": "vers:composer/<=6.3.2+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15084,6 +16760,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15093,6 +16770,7 @@ "expected_output": "vers:composer/<6.4.8+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15102,6 +16780,7 @@ "expected_output": "vers:composer/<=6.4.1+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15111,6 +16790,7 @@ "expected_output": "vers:composer/<=6.3.1+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15120,6 +16800,7 @@ "expected_output": "vers:composer/<6.4.3+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15129,6 +16810,7 @@ "expected_output": "vers:composer/<6.4.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15138,6 +16820,7 @@ "expected_output": "vers:composer/<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15147,6 +16830,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.3+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15156,6 +16840,7 @@ "expected_output": "vers:composer/<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15165,6 +16850,7 @@ "expected_output": "vers:composer/<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15174,6 +16860,7 @@ "expected_output": "vers:composer/<6.4.8+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15183,6 +16870,7 @@ "expected_output": "vers:composer/<=6.3.2+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15192,6 +16880,7 @@ "expected_output": "vers:composer/<=6.4.6+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15201,6 +16890,7 @@ "expected_output": "vers:composer/<=6.3.4+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15210,6 +16900,7 @@ "expected_output": "vers:composer/<=6.3.5+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15219,6 +16910,7 @@ "expected_output": "vers:composer/<6.4.8+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15228,6 +16920,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15237,6 +16930,7 @@ "expected_output": "vers:composer/<=6.4.8+0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15246,6 +16940,7 @@ "expected_output": "vers:composer/<=6.4.8+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15255,6 +16950,7 @@ "expected_output": "vers:composer/<=6.4.8+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15264,6 +16960,7 @@ "expected_output": "vers:composer/>=4.2.0|<4.3.0|>=5.0.0|<5.2.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15273,6 +16970,7 @@ "expected_output": "vers:composer/>=5.2.0|<5.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15282,6 +16980,7 @@ "expected_output": "vers:composer/<5.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15291,6 +16990,7 @@ "expected_output": "vers:composer/>=5.0.0|<5.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15300,6 +17000,7 @@ "expected_output": "vers:composer/<5.2.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15309,6 +17010,7 @@ "expected_output": "vers:composer/<5.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15318,6 +17020,7 @@ "expected_output": "vers:composer/<6.3.5+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15327,6 +17030,7 @@ "expected_output": "vers:composer/>=5.2.0-alpha0|<=5.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15336,6 +17040,7 @@ "expected_output": "vers:composer/<6.3.5+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15345,6 +17050,7 @@ "expected_output": "vers:composer/<5.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15354,6 +17060,7 @@ "expected_output": "vers:composer/<5.6.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15363,6 +17070,7 @@ "expected_output": "vers:composer/>=5.7.3|<5.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15372,6 +17080,7 @@ "expected_output": "vers:composer/<6.4.8+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15381,6 +17090,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15390,6 +17100,7 @@ "expected_output": "vers:composer/<5.6.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15399,6 +17110,7 @@ "expected_output": "vers:composer/>=5.0.0|<5.6.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15408,6 +17120,7 @@ "expected_output": "vers:composer/<6.4.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15417,6 +17130,7 @@ "expected_output": "vers:composer/<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15426,6 +17140,7 @@ "expected_output": "vers:composer/<5.7.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15435,6 +17150,7 @@ "expected_output": "vers:composer/>=4.2.0|<4.3.0|>=5.0.0|<5.2.25" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15444,6 +17160,7 @@ "expected_output": "vers:composer/<5.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15453,6 +17170,7 @@ "expected_output": "vers:composer/>=4.2.0|<4.3.0|>=5.0.0|<5.2.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15462,6 +17180,7 @@ "expected_output": "vers:composer/<=5.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15471,6 +17190,7 @@ "expected_output": "vers:composer/<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15480,6 +17200,7 @@ "expected_output": "vers:composer/<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15489,6 +17210,7 @@ "expected_output": "vers:composer/<4.3.7|>=5.0.0-alpha|<5.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15498,6 +17220,7 @@ "expected_output": "vers:composer/>=5.0.0|<5.6.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15507,6 +17230,7 @@ "expected_output": "vers:composer/<5.6.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15516,6 +17240,7 @@ "expected_output": "vers:composer/<5.2.25" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15525,6 +17250,7 @@ "expected_output": "vers:composer/>=6.1.0|<6.4.1+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15534,6 +17260,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15543,6 +17270,7 @@ "expected_output": "vers:composer/>=2.1.0-beta1|<2.1.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15552,6 +17280,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15561,6 +17290,7 @@ "expected_output": "vers:composer/<0.10.30" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15570,6 +17300,7 @@ "expected_output": "vers:composer/0.10.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15579,6 +17310,7 @@ "expected_output": "vers:composer/<0.10.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15588,6 +17320,7 @@ "expected_output": "vers:composer/<=0.9.39+5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15597,6 +17330,7 @@ "expected_output": "vers:composer/<=0.10.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15606,6 +17340,7 @@ "expected_output": "vers:composer/<=0.9.34+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15615,6 +17350,7 @@ "expected_output": "vers:composer/<=0.9.39+5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15624,6 +17360,7 @@ "expected_output": "vers:composer/<0.10.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15633,6 +17370,7 @@ "expected_output": "vers:composer/>=0.6.0|<0.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15642,6 +17380,7 @@ "expected_output": "vers:composer/>=0.6.0|<0.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15651,6 +17390,7 @@ "expected_output": "vers:composer/<1.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15660,6 +17400,7 @@ "expected_output": "vers:composer/>=0.6.0|<0.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15669,6 +17410,7 @@ "expected_output": "vers:composer/<=0.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15678,6 +17420,7 @@ "expected_output": "vers:composer/>=0.6.0|<0.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15687,6 +17430,7 @@ "expected_output": "vers:composer/2.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15696,6 +17440,7 @@ "expected_output": "vers:composer/<2.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15705,6 +17450,7 @@ "expected_output": "vers:composer/<2.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15714,6 +17460,7 @@ "expected_output": "vers:composer/<2.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15723,6 +17470,7 @@ "expected_output": "vers:composer/<4.7.17+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15732,6 +17480,7 @@ "expected_output": "vers:composer/<5.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15741,6 +17490,7 @@ "expected_output": "vers:composer/<5.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15750,6 +17500,7 @@ "expected_output": "vers:composer/<=5.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15759,6 +17510,7 @@ "expected_output": "vers:composer/<=4.7.17+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15768,6 +17520,7 @@ "expected_output": "vers:composer/<5.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15777,6 +17530,7 @@ "expected_output": "vers:composer/<4.7.17+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15786,6 +17540,7 @@ "expected_output": "vers:composer/<5.4.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15795,6 +17550,7 @@ "expected_output": "vers:composer/<=5.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15804,6 +17560,7 @@ "expected_output": "vers:composer/<=5.5.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15813,6 +17570,7 @@ "expected_output": "vers:composer/<4.7.17+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15822,6 +17580,7 @@ "expected_output": "vers:composer/<5.6.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15831,6 +17590,7 @@ "expected_output": "vers:composer/<4.7.17+3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15840,6 +17600,7 @@ "expected_output": "vers:composer/<5.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15849,6 +17610,7 @@ "expected_output": "vers:composer/<5.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15858,6 +17620,7 @@ "expected_output": "vers:composer/<2.0.33" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15867,6 +17630,7 @@ "expected_output": "vers:composer/<6.2.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15876,6 +17640,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.0.99|>=4.1.0|<4.1.26" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15885,6 +17650,7 @@ "expected_output": "vers:composer/<5.5.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15894,6 +17660,7 @@ "expected_output": "vers:composer/<5.5.40|>=5.6.0-alpha0|<5.6.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15903,6 +17670,7 @@ "expected_output": "vers:composer/<5.4.27" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15912,6 +17680,7 @@ "expected_output": "vers:composer/<6.20.26|>=8.0.0|<8.40.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15921,6 +17690,7 @@ "expected_output": "vers:composer/<6.20.14|>=7.0.0|<7.30.4|>=8.0.0|<8.24.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15930,6 +17700,7 @@ "expected_output": "vers:composer/<6.20.12|>=7.0.0|<7.30.3|>=8.0.0|<8.22.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15939,6 +17710,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.0.99|>=4.1.0|<4.1.29" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15948,6 +17720,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.0.11|>=4.1.0|<=4.1.31|>=4.2.0|<=4.2.22|>=5.0.0|<=5.0.35|>=5.1.0|<=5.1.46|>=5.2.0|<=5.2.45|>=5.3.0|<=5.3.31|>=5.4.0|<=5.4.36|>=5.5.0|<5.5.40|>=5.6.0|<5.6.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15957,6 +17730,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.0.11|>=4.1.0|<=4.1.31|>=4.2.0|<=4.2.22|>=5.0.0|<=5.0.35|>=5.1.0|<=5.1.46|>=5.2.0|<=5.2.45|>=5.3.0|<=5.3.31|>=5.4.0|<=5.4.36|>=5.5.0|<5.5.42|>=5.6.0|<5.6.30" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15966,6 +17740,7 @@ "expected_output": "vers:composer/>=2.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15975,6 +17750,7 @@ "expected_output": "vers:composer/<5.3.35" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15984,6 +17760,7 @@ "expected_output": "vers:composer/<2.2.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -15993,6 +17770,7 @@ "expected_output": "vers:composer/<=3.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16002,6 +17780,7 @@ "expected_output": "vers:composer/<1.4.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16011,6 +17790,7 @@ "expected_output": "vers:composer/3.0.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16020,6 +17800,7 @@ "expected_output": "vers:composer/3.0.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16029,6 +17810,7 @@ "expected_output": "vers:composer/3.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16038,6 +17820,7 @@ "expected_output": "vers:composer/3.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16047,6 +17830,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.14.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16056,6 +17840,7 @@ "expected_output": "vers:composer/<1.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16065,6 +17850,7 @@ "expected_output": "vers:composer/<1.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16074,6 +17860,7 @@ "expected_output": "vers:composer/<1.8.0+4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16083,6 +17870,7 @@ "expected_output": "vers:composer/<3.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16092,6 +17880,7 @@ "expected_output": "vers:composer/>=1.7.0|<1.7.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16101,6 +17890,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.1.21|>=4.1.0|<4.1.14|>=4.2.0|<4.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16110,6 +17900,7 @@ "expected_output": "vers:composer/>=4.1.0|<4.1.14|>=4.2.0|<4.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16119,6 +17910,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.1.29|>=4.1.0|<4.1.17|>=4.2.0|<4.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16128,6 +17920,7 @@ "expected_output": "vers:composer/>=1.7.0|<1.7.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16137,6 +17930,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.24|>=4.1.0|<=4.1.15|>=4.2.0|<=4.2.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16146,6 +17940,7 @@ "expected_output": "vers:composer/<6.8.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16155,6 +17950,7 @@ "expected_output": "vers:composer/<5.2.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16164,6 +17960,7 @@ "expected_output": "vers:composer/<1.6.15|>=2.0.0|<2.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16173,6 +17970,7 @@ "expected_output": "vers:composer/<2.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16182,6 +17980,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.16.15|>=2.0.0|<2.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16191,6 +17990,7 @@ "expected_output": "vers:composer/>=3.4.0|<3.4.6|>=4.0.0|<4.0.4|>=4.1.0|<4.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16200,6 +18000,7 @@ "expected_output": "vers:composer/>=0.8.0|<=0.8.1|>=0.9.0|<=0.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16209,6 +18010,7 @@ "expected_output": "vers:composer/<=2.1.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16218,6 +18020,7 @@ "expected_output": "vers:composer/<=2.1.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16227,6 +18030,7 @@ "expected_output": "vers:composer/<=2.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16236,6 +18040,7 @@ "expected_output": "vers:composer/<2.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16245,6 +18050,7 @@ "expected_output": "vers:composer/<=2.3.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16254,6 +18060,7 @@ "expected_output": "vers:composer/<2.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16263,6 +18070,7 @@ "expected_output": "vers:composer/<=5.4.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16272,6 +18080,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.99.99|>=5.0.0|<5.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16281,6 +18090,7 @@ "expected_output": "vers:composer/<1.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16290,6 +18100,7 @@ "expected_output": "vers:composer/<1.7.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16299,6 +18110,7 @@ "expected_output": "vers:composer/<3.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16308,6 +18120,7 @@ "expected_output": "vers:composer/<3.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16317,6 +18130,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.4.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16326,6 +18140,7 @@ "expected_output": "vers:composer/0.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16335,6 +18150,7 @@ "expected_output": "vers:composer/<0.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16344,6 +18160,7 @@ "expected_output": "vers:composer/<=16.1.20170703" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16353,6 +18170,7 @@ "expected_output": "vers:composer/<1.6.43" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16362,6 +18180,7 @@ "expected_output": "vers:composer/<1.6.34|>=2.0.0|<2.0.10|>=2.1.0|<2.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16371,6 +18190,7 @@ "expected_output": "vers:composer/<1.6.44|>=2.0.0|<2.2.18|>=2.3.0|<2.3.8|2.4.0-RC1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16380,6 +18200,7 @@ "expected_output": "vers:composer/<1.6.41" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16389,6 +18210,7 @@ "expected_output": "vers:composer/>=2.0.0|<=2.2.17|>=2.3.0|<=2.3.7|2.4.0-RC1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16398,6 +18220,7 @@ "expected_output": "vers:composer/<2.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16407,6 +18230,7 @@ "expected_output": "vers:composer/<1.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16416,6 +18240,7 @@ "expected_output": "vers:composer/<=1.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16425,6 +18250,7 @@ "expected_output": "vers:composer/<1.8.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16434,6 +18260,7 @@ "expected_output": "vers:composer/>=1.5.0|<=1.7.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16443,6 +18270,7 @@ "expected_output": "vers:composer/<=1.7.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16452,6 +18280,7 @@ "expected_output": "vers:composer/<=1.8.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16461,6 +18290,7 @@ "expected_output": "vers:composer/>=1.6.0|<1.6.9|>=1.7.0|<1.7.7|>=1.8.0|<1.8.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16470,6 +18300,7 @@ "expected_output": "vers:composer/>=1.6.0|<1.6.99|>=1.7.0|<1.7.11|>=1.8.0|<1.8.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16479,6 +18310,7 @@ "expected_output": "vers:composer/>=3.2.0|<=3.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16488,6 +18320,7 @@ "expected_output": "vers:composer/>=7.6.2|<7.6.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16497,6 +18330,7 @@ "expected_output": "vers:composer/<2.10.7|>=2.11.0|<2.11.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16506,6 +18340,7 @@ "expected_output": "vers:composer/>=1.6.0|<1.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16515,6 +18350,7 @@ "expected_output": "vers:composer/<22.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16524,6 +18360,7 @@ "expected_output": "vers:composer/<21.11.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16533,6 +18370,7 @@ "expected_output": "vers:composer/<21.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16542,6 +18380,7 @@ "expected_output": "vers:composer/<21.11.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16551,6 +18390,7 @@ "expected_output": "vers:composer/>=0.18.0|<0.29.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16560,6 +18400,7 @@ "expected_output": "vers:composer/<0.25.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16569,6 +18410,7 @@ "expected_output": "vers:composer/<21.11.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16578,6 +18420,7 @@ "expected_output": "vers:composer/<21.12.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16587,6 +18430,7 @@ "expected_output": "vers:composer/<2.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16596,6 +18440,7 @@ "expected_output": "vers:composer/<=0.12.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16605,6 +18450,7 @@ "expected_output": "vers:composer/<=2.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16614,6 +18460,7 @@ "expected_output": "vers:composer/<=2.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16623,6 +18470,7 @@ "expected_output": "vers:composer/<5.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16632,6 +18480,7 @@ "expected_output": "vers:composer/<=1.1.2|2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16641,6 +18490,7 @@ "expected_output": "vers:composer/2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16650,6 +18500,7 @@ "expected_output": "vers:composer/2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16659,6 +18510,7 @@ "expected_output": "vers:composer/>=0.0.0|<1.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16668,6 +18520,7 @@ "expected_output": "vers:composer/<1.3.2|>=1.4.0|<1.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16677,6 +18530,7 @@ "expected_output": "vers:composer/<2.4.3|>=2.5.0-stable|<2.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16686,6 +18540,7 @@ "expected_output": "vers:composer/<1.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16695,6 +18550,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.8|>=2.5.0|<2.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16704,6 +18560,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16713,6 +18570,7 @@ "expected_output": "vers:composer/<=0.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16722,6 +18580,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16731,6 +18590,7 @@ "expected_output": "vers:composer/<3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16740,6 +18600,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16749,6 +18610,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.8|>=2.1.0|<2.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16758,6 +18620,7 @@ "expected_output": "vers:composer/<1.2.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16767,6 +18630,7 @@ "expected_output": "vers:composer/<2.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16776,6 +18640,7 @@ "expected_output": "vers:composer/<3.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16785,6 +18650,7 @@ "expected_output": "vers:composer/<3.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16794,6 +18660,7 @@ "expected_output": "vers:composer/<1.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16803,6 +18670,7 @@ "expected_output": "vers:composer/<=3.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16812,6 +18680,7 @@ "expected_output": "vers:composer/<3.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16821,6 +18690,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.5|>=3.0.0|<3.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16830,6 +18700,7 @@ "expected_output": "vers:composer/>=3.2.0|<3.3.0|>=4.5.0|<4.5.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16839,6 +18710,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16848,6 +18720,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.2|>=2.2.0|<2.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16857,6 +18730,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.8.1|>1.9.0|<=4.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16866,6 +18740,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16875,6 +18750,7 @@ "expected_output": "vers:composer/<4.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16884,6 +18760,7 @@ "expected_output": "vers:composer/<3.0.0-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16893,6 +18770,7 @@ "expected_output": "vers:composer/<3.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16902,6 +18780,7 @@ "expected_output": "vers:composer/<=0.6.1|>=0.7.0|<=0.7.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16911,6 +18790,7 @@ "expected_output": "vers:composer/<0.6.2|>=0.7.0|<0.7.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16920,6 +18800,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.0.9|>=2.0.0|<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16929,6 +18810,7 @@ "expected_output": "vers:composer/<2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16938,6 +18820,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16947,6 +18830,7 @@ "expected_output": "vers:composer/<=3.4.3|>=3.5.0|<=3.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16956,6 +18840,7 @@ "expected_output": "vers:composer/<3.1.19-rc1|>=3.2.0-alpha|<3.2.4-rc1|>=3.3.0-alpha|<3.3.2-rc1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16965,6 +18850,7 @@ "expected_output": "vers:composer/<=3.5.5|>=3.6.0|<=3.6.2|4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16974,6 +18860,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16983,6 +18870,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.16|>=3.2.0|<3.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -16992,6 +18880,7 @@ "expected_output": "vers:composer/<=4.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17001,6 +18890,7 @@ "expected_output": "vers:composer/>=3.3.0-alpha0|<3.3.3-stable|>=3.4.0-alpha0|<3.4.1-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17010,6 +18900,7 @@ "expected_output": "vers:composer/<4.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17019,6 +18910,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.1.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17028,6 +18920,7 @@ "expected_output": "vers:composer/<3.1.20-stable|>=3.2.0-alpha0|<3.2.5-stable|>=3.3.0-alpha0|<3.3.3-stable|>=3.4.0-alpha0|<3.4.10-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17037,6 +18930,7 @@ "expected_output": "vers:composer/<3.1.19-rc1|>=3.2.0-alpha|<3.2.4-rc1|>=3.3.0-alpha|<3.3.2-rc1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17046,6 +18940,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17055,6 +18950,7 @@ "expected_output": "vers:composer/>=4.1.0|<=4.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17064,6 +18960,7 @@ "expected_output": "vers:composer/<=3.5.4|3.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17073,6 +18970,7 @@ "expected_output": "vers:composer/<3.1.19-rc1|>=3.2.0-alpha|<3.2.4-rc1|>=3.3.0-alpha|<3.3.2-rc1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17082,6 +18980,7 @@ "expected_output": "vers:composer/<3.1.21|>=3.2.0-alpha0|<3.2.6|>=3.3.0-alpha0|<3.3.4|>=3.4.0-alpha0|<3.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17091,6 +18990,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.7.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17100,6 +19000,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.1.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17109,6 +19010,7 @@ "expected_output": "vers:composer/<3.4.4-rc1|>=3.5.0-alpha0|<3.5.2-rc1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17118,6 +19020,7 @@ "expected_output": "vers:composer/<=3.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17127,6 +19030,7 @@ "expected_output": "vers:composer/<4.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17136,6 +19040,7 @@ "expected_output": "vers:composer/<=4.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17145,6 +19050,7 @@ "expected_output": "vers:composer/<=4.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17154,6 +19060,7 @@ "expected_output": "vers:composer/<3.1.20-stable|>=3.2.0-alpha0|<3.2.5-stable|>=3.3.0-alpha0|<3.3.3-stable|>=3.4.0-alpha0|<3.4.1-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17163,6 +19070,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.16|>=3.2.0|<3.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17172,6 +19080,7 @@ "expected_output": "vers:composer/<=4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17181,6 +19090,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.13|>=3.1.0|<3.1.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17190,6 +19100,7 @@ "expected_output": "vers:composer/<=4.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17199,6 +19110,7 @@ "expected_output": "vers:composer/<=4.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17208,6 +19120,7 @@ "expected_output": "vers:composer/<3.1.19-rc1|>=3.2.0-alpha|<3.2.4-rc1|>=3.3.0-alpha|<3.3.2-rc1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17217,6 +19130,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.8.1|>1.9.0|<=4.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17226,6 +19140,7 @@ "expected_output": "vers:composer/<3.1.19-rc1|>=3.2.0-alpha|<3.2.4-rc1|>=3.3.0-alpha|<3.3.2-rc1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17235,6 +19150,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.1.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17244,6 +19160,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.1.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17253,6 +19170,7 @@ "expected_output": "vers:composer/<4.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17262,6 +19180,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.16|>=3.2.0|<3.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17271,6 +19190,7 @@ "expected_output": "vers:composer/<3.1.20-stable|>=3.2.0-alpha0|<3.2.5-stable|>=3.3.0-alpha0|<3.3.3-stable|>=3.4.0-alpha0|<3.4.1-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17280,6 +19200,7 @@ "expected_output": "vers:composer/>=3.1.0|<3.1.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17289,6 +19210,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.13|>=3.1.0|<=3.1.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17298,6 +19220,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17307,6 +19230,7 @@ "expected_output": "vers:composer/<3.1.20-stable|>=3.2.0-alpha0|<3.2.5-stable|>=3.3.0-alpha0|<3.3.3-stable|>=3.4.0-alpha0|<3.4.1-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17316,6 +19240,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.13|>=3.1.0|<3.1.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17325,6 +19250,7 @@ "expected_output": "vers:composer/<3.1.20-stable|>=3.2.0-alpha0|<3.2.5-stable|>=3.3.0-alpha0|<3.3.3-stable|>=3.4.0-alpha0|<3.4.1-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17334,6 +19260,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17343,6 +19270,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17352,6 +19280,7 @@ "expected_output": "vers:composer/<=4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17361,6 +19290,7 @@ "expected_output": "vers:composer/<3.2.1-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17370,6 +19300,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.12|>=3.1.0|<=3.1.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17379,6 +19310,7 @@ "expected_output": "vers:composer/>=4.4.0|<4.4.5|>=4.5.0|<4.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17388,6 +19320,7 @@ "expected_output": "vers:composer/<3.1.20-stable|>=3.2.0-alpha0|<3.2.5-stable|>=3.3.0-alpha0|<3.3.3-stable|>=3.4.0-alpha0|<3.4.1-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17397,6 +19330,7 @@ "expected_output": "vers:composer/<3.1.21|>=3.2.0-alpha0|<3.2.6|>=3.3.0-alpha0|<3.3.4|>=3.4.0-alpha0|<3.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17406,6 +19340,7 @@ "expected_output": "vers:composer/<=4.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17415,6 +19350,7 @@ "expected_output": "vers:composer/<3.1.14-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17424,6 +19360,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17433,6 +19370,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.4.7|>=4.5.0|<4.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17442,6 +19380,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.12|>=3.1.0|<=3.1.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17451,6 +19390,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.6.7|>=3.7.0|<3.7.3|>=4.0.0|<4.0.7|>=4.1.0|<4.1.5|>=4.2.0|<4.2.4|>=4.3.0|<4.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17460,6 +19400,7 @@ "expected_output": "vers:composer/<4.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17469,6 +19410,7 @@ "expected_output": "vers:composer/<3.1.16-stable|>=3.2.0|<3.2.1-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17478,6 +19420,7 @@ "expected_output": "vers:composer/<2.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17487,6 +19430,7 @@ "expected_output": "vers:composer/<4.3.6|>=4.4.0|<4.4.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17496,6 +19440,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.0.11|>=3.1.0|<3.1.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17505,6 +19450,7 @@ "expected_output": "vers:composer/>=3.1.0-alpha|<3.1.17-stable|>=3.2.0-alpha|<3.2.2-stable|>=3.3.0-alpha|<3.3.0-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17514,6 +19460,7 @@ "expected_output": "vers:composer/>=3.1.0-alpha|<3.1.17-stable|>=3.2.0-alpha|<3.2.2-stable|>=3.3.0-alpha|<3.3.0-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17523,6 +19470,7 @@ "expected_output": "vers:composer/<3.2.3-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17532,6 +19480,7 @@ "expected_output": "vers:composer/>=3.1.0-alpha|<3.1.17-stable|>=3.2.0-alpha|<3.2.2-stable|>=3.3.0-alpha|<3.3.0-stable" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17541,6 +19490,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17550,6 +19500,7 @@ "expected_output": "vers:composer/>=3.1.0|<=3.1.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17559,6 +19510,7 @@ "expected_output": "vers:composer/1.4.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17568,6 +19520,7 @@ "expected_output": "vers:composer/<2.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17577,6 +19530,7 @@ "expected_output": "vers:composer/<3.1.42|>=4.0.0|<4.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17586,6 +19540,7 @@ "expected_output": "vers:composer/<3.1.43|>=4.0.0|<4.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17595,6 +19550,7 @@ "expected_output": "vers:composer/<3.1.33" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17604,6 +19560,7 @@ "expected_output": "vers:composer/<3.1.39" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17613,6 +19570,7 @@ "expected_output": "vers:composer/>=3.0.0|<3.1.32" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17622,6 +19580,7 @@ "expected_output": "vers:composer/<3.1.21" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17631,6 +19590,7 @@ "expected_output": "vers:composer/<3.1.39" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17640,6 +19600,7 @@ "expected_output": "vers:composer/>=3.0.0|<=3.1.32" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17649,6 +19610,7 @@ "expected_output": "vers:composer/1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17658,6 +19620,7 @@ "expected_output": "vers:composer/1.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17667,6 +19630,7 @@ "expected_output": "vers:composer/1.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17676,6 +19640,7 @@ "expected_output": "vers:composer/1.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17685,6 +19650,7 @@ "expected_output": "vers:composer/1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17694,6 +19660,7 @@ "expected_output": "vers:composer/>=7.1.0|<=7.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17703,6 +19670,7 @@ "expected_output": "vers:composer/8.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17712,6 +19680,7 @@ "expected_output": "vers:composer/8.8.52729" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17721,6 +19690,7 @@ "expected_output": "vers:composer/9.2.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17730,6 +19700,7 @@ "expected_output": "vers:composer/9.0.54156" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17739,6 +19710,7 @@ "expected_output": "vers:composer/8.8.52729" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17748,6 +19720,7 @@ "expected_output": "vers:composer/9.0.54156" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17757,6 +19730,7 @@ "expected_output": "vers:composer/8.8.52729" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17766,6 +19740,7 @@ "expected_output": "vers:composer/<=1.3.13|>=1.4.0|<=1.4.6|>=1.5.0|<=1.5.1|>=1.6.0|<=1.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17775,6 +19750,7 @@ "expected_output": "vers:composer/<=1.3.13|>=1.4.0|<=1.4.6|>=1.5.0|<=1.5.1|>=1.6.0|<=1.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17784,6 +19760,7 @@ "expected_output": "vers:composer/<1.3.0|>=1.3.0|<=1.3.12|>=1.4.0|<=1.4.5|<=1.5.0|>=1.5.0|>=1.6.0|<=1.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17793,6 +19770,7 @@ "expected_output": "vers:composer/<1.10.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17802,6 +19780,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.2.18|>=1.3.0|<1.3.13|>=1.4.0|<1.4.5|>=1.5.0|<1.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17811,6 +19790,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.0.17|>=1.1.0|<1.1.9|>=1.2.0|<1.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17820,6 +19800,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.2.18|>=1.3.0|<1.3.13|>=1.4.0|<1.4.5|>=1.5.0|<1.5.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17829,6 +19810,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.2.4|>=1.3.0|<1.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17838,6 +19820,7 @@ "expected_output": "vers:composer/>=1.9.0|<1.9.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17847,6 +19830,7 @@ "expected_output": "vers:composer/<1.9.10|>=1.10.0|<1.10.11|>=1.11.0|<1.11.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17856,6 +19840,7 @@ "expected_output": "vers:composer/>=1.3.0|<1.3.13|>=1.4.0|<1.4.6|>=1.5.0|<=1.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17865,6 +19850,7 @@ "expected_output": "vers:composer/<1.3.14|>=1.4.0|<1.4.10|>=1.5.0|<1.5.7|>=1.6.0|<1.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17874,6 +19860,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.0.17|>=1.1.0|<1.1.9|>=1.2.0|<1.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17883,6 +19870,7 @@ "expected_output": "vers:composer/<1.9.10|>=1.10.0|<1.10.11|>=1.11.0|<1.11.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17892,6 +19880,7 @@ "expected_output": "vers:composer/>=1.10.0|<1.10.11|>=1.11.0|<1.11.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17901,6 +19890,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.2.17|>=1.3.0|<1.3.12|>=1.4.0|<1.4.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17910,6 +19900,7 @@ "expected_output": "vers:composer/<1.6.9|>=1.7.0|<1.7.9|>=1.8.0|<1.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17919,6 +19910,7 @@ "expected_output": "vers:composer/<1.5.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17928,6 +19920,7 @@ "expected_output": "vers:composer/<1.5.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17937,6 +19930,7 @@ "expected_output": "vers:composer/<1.5.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17946,6 +19940,7 @@ "expected_output": "vers:composer/<1.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17955,6 +19950,7 @@ "expected_output": "vers:composer/<1.2.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17964,6 +19960,7 @@ "expected_output": "vers:composer/<2.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17973,6 +19970,7 @@ "expected_output": "vers:composer/<2.0.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17982,6 +19980,7 @@ "expected_output": "vers:composer/<2.4.21" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -17991,6 +19990,7 @@ "expected_output": "vers:composer/<2.4.21" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18000,6 +20000,7 @@ "expected_output": "vers:composer/<2.4.21" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18009,6 +20010,7 @@ "expected_output": "vers:composer/<2.4.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18018,6 +20020,7 @@ "expected_output": "vers:composer/<5.8.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18027,6 +20030,7 @@ "expected_output": "vers:composer/<5.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18036,6 +20040,7 @@ "expected_output": "vers:composer/<5.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18045,6 +20050,7 @@ "expected_output": "vers:composer/<=5.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18054,6 +20060,7 @@ "expected_output": "vers:composer/<5.11.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18063,6 +20070,7 @@ "expected_output": "vers:composer/<5.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18072,6 +20080,7 @@ "expected_output": "vers:composer/<5.11.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18081,6 +20090,7 @@ "expected_output": "vers:composer/<5.11.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18090,6 +20100,7 @@ "expected_output": "vers:composer/<=5.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18099,6 +20110,7 @@ "expected_output": "vers:composer/5.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18108,6 +20120,7 @@ "expected_output": "vers:composer/3.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18117,6 +20130,7 @@ "expected_output": "vers:composer/5.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18126,6 +20140,7 @@ "expected_output": "vers:composer/>=1.4.0|<=1.4.27|>=1.5.0|<=1.5.14|>=1.6.0|<=1.6.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18135,6 +20150,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.0.4+2|>=4.0.5|<=4.0.10+18|>=4.4.0|<=4.4.1+1|>=4.4.2|<=4.4.6+1|>=4.4.7|<=4.4.14+1|>=4.4.15|<=4.4.15+9|>=4.6.0|<=4.6.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18144,6 +20160,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18153,6 +20170,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18162,6 +20180,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.0.10+20|>=4.4.0|<=4.4.15+10|>=4.6.0|<=4.6.6|4.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18171,6 +20190,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.0.4+2|>=4.0.5|<=4.0.10+18|>=4.4.0|<=4.4.1+1|>=4.4.2|<=4.4.6+1|>=4.4.7|<=4.4.14+1|>=4.4.15|<=4.4.15+9|>=4.6.0|<=4.6.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18180,6 +20200,7 @@ "expected_output": "vers:composer/>=4.5.0|<=4.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18189,6 +20210,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18198,6 +20220,7 @@ "expected_output": "vers:composer/>=4.9.0|<4.9.6|>=5.0.0|<5.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18207,6 +20230,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18216,6 +20240,7 @@ "expected_output": "vers:composer/>=4.9.0|<4.9.8|>=5.1.0|<5.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18225,6 +20250,7 @@ "expected_output": "vers:composer/<=5.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18234,6 +20260,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18243,6 +20270,7 @@ "expected_output": "vers:composer/>=4.7.0|<4.7.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18252,6 +20280,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18261,6 +20290,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.9.5|>=5.0.0|<5.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18270,6 +20300,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.9.4|>=5.0.0|<5.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18279,6 +20310,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.0.1|>=4.0.10|<=4.0.10+12|>=4.4.0|<=4.4.1+1|>=4.4.2|<=4.4.6+1|>=4.4.7|<=4.4.14+1|>=4.4.15|<=4.4.15+3|>=4.5.0|<=4.5.0+2|>=4.5.1|<=4.5.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18288,6 +20320,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.0.4+2|>=4.0.5|<=4.0.10+18|>=4.4.0|<=4.4.1+1|>=4.4.2|<=4.4.6+1|>=4.4.7|<=4.4.14+1|>=4.4.15|<=4.4.15+9|>=4.6.0|<=4.6.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18297,6 +20330,7 @@ "expected_output": "vers:composer/>=4.9.0|<4.9.6|>=5.0.0|<5.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18306,6 +20340,7 @@ "expected_output": "vers:composer/<4.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18315,6 +20350,7 @@ "expected_output": "vers:composer/>=5.1.0|<5.1.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18324,6 +20360,7 @@ "expected_output": "vers:composer/>=4.4.0|<=4.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18333,6 +20370,7 @@ "expected_output": "vers:composer/<4.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18342,6 +20380,7 @@ "expected_output": "vers:composer/<=5.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18351,6 +20390,7 @@ "expected_output": "vers:composer/>=4.8.0|<4.8.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18360,6 +20400,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18369,6 +20410,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.0.10+19|>=4.4.0|<4.4.15+10|>=4.6.0|<4.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18378,6 +20420,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.9.5|>=5.0.0|<5.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18387,6 +20430,7 @@ "expected_output": "vers:composer/<4.8.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18396,6 +20440,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18405,6 +20450,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18414,6 +20460,7 @@ "expected_output": "vers:composer/>=4.7.0|<=4.7.6|>=4.8.0|<4.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18423,6 +20470,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18432,6 +20480,7 @@ "expected_output": "vers:composer/>=4.4.0|<=4.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18441,6 +20490,7 @@ "expected_output": "vers:composer/<4.9.0+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18450,6 +20500,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.0.10+19|>=4.4.0|<=4.4.15+10|>=4.6.0|<=4.6.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18459,6 +20510,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.9.5|>=5.0.0|<5.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18468,6 +20520,7 @@ "expected_output": "vers:composer/<=4.9.0+1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18477,6 +20530,7 @@ "expected_output": "vers:composer/>=4.5.0|<=4.5.0+2|>=4.5.1|<=4.5.3+1|>=4.5.4|<=4.5.4+1|4.5.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18486,6 +20540,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18495,6 +20550,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18504,6 +20560,7 @@ "expected_output": "vers:composer/<4.9.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18513,6 +20570,7 @@ "expected_output": "vers:composer/4.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18522,6 +20580,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18531,6 +20590,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18540,6 +20600,7 @@ "expected_output": "vers:composer/>=4.6.0|<=4.6.5+2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18549,6 +20610,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18558,6 +20620,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.0.1|>=4.0.10|<=4.0.10+12|>=4.4.0|<=4.4.1+1|>=4.4.2|<=4.4.6+1|>=4.4.7|<=4.4.14+1|>=4.4.15|<=4.4.15+3|>=4.5.0|<=4.5.0+2|>=4.5.1|<=4.5.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18567,6 +20630,7 @@ "expected_output": "vers:composer/<4.7.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18576,6 +20640,7 @@ "expected_output": "vers:composer/>=4.5.0|<=4.5.0+2|>=4.5.1|<=4.5.3+1|>=4.5.4|<=4.5.4+1|4.5.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18585,6 +20650,7 @@ "expected_output": "vers:composer/<4.9.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18594,6 +20660,7 @@ "expected_output": "vers:composer/>=4.4.0|<=4.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18603,6 +20670,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18612,6 +20680,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18621,6 +20690,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18630,6 +20700,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18639,6 +20710,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18648,6 +20720,7 @@ "expected_output": "vers:composer/5.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18657,6 +20730,7 @@ "expected_output": "vers:composer/>=4.0.0|<=4.6.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18666,6 +20740,7 @@ "expected_output": "vers:composer/<=4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18675,6 +20750,7 @@ "expected_output": "vers:composer/4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18684,6 +20760,7 @@ "expected_output": "vers:composer/4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18693,6 +20770,7 @@ "expected_output": "vers:composer/<=4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18702,6 +20780,7 @@ "expected_output": "vers:composer/4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18711,6 +20790,7 @@ "expected_output": "vers:composer/<=4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18720,6 +20800,7 @@ "expected_output": "vers:composer/<=4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18729,6 +20810,7 @@ "expected_output": "vers:composer/4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18738,6 +20820,7 @@ "expected_output": "vers:composer/4.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18747,6 +20830,7 @@ "expected_output": "vers:composer/4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18756,6 +20840,7 @@ "expected_output": "vers:composer/<=4.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18765,6 +20850,7 @@ "expected_output": "vers:composer/<=4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18774,6 +20860,7 @@ "expected_output": "vers:composer/<=4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18783,6 +20870,7 @@ "expected_output": "vers:composer/4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18792,6 +20880,7 @@ "expected_output": "vers:composer/<4.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18801,6 +20890,7 @@ "expected_output": "vers:composer/4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18810,6 +20900,7 @@ "expected_output": "vers:composer/4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18819,6 +20910,7 @@ "expected_output": "vers:composer/4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18828,6 +20920,7 @@ "expected_output": "vers:composer/4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18837,6 +20930,7 @@ "expected_output": "vers:composer/<=4.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18846,6 +20940,7 @@ "expected_output": "vers:composer/<=4.1.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18855,6 +20950,7 @@ "expected_output": "vers:composer/<=1.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18864,6 +20960,7 @@ "expected_output": "vers:composer/>=1.8.0|<1.12.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18873,6 +20970,7 @@ "expected_output": "vers:composer/<3.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18882,6 +20980,7 @@ "expected_output": "vers:composer/<=3.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18891,6 +20990,7 @@ "expected_output": "vers:composer/<3.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18900,6 +21000,7 @@ "expected_output": "vers:composer/<3.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18909,6 +21010,7 @@ "expected_output": "vers:composer/<3.3.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18918,6 +21020,7 @@ "expected_output": "vers:composer/<3.3.24" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18927,6 +21030,7 @@ "expected_output": "vers:composer/<1.12.18|>=2.3.0|<2.3.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18936,6 +21040,7 @@ "expected_output": "vers:composer/<3.3.23" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18945,6 +21050,7 @@ "expected_output": "vers:composer/<1.6.23" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18954,6 +21060,7 @@ "expected_output": "vers:composer/8.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18963,6 +21070,7 @@ "expected_output": "vers:composer/<8.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18972,6 +21080,7 @@ "expected_output": "vers:composer/<1.10.4|>=2.0.0|<2.6.1|>=3.0.0|<3.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18981,6 +21090,7 @@ "expected_output": "vers:composer/>=3.4.0|<3.7.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18990,6 +21100,7 @@ "expected_output": "vers:composer/<=2.6.2974" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18999,6 +21110,7 @@ "expected_output": "vers:composer/<=2.6.2974" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19008,6 +21120,7 @@ "expected_output": "vers:composer/<3.6.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19017,6 +21130,7 @@ "expected_output": "vers:composer/2.6.3000" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19026,6 +21140,7 @@ "expected_output": "vers:composer/3.0.25" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19035,6 +21150,7 @@ "expected_output": "vers:composer/<=2.6.2974" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19044,6 +21160,7 @@ "expected_output": "vers:composer/<3.6.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19053,6 +21170,7 @@ "expected_output": "vers:composer/<3.7.29" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19062,6 +21180,7 @@ "expected_output": "vers:composer/<=3.0.34" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19071,6 +21190,7 @@ "expected_output": "vers:composer/<=2.6.2973" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19080,6 +21200,7 @@ "expected_output": "vers:composer/3.1.31" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19089,6 +21210,7 @@ "expected_output": "vers:composer/<3.7.29" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19098,6 +21220,7 @@ "expected_output": "vers:composer/<3.2.46" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19107,6 +21230,7 @@ "expected_output": "vers:composer/<3.6.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19116,6 +21240,7 @@ "expected_output": "vers:composer/<=2.6.2981" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19125,6 +21250,7 @@ "expected_output": "vers:composer/>=4.0.0|<4.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19134,6 +21260,7 @@ "expected_output": "vers:composer/<3.26.5|>=4.0.0|<4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19143,6 +21270,7 @@ "expected_output": "vers:composer/<=3.18.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19152,6 +21280,7 @@ "expected_output": "vers:composer/<3.15.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19161,6 +21290,7 @@ "expected_output": "vers:composer/<4.0.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19170,6 +21300,7 @@ "expected_output": "vers:composer/<4.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19179,6 +21310,7 @@ "expected_output": "vers:composer/>=3.0.0|<4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19188,6 +21320,7 @@ "expected_output": "vers:composer/<3.26.5|>=4.0.0|<4.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19197,6 +21330,7 @@ "expected_output": "vers:composer/<4.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19206,6 +21340,7 @@ "expected_output": "vers:composer/<8.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19215,6 +21350,7 @@ "expected_output": "vers:composer/<2.1.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19224,6 +21360,7 @@ "expected_output": "vers:composer/<=4.2.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19233,6 +21370,7 @@ "expected_output": "vers:composer/<4.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19242,6 +21380,7 @@ "expected_output": "vers:composer/<5.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19251,6 +21390,7 @@ "expected_output": "vers:composer/<=3.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19260,6 +21400,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.19|>=2.1.0|<2.1.13|>=2.2.0|<2.2.10|>=2.3.0|<2.3.14|>=2.4.0|<2.4.16|>=3.0.0|<3.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19269,6 +21410,7 @@ "expected_output": "vers:composer/>=1.2.0|<1.2.5|>=1.3.0|<1.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19278,6 +21420,7 @@ "expected_output": "vers:composer/>=1.2.0|<1.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19287,6 +21430,7 @@ "expected_output": "vers:composer/>=1.2.0|<1.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19296,6 +21440,7 @@ "expected_output": "vers:composer/>=1.2.0|<1.2.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19305,6 +21450,7 @@ "expected_output": "vers:composer/>=1.2.0|<1.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19314,6 +21460,7 @@ "expected_output": "vers:composer/<3.1.3|>=4.0.0|<4.1.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19323,6 +21470,7 @@ "expected_output": "vers:composer/<5.5.1|>=6.0.0|<6.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19332,6 +21480,7 @@ "expected_output": "vers:composer/<0.11.1|>=0.12.0|<0.12.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19341,6 +21490,7 @@ "expected_output": "vers:composer/>=3.0.0-stable|<3.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19350,6 +21500,7 @@ "expected_output": "vers:composer/<=2.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19359,6 +21510,7 @@ "expected_output": "vers:composer/<2.0.31|>=3.0.0|<3.0.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19368,6 +21520,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.10|>=2.3.0|<2.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19377,6 +21530,7 @@ "expected_output": "vers:composer/<=3.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19386,6 +21540,7 @@ "expected_output": "vers:composer/<=3.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19395,6 +21550,7 @@ "expected_output": "vers:composer/<=3.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19404,6 +21560,7 @@ "expected_output": "vers:composer/3.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19413,6 +21570,7 @@ "expected_output": "vers:composer/<=3.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19422,6 +21580,7 @@ "expected_output": "vers:composer/2.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19431,6 +21590,7 @@ "expected_output": "vers:composer/<=3.0.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19440,6 +21600,7 @@ "expected_output": "vers:composer/<=3.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19449,6 +21610,7 @@ "expected_output": "vers:composer/<2.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19458,6 +21620,7 @@ "expected_output": "vers:composer/<=2.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19467,6 +21630,7 @@ "expected_output": "vers:composer/>=2.0.0|<=2.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19476,6 +21640,7 @@ "expected_output": "vers:composer/<=2.12.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19485,6 +21650,7 @@ "expected_output": "vers:composer/<=3.91.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19494,6 +21660,7 @@ "expected_output": "vers:composer/<=1.0.0-alpha11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19503,6 +21670,7 @@ "expected_output": "vers:composer/<1.10.23|>=2.0.0|<2.1.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19512,6 +21680,7 @@ "expected_output": "vers:composer/<1.10.22|>=2.0.0|<2.0.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19521,6 +21690,7 @@ "expected_output": "vers:composer/<=3.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19530,6 +21700,7 @@ "expected_output": "vers:composer/<2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19539,6 +21710,7 @@ "expected_output": "vers:composer/<6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19548,6 +21720,7 @@ "expected_output": "vers:composer/<2.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19557,6 +21730,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.2.7|>=2.3.0|<2.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19566,6 +21740,7 @@ "expected_output": "vers:composer/>=1.2.2|<1.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19575,6 +21750,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.2.7|>=2.3.0|<2.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19584,6 +21760,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.6|>=2.2.0|<2.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19593,6 +21770,7 @@ "expected_output": "vers:composer/>=1.0.0|<2.8.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19602,6 +21780,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.3.0|<2.3.8|>=2.4.0|<2.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19611,6 +21790,7 @@ "expected_output": "vers:composer/<2.4.11|>=2.5.0|<2.7.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19620,6 +21800,7 @@ "expected_output": "vers:composer/2.4.10|>=2.5.0|<=2.5.2|>=2.6.0|<=2.6.2|>=2.7.0|<=2.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19629,6 +21810,7 @@ "expected_output": "vers:composer/<1.12.12|>=2.3.0|<2.3.8|>=2.4.0|<2.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19638,6 +21820,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9|>=2.5.0|<2.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19647,6 +21830,7 @@ "expected_output": "vers:composer/<2.4.9|>=2.5.0|<2.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19656,6 +21840,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19665,6 +21850,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.8.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19674,6 +21860,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19683,6 +21870,7 @@ "expected_output": "vers:composer/<2.4.9|>=2.5.0|<2.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19692,6 +21880,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.11.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19701,6 +21890,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19710,6 +21900,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19719,6 +21910,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19728,6 +21920,7 @@ "expected_output": "vers:composer/<1.12.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19737,6 +21930,7 @@ "expected_output": "vers:composer/<1.12.20" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19746,6 +21940,7 @@ "expected_output": "vers:composer/>=1.7.0|<1.7.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19755,6 +21950,7 @@ "expected_output": "vers:composer/>=1.11.0|<1.11.15|>=1.12.0|<1.12.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19764,6 +21960,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19773,6 +21970,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19782,6 +21980,7 @@ "expected_output": "vers:composer/>=1.7.0|<1.7.9|>=1.8.0|<1.8.5|>=1.9.0|<1.9.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19791,6 +21990,7 @@ "expected_output": "vers:composer/>=1.9.0|<1.9.8|>=1.10.0|<1.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19800,6 +22000,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19809,6 +22010,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19818,6 +22020,7 @@ "expected_output": "vers:composer/<1.12.19" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19827,6 +22030,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.11.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19836,6 +22040,7 @@ "expected_output": "vers:composer/<1.12.19" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19845,6 +22050,7 @@ "expected_output": "vers:composer/>=1.7.0|<1.7.9|>=1.8.0|<1.8.5|>=1.9.0|<1.9.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19854,6 +22060,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19863,6 +22070,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19872,6 +22080,7 @@ "expected_output": "vers:composer/>=1.7.0|<1.7.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19881,6 +22090,7 @@ "expected_output": "vers:composer/>=1.9.0|<1.9.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19890,6 +22100,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.11.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19899,6 +22110,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19908,6 +22120,7 @@ "expected_output": "vers:composer/<1.12.17" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19917,6 +22130,7 @@ "expected_output": "vers:composer/<1.12.14" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19926,6 +22140,7 @@ "expected_output": "vers:composer/>=1.7.0|<1.7.9|>=1.8.0|<1.8.5|>=1.9.0|<1.9.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19935,6 +22150,7 @@ "expected_output": "vers:composer/>=1.10.0|<1.10.9|>=1.11.0|<1.11.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19944,6 +22160,7 @@ "expected_output": "vers:composer/>=1.12.0|<1.12.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19953,6 +22170,7 @@ "expected_output": "vers:composer/>=1.7.0|<1.7.9|>=1.8.0|<1.8.5|>=1.9.0|<1.9.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19962,6 +22180,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19971,6 +22190,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.6|>=2.2.0|<2.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19980,6 +22200,7 @@ "expected_output": "vers:composer/<2.4.8|>=2.5.0|<2.5.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19989,6 +22210,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.2.0|<2.2.8|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -19998,6 +22220,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20007,6 +22230,7 @@ "expected_output": "vers:composer/>=1.0.0|<2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20016,6 +22240,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.2.0|<2.2.9|>=2.3.0|<2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20025,6 +22250,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.2.7|>=2.3.0|<2.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20034,6 +22260,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.2.0|<2.2.10|>=2.3.0|<2.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20043,6 +22270,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.2.0|<2.2.8|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20052,6 +22280,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.4.9" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20061,6 +22290,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.2.0|<2.2.10|>=2.3.0|<2.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20070,6 +22300,7 @@ "expected_output": "vers:composer/<2.4.9|>=2.5.0|<2.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20079,6 +22310,7 @@ "expected_output": "vers:composer/<2.4.11" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20088,6 +22320,7 @@ "expected_output": "vers:composer/3.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20097,6 +22330,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20106,6 +22340,7 @@ "expected_output": "vers:composer/<2.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20115,6 +22350,7 @@ "expected_output": "vers:composer/<2.2.8|>=2.3.0-alpha0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20124,6 +22360,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.2.0|<2.2.9|>=2.3.0|<2.3.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20133,6 +22370,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.2.7|>=2.3.0|<2.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20142,6 +22380,7 @@ "expected_output": "vers:composer/<2.4.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20151,6 +22390,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.99|>=2.1.0|<2.1.99|>=2.3.0|<2.3.8|>=2.4.0|<2.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20160,6 +22400,7 @@ "expected_output": "vers:composer/<=1.12.19" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20169,6 +22410,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.8|>=2.1.0|<2.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20178,6 +22420,7 @@ "expected_output": "vers:composer/<1.12.9|>=2.2.0|<2.2.8|>=2.3.0|<2.3.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20187,6 +22430,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20196,6 +22440,7 @@ "expected_output": "vers:composer/>=2.0.0-stable|<2.4.6|>=2.5.0|<2.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20205,6 +22450,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.8|>=2.1.0|<2.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20214,6 +22460,7 @@ "expected_output": "vers:composer/<2.4.9|>=2.5.0|<2.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20223,6 +22470,7 @@ "expected_output": "vers:composer/>=2.2.0|<2.2.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20232,6 +22480,7 @@ "expected_output": "vers:composer/>=2.1.0|<2.1.6|>=2.2.0|<2.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20241,6 +22490,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.8|>=2.1.0|<2.1.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20250,6 +22500,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.0.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20259,6 +22510,7 @@ "expected_output": "vers:composer/5.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20268,6 +22520,7 @@ "expected_output": "vers:composer/<1.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20277,6 +22530,7 @@ "expected_output": "vers:composer/<1.0.3|>=2.0.0|<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20286,6 +22540,7 @@ "expected_output": "vers:composer/<1.0.3|>=2.0.0|<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20295,6 +22550,7 @@ "expected_output": "vers:composer/<3.15.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20304,6 +22560,7 @@ "expected_output": "vers:composer/<0.12.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20313,6 +22570,7 @@ "expected_output": "vers:composer/<0.13.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20322,6 +22580,7 @@ "expected_output": "vers:composer/<0.15.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20331,6 +22590,7 @@ "expected_output": "vers:composer/<2.0.0-alpha8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20340,6 +22600,7 @@ "expected_output": "vers:composer/<=1.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20349,6 +22610,7 @@ "expected_output": "vers:composer/>=1.0.0|<=1.7.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20358,6 +22620,7 @@ "expected_output": "vers:composer/<1.5.1|>=2.0.0|<2.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20367,6 +22630,7 @@ "expected_output": "vers:composer/6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20376,6 +22640,7 @@ "expected_output": "vers:composer/1.0.0|6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20385,6 +22650,7 @@ "expected_output": "vers:composer/>=4.0.0|<=6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20394,6 +22660,7 @@ "expected_output": "vers:composer/6.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20403,6 +22670,7 @@ "expected_output": "vers:composer/4.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20412,6 +22680,7 @@ "expected_output": "vers:composer/<2.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20421,6 +22690,7 @@ "expected_output": "vers:composer/<=2.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20430,6 +22700,7 @@ "expected_output": "vers:composer/<6.2.22" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20439,6 +22710,7 @@ "expected_output": "vers:composer/<2.4.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20448,6 +22720,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20457,6 +22730,7 @@ "expected_output": "vers:composer/2.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20466,6 +22740,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20475,6 +22750,7 @@ "expected_output": "vers:composer/<2.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20484,6 +22760,7 @@ "expected_output": "vers:composer/2.8.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20493,6 +22770,7 @@ "expected_output": "vers:composer/<2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20502,6 +22780,7 @@ "expected_output": "vers:composer/2.9.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20511,6 +22790,7 @@ "expected_output": "vers:composer/<2.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20520,6 +22800,7 @@ "expected_output": "vers:composer/<2.9.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20529,6 +22810,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20538,6 +22820,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20547,6 +22830,7 @@ "expected_output": "vers:composer/<2.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20556,6 +22840,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20565,6 +22850,7 @@ "expected_output": "vers:composer/1.8.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20574,6 +22860,7 @@ "expected_output": "vers:composer/<=2.9.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20583,6 +22870,7 @@ "expected_output": "vers:composer/2.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20592,6 +22880,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20601,6 +22890,7 @@ "expected_output": "vers:composer/<2.9.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20610,6 +22900,7 @@ "expected_output": "vers:composer/<2.9.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20619,6 +22910,7 @@ "expected_output": "vers:composer/<2.10.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20628,6 +22920,7 @@ "expected_output": "vers:composer/2.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20637,6 +22930,7 @@ "expected_output": "vers:composer/<=2.9.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20646,6 +22940,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20655,6 +22950,7 @@ "expected_output": "vers:composer/<2.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20664,6 +22960,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20673,6 +22970,7 @@ "expected_output": "vers:composer/<2.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20682,6 +22980,7 @@ "expected_output": "vers:composer/<=2.9.12" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20691,6 +22990,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20700,6 +23000,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20709,6 +23010,7 @@ "expected_output": "vers:composer/<2.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20718,6 +23020,7 @@ "expected_output": "vers:composer/<2.10.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20727,6 +23030,7 @@ "expected_output": "vers:composer/<2.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20736,6 +23040,7 @@ "expected_output": "vers:composer/<2.10.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20745,6 +23050,7 @@ "expected_output": "vers:composer/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20754,6 +23060,7 @@ "expected_output": "vers:composer/<2.9.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20763,6 +23070,7 @@ "expected_output": "vers:composer/<=2.10.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20772,6 +23080,7 @@ "expected_output": "vers:composer/<2.9.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20781,6 +23090,7 @@ "expected_output": "vers:composer/<2.9.13" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20790,6 +23100,7 @@ "expected_output": "vers:composer/2.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20799,6 +23110,7 @@ "expected_output": "vers:composer/<=2.9.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20808,6 +23120,7 @@ "expected_output": "vers:composer/<1.10.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20817,6 +23130,7 @@ "expected_output": "vers:composer/<3.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20826,6 +23140,7 @@ "expected_output": "vers:composer/>=3.4.0|<3.4.11|>=4.0.0|<4.0.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20835,6 +23150,7 @@ "expected_output": "vers:composer/<=1.11.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20844,6 +23160,7 @@ "expected_output": "vers:composer/<=1.11.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20853,6 +23170,7 @@ "expected_output": "vers:composer/<=1.11.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20862,6 +23180,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20871,6 +23190,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20880,6 +23200,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.57|>=7.0.0|<7.6.51|>=8.0.0|<8.7.40|>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20889,6 +23210,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20898,6 +23220,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.54|>=7.6.0|<7.6.48|>=8.7.0|<8.7.38|>=9.0.0|<9.5.23|>=10.0.0|<10.4.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20907,6 +23230,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20916,6 +23240,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20925,6 +23250,7 @@ "expected_output": "vers:composer/>=8.5.0|<8.7.17|>=9.0.0|<9.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20934,6 +23260,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.27|>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20943,6 +23270,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20952,6 +23280,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20961,6 +23290,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.25|>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20970,6 +23300,7 @@ "expected_output": "vers:composer/>=8.0.0|<=8.7.40|>=9.0.0|<=9.5.28|>=10.0.0|<=10.4.17|>=11.0.0|<=11.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20979,6 +23310,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20988,6 +23320,7 @@ "expected_output": "vers:composer/8.7.25|9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -20997,6 +23330,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21006,6 +23340,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.30|>=8.0.0|<8.7.17|>=9.0.0|<9.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21015,6 +23350,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.17|>=10.0.0|<10.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21024,6 +23360,7 @@ "expected_output": "vers:composer/>=8.0.0|<=8.7.40|>=9.0.0|<=9.5.28|>=10.0.0|<=10.4.17|>=11.0.0|<=11.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21033,6 +23370,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.57|>=7.0.0|<7.6.51|>=8.0.0|<8.7.40|>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21042,6 +23380,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21051,6 +23390,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.30|>=8.0.0|<8.7.17|>=9.0.0|<9.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21060,6 +23400,7 @@ "expected_output": "vers:composer/>=9.5.12|<9.5.17|>=10.2.0|<10.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21069,6 +23410,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.40|>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21078,6 +23420,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.27|>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21087,6 +23430,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21096,6 +23440,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.39|>=7.0.0|<=7.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21105,6 +23450,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21114,6 +23460,7 @@ "expected_output": "vers:composer/>=9.0.0|<=9.5.16|>=10.0.0|<=10.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21123,6 +23470,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21132,6 +23480,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.27|>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21141,6 +23490,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21150,6 +23500,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.20|>=10.0.0|<10.4.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21159,6 +23510,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21168,6 +23520,7 @@ "expected_output": "vers:composer/>=7.0.0|<=7.6.51|>=8.0.0|<=8.7.40|>=9.0.0|<=9.5.27|>=10.0.0|<=10.4.17|>=11.0.0|<=11.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21177,6 +23530,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21186,6 +23540,7 @@ "expected_output": "vers:composer/>=11.2.0|<11.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21195,6 +23550,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.23|>=10.0.0|<10.4.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21204,6 +23560,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.20|>=10.0.0|<10.4.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21213,6 +23570,7 @@ "expected_output": "vers:composer/>=11.0.0|<11.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21222,6 +23580,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.27|>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21231,6 +23590,7 @@ "expected_output": "vers:composer/<=6.2.23|7.0.0|7.0.2|>=7.1.0|<=7.3.1|>=7.4.0|<=7.6.8|8.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21240,6 +23600,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.40|>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21249,6 +23610,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21258,6 +23620,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.25|>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21267,6 +23630,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21276,6 +23640,7 @@ "expected_output": "vers:composer/>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21285,6 +23650,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21294,6 +23660,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.17|>=10.0.0|<10.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21303,6 +23670,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.51|>=8.0.0|<8.7.40|>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21312,6 +23680,7 @@ "expected_output": "vers:composer/>=10.4.0|<=10.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21321,6 +23690,7 @@ "expected_output": "vers:composer/>=8.5.0|<8.7.17|>=9.0.0|<9.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21330,6 +23700,7 @@ "expected_output": "vers:composer/>=10.2.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21339,6 +23710,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21348,6 +23720,7 @@ "expected_output": "vers:composer/>=9.0.0|<=9.5.287|>=10.0.0|<=10.4.17|>=11.0.0|<=11.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21357,6 +23730,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21366,6 +23740,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.25|>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21375,6 +23750,7 @@ "expected_output": "vers:composer/>=10.0.0|<10.4.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21384,6 +23760,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.27|>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21393,6 +23770,7 @@ "expected_output": "vers:composer/>=9.0.0|<=9.5.16|>=10.0.0|<=10.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21402,6 +23780,7 @@ "expected_output": "vers:composer/>=7.0.0|<=7.6.52|>=8.0.0|<=8.7.41|>=9.0.0|<=9.5.28|>=10.0.0|<=10.4.18|>=11.0.0|<=11.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21411,6 +23790,7 @@ "expected_output": "vers:composer/>=1.2.0|<1.2.13|>=2.0.0|<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21420,6 +23800,7 @@ "expected_output": "vers:composer/>=1.1.0|<1.1.3|>=1.2.0|<1.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21429,6 +23810,7 @@ "expected_output": "vers:composer/>=1.2.0-alpha|<1.2.13|>=2.0.0-alpha|<2.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21438,6 +23820,7 @@ "expected_output": "vers:composer/>=1.1.0-beta1|<1.1.3|>=1.2.0-beta1|<1.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21447,6 +23830,7 @@ "expected_output": "vers:composer/>=8.0.0|<=8.7.39|>=9.0.0|<=9.5.24|>=10.0.0|<=10.4.13|>=11.0.0|<=11.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21456,6 +23840,7 @@ "expected_output": "vers:composer/>=8.0.0|<=8.7.39|>=9.0.0|<=9.5.24|>=10.0.0|<=10.4.13|>=11.0.0|<=11.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21465,6 +23850,7 @@ "expected_output": "vers:composer/>=10.2.0|<=10.4.13|>=11.0.0|<=11.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21474,6 +23860,7 @@ "expected_output": "vers:composer/>=1.0.0|<3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21483,6 +23870,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.1.1|>=3.0.0|<3.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21492,6 +23880,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.1.1|>=3.0.0|<3.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21501,6 +23890,7 @@ "expected_output": "vers:composer/>=2.0.0|<2.1.1|>=3.0.0|<3.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21510,6 +23900,7 @@ "expected_output": "vers:composer/<2.3.16|>=3.0.0-alpha|<3.0.10|>=3.1.0-alpha|<3.1.7|>=3.2.0-alpha|<3.2.7|>=3.3.0-alpha|<3.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21519,6 +23910,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.7|>=3.0.0|<3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21528,6 +23920,7 @@ "expected_output": "vers:composer/>=1.0.0|<1.0.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21537,6 +23930,7 @@ "expected_output": "vers:composer/>=3.0.0-beta1|<3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21546,6 +23940,7 @@ "expected_output": "vers:composer/>=1.1.0|<1.1.1|>=2.0.0|<2.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21555,6 +23950,7 @@ "expected_output": "vers:composer/>=2.3.0-stable|<2.3.7|>=3.0.0-beta1|<3.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21564,6 +23960,7 @@ "expected_output": "vers:composer/>=2.3.0|<2.3.16|>=3.0.0|<3.0.10|>=3.1.0|<3.1.7|>=3.2.0|<3.2.7|>=3.3.0|<3.3.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21573,6 +23970,7 @@ "expected_output": "vers:composer/>=10.0.0|<=10.4.13|>=11.0.0|<=11.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21582,6 +23980,7 @@ "expected_output": "vers:composer/>=7.0.0|<=7.6.50|>=8.0.0|<=8.7.39|>=9.0.0|<=9.5.24|>=10.0.0|<=10.4.13|>=11.0.0|<=11.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21591,6 +23990,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21600,6 +24000,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.19|>=7.6.0|<7.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21609,6 +24010,7 @@ "expected_output": "vers:composer/<8.7.11|>=9.0.0|<9.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21618,6 +24020,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21627,6 +24030,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.14|>=7.0.0|<7.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21636,6 +24040,7 @@ "expected_output": "vers:composer/>=7.6.0|<7.6.22|>=8.0.0|<8.7.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21645,6 +24050,7 @@ "expected_output": "vers:composer/<8.7.30|>=9.0.0|<9.5.12|>=10.0.0|<10.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21654,6 +24060,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.9|>=7.0.0|<7.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21663,6 +24070,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21672,6 +24080,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.57|>=7.0.0|<7.6.51|>=8.0.0|<8.7.40|>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21681,6 +24090,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21690,6 +24100,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.54|>=7.6.0|<7.6.48|>=8.7.0|<8.7.38|>=9.0.0|<9.5.23|>=10.0.0|<10.4.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21699,6 +24110,7 @@ "expected_output": "vers:composer/>=7.6.0|<7.6.22|>=8.0.0|<8.7.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21708,6 +24120,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21717,6 +24130,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.26|>=7.6.0|<7.6.10|>=8.0.0|<8.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21726,6 +24140,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21735,6 +24150,7 @@ "expected_output": "vers:composer/>=4.3.0-alpha|<6.2.24|>=7.0.0-alpha|<7.6.8|>=8.0.0-alpha|<8.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21744,6 +24160,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.25|>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21753,6 +24170,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.16|>=7.0.0|<7.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21762,6 +24180,7 @@ "expected_output": "vers:composer/>=8.5.0|<8.7.17|>=9.0.0|<9.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21771,6 +24190,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.27|>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21780,6 +24200,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.27|>=7.6.0|<7.6.11|>=8.0.0|<8.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21789,6 +24210,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.15|>=7.0.0|<7.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21798,6 +24220,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.29|>=7.6.0|<7.6.13|>=8.0.0|<8.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21807,6 +24230,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21816,6 +24240,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.14|>=7.0.0|<7.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21825,6 +24250,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21834,6 +24260,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.25|>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21843,6 +24270,7 @@ "expected_output": "vers:composer/7.6.15" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21852,6 +24280,7 @@ "expected_output": "vers:composer/>=8.0.0|<=8.7.40|>=9.0.0|<=9.5.28|>=10.0.0|<=10.4.17|>=11.0.0|<=11.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21861,6 +24290,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21870,6 +24300,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21879,6 +24310,7 @@ "expected_output": "vers:composer/8.7.25|9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21888,6 +24320,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21897,6 +24330,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.30|>=8.0.0|<8.7.17|>=9.0.0|<9.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21906,6 +24340,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21915,6 +24350,7 @@ "expected_output": "vers:composer/>=7.6.0|<7.6.22|>=8.0.0|<8.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21924,6 +24360,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21933,6 +24370,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.17|>=10.0.0|<10.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21942,6 +24380,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21951,6 +24390,7 @@ "expected_output": "vers:composer/>=8.0.0|<=8.7.40|>=9.0.0|<=9.5.28|>=10.0.0|<=10.4.17|>=11.0.0|<=11.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21960,6 +24400,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.57|>=7.0.0|<7.6.51|>=8.0.0|<8.7.40|>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21969,6 +24410,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.18|>=7.6.0|<7.6.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21978,6 +24420,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21987,6 +24430,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -21996,6 +24440,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.20|>=7.6.0|<7.6.5|>=8.0.0|<8.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22005,6 +24450,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.30|>=8.0.0|<8.7.17|>=9.0.0|<9.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22014,6 +24460,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.14|>=7.0.0|<7.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22023,6 +24470,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.30|>=7.6.0|<7.6.15|>=8.0.0|<8.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22032,6 +24480,7 @@ "expected_output": "vers:composer/>=7.6.0|<7.6.22|>=8.0.0|<8.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22041,6 +24490,7 @@ "expected_output": "vers:composer/<6.2.19" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22050,6 +24500,7 @@ "expected_output": "vers:composer/>=9.5.12|<9.5.17|>=10.2.0|<10.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22059,6 +24510,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.40|>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22068,6 +24520,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.27|>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22077,6 +24530,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22086,6 +24540,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.19|>=7.6.0|<7.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22095,6 +24550,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.39|>=7.0.0|<=7.1.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22104,6 +24560,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22113,6 +24570,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.20|>=7.6.0|<7.6.5|>=8.0.0|<8.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22122,6 +24580,7 @@ "expected_output": "vers:composer/<6.2.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22131,6 +24590,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22140,6 +24600,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22149,6 +24610,7 @@ "expected_output": "vers:composer/>=9.0.0|<=9.5.16|>=10.0.0|<=10.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22158,6 +24620,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22167,6 +24630,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.16|>=7.0.0|<7.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22176,6 +24640,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22185,6 +24650,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.26|>=7.6.0|<7.6.10|>=8.0.0|<8.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22194,6 +24660,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.27|>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22203,6 +24670,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22212,6 +24680,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.14|>=7.0.0|<7.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22221,6 +24690,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.19" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22230,6 +24700,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.14|>=7.0.0|<7.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22239,6 +24710,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.20|>=10.0.0|<10.4.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22248,6 +24720,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22257,6 +24730,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.18" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22266,6 +24740,7 @@ "expected_output": "vers:composer/<8.7.30|>=9.0.0|<9.5.12|>=10.0.0|<10.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22275,6 +24750,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.27|>=7.6.0|<7.6.11|>=8.0.0|<8.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22284,6 +24760,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.15|>=7.0.0|<7.4.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22293,6 +24770,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22302,6 +24780,7 @@ "expected_output": "vers:composer/>=7.0.0|<=7.6.51|>=8.0.0|<=8.7.40|>=9.0.0|<=9.5.27|>=10.0.0|<=10.4.17|>=11.0.0|<=11.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22311,6 +24790,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.20|>=7.6.0|<7.6.5|>=8.0.0|<8.0.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22320,6 +24800,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.14|>=7.0.0|<7.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22329,6 +24810,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22338,6 +24820,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22347,6 +24830,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22356,6 +24840,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.16|>=7.0.0|<7.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22365,6 +24850,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.25|>=7.6.0|<7.6.8|>=8.0.0|<8.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22374,6 +24860,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.9|>=7.0.0|<7.0.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22383,6 +24870,7 @@ "expected_output": "vers:composer/>=11.2.0|<11.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22392,6 +24880,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.23|>=10.0.0|<10.4.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22401,6 +24890,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.20|>=10.0.0|<10.4.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22410,6 +24900,7 @@ "expected_output": "vers:composer/>=11.0.0|<11.5.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22419,6 +24910,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.27|>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22428,6 +24920,7 @@ "expected_output": "vers:composer/>=7.6.0|<7.6.22|>=8.0.0|<8.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22437,6 +24930,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22446,6 +24940,7 @@ "expected_output": "vers:composer/>=8.3.0|<=8.7.26|>=9.0.0|<=9.5.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22455,6 +24950,7 @@ "expected_output": "vers:composer/>=7.6.0|<=7.6.21|>=8.0.0|<=8.0.1|>=8.1.0|<=8.1.2|>=8.2.0|<=8.2.1|>=8.3.0|<=8.3.1|>=8.4.0|<=8.4.1|>=8.5.0|<=8.5.1|>=8.6.0|<=8.6.1|>=8.7.0|<=8.7.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22464,6 +24960,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.40|>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22473,6 +24970,7 @@ "expected_output": "vers:composer/>=7.6.0|<7.6.16|>=8.0.0|<8.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22482,6 +24980,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.20" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22491,6 +24990,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.3" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22500,6 +25000,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22509,6 +25010,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.26|>=7.6.0|<7.6.10|>=8.0.0|<8.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22518,6 +25020,7 @@ "expected_output": "vers:composer/<6.2.27|>=7.0.0+alpha|<7.6.11|>=8.0.0+alpha|<8.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22527,6 +25030,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.25|>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22536,6 +25040,7 @@ "expected_output": "vers:composer/>=7.6.0|<7.6.10|>=8.0.0|<8.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22545,6 +25050,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22554,6 +25060,7 @@ "expected_output": "vers:composer/>=7.6.0|<7.6.22|>=8.0.0|<8.7.5" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22563,6 +25070,7 @@ "expected_output": "vers:composer/>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22572,6 +25080,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22581,6 +25090,7 @@ "expected_output": "vers:composer/>=9.0.0|<9.5.17|>=10.0.0|<10.4.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22590,6 +25100,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.51|>=8.0.0|<8.7.40|>=9.0.0|<9.5.25|>=10.0.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22599,6 +25110,7 @@ "expected_output": "vers:composer/>=10.4.0|<=10.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22608,6 +25120,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.16|>=7.0.0|<7.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22617,6 +25130,7 @@ "expected_output": "vers:composer/>=8.2.0|<8.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22626,6 +25140,7 @@ "expected_output": "vers:composer/>=8.5.0|<8.7.17|>=9.0.0|<9.3.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22635,6 +25150,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.26|>=7.6.0|<7.6.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22644,6 +25160,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.16|>=7.0.0|<7.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22653,6 +25170,7 @@ "expected_output": "vers:composer/<6.2.27|>=7.0.0+alpha|<7.6.11|>=8.0.0+alpha|<8.3.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22662,6 +25180,7 @@ "expected_output": "vers:composer/>=10.2.0|<10.4.14|>=11.0.0|<11.1.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22671,6 +25190,7 @@ "expected_output": "vers:composer/>=7.0.0|<7.6.32|>=8.0.0|<8.7.21|>=9.0.0|<9.5.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22680,6 +25200,7 @@ "expected_output": "vers:composer/>=9.0.0|<=9.5.287|>=10.0.0|<=10.4.17|>=11.0.0|<=11.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22689,6 +25210,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.23|>=9.0.0|<9.5.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22698,6 +25220,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22707,6 +25230,7 @@ "expected_output": "vers:composer/<6.2.29|>=7.6.0|<7.6.13|>=8.0.0|<8.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22716,6 +25240,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.26|>=7.6.0|<7.6.10|>=8.0.0|<8.2.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22725,6 +25250,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.25|>=9.0.0|<9.5.6" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22734,6 +25260,7 @@ "expected_output": "vers:composer/<6.2.29|>=7.6.0|<7.6.13|>=8.0.0|<8.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22743,6 +25270,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.15|>=7.0.0|<7.3.0" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22752,6 +25280,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.16|>=7.0.0|<7.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22761,6 +25290,7 @@ "expected_output": "vers:composer/>=10.0.0|<10.4.10" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22770,6 +25300,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.16" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22779,6 +25310,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.30|>=9.0.0|<9.5.12|>=10.0.0|<10.2.2" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22788,6 +25320,7 @@ "expected_output": "vers:composer/>=7.6.0|<7.6.16|>=8.0.0|<8.6.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22797,6 +25330,7 @@ "expected_output": "vers:composer/>=8.0.0|<8.7.27|>=9.0.0|<9.5.8" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22806,6 +25340,7 @@ "expected_output": "vers:composer/>=9.0.0|<=9.5.16|>=10.0.0|<=10.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22815,6 +25350,7 @@ "expected_output": "vers:composer/>=8.3.0|<=8.7.26|>=9.0.0|<=9.5.7" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22824,6 +25360,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.29|>=7.6.0|<7.6.13|>=8.0.0|<8.4.1" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -22833,6 +25370,7 @@ "expected_output": "vers:composer/>=6.2.0|<6.2.19|>=7.6.0|<7.6.4" }, { + "description": "Construct VERS range from GitLab native composer range.", "test_group": "advanced", "test_type": "from_native", "input": { diff --git a/tests/data/schema/range/conan_gitlab_range_from_native.json b/tests/data/schema/range/gitlab/conan_gitlab_range_from_native.json similarity index 72% rename from tests/data/schema/range/conan_gitlab_range_from_native.json rename to tests/data/schema/range/gitlab/conan_gitlab_range_from_native.json index e10d2d21..763407a2 100644 --- a/tests/data/schema/range/conan_gitlab_range_from_native.json +++ b/tests/data/schema/range/gitlab/conan_gitlab_range_from_native.json @@ -1,5 +1,6 @@ [ { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9,6 +10,7 @@ "expected_output": "vers:conan/>=5.1.0|<=5.1.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18,6 +20,7 @@ "expected_output": "vers:conan/5.2.5" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -27,6 +30,7 @@ "expected_output": "vers:conan/<3.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -36,6 +40,7 @@ "expected_output": "vers:conan/3.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -45,6 +50,7 @@ "expected_output": "vers:conan/<0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -54,6 +60,7 @@ "expected_output": "vers:conan/<2.17.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -63,6 +70,7 @@ "expected_output": "vers:conan/<=2.18.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -72,6 +80,7 @@ "expected_output": "vers:conan/>=1.11.34|<2.19.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -81,6 +90,7 @@ "expected_output": "vers:conan/<1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -90,6 +100,7 @@ "expected_output": "vers:conan/1.16.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -99,6 +110,7 @@ "expected_output": "vers:conan/<1.16.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -108,6 +120,7 @@ "expected_output": "vers:conan/>=1.0.0|<1.17.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -117,6 +130,7 @@ "expected_output": "vers:conan/<1.17.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -126,6 +140,7 @@ "expected_output": "vers:conan/<0.13.7|>=0.14.0|<0.14.11|>=0.15.0|<0.15.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -135,6 +150,7 @@ "expected_output": "vers:conan/<=1.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -144,6 +160,7 @@ "expected_output": "vers:conan/<=1.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -153,6 +170,7 @@ "expected_output": "vers:conan/<2.9.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -162,6 +180,7 @@ "expected_output": "vers:conan/<3.1.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -171,6 +190,7 @@ "expected_output": "vers:conan/<=0.5.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -180,6 +200,7 @@ "expected_output": "vers:conan/<=0.1.12" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -189,6 +210,7 @@ "expected_output": "vers:conan/<=0.1.12" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -198,6 +220,7 @@ "expected_output": "vers:conan/<=2.1.27" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -207,6 +230,7 @@ "expected_output": "vers:conan/>=2.1.17|<=2.1.27" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -216,6 +240,7 @@ "expected_output": "vers:conan/<=3.6.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -225,6 +250,7 @@ "expected_output": "vers:conan/<=3.6.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -234,6 +260,7 @@ "expected_output": "vers:conan/<=3.6.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -243,6 +270,7 @@ "expected_output": "vers:conan/<=3.6.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -252,6 +280,7 @@ "expected_output": "vers:conan/<3.6.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -261,6 +290,7 @@ "expected_output": "vers:conan/<3.6.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -270,6 +300,7 @@ "expected_output": "vers:conan/<3.6.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -279,6 +310,7 @@ "expected_output": "vers:conan/3.6.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -288,6 +320,7 @@ "expected_output": "vers:conan/<2021.07.22.00" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -297,6 +330,7 @@ "expected_output": "vers:conan/<1.0.12" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -306,6 +340,7 @@ "expected_output": "vers:conan/<1.0.12" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -315,6 +350,7 @@ "expected_output": "vers:conan/<1.0.12" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -324,6 +360,7 @@ "expected_output": "vers:conan/>=3.3.0|<=3.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -333,6 +370,7 @@ "expected_output": "vers:conan/2.42.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -342,6 +380,7 @@ "expected_output": "vers:conan/<=5.1.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -351,6 +390,7 @@ "expected_output": "vers:conan/5.1.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -360,6 +400,7 @@ "expected_output": "vers:conan/5.2.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -369,6 +410,7 @@ "expected_output": "vers:conan/<2.65.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -378,6 +420,7 @@ "expected_output": "vers:conan/>=2.60.0|<=2.62.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -387,6 +430,7 @@ "expected_output": "vers:conan/<2.66.7|>=2.67.0|<2.67.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -396,6 +440,7 @@ "expected_output": "vers:conan/<2.66.6|>=2.67.0|<2.67.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -405,6 +450,7 @@ "expected_output": "vers:conan/<2.66.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -414,6 +460,7 @@ "expected_output": "vers:conan/<2.63.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -423,6 +470,7 @@ "expected_output": "vers:conan/<=3.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -432,6 +480,7 @@ "expected_output": "vers:conan/<=3.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -441,6 +490,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -450,6 +500,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -459,6 +510,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -468,6 +520,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -477,6 +530,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -486,6 +540,7 @@ "expected_output": "vers:conan/2.8.107" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -495,6 +550,7 @@ "expected_output": "vers:conan/2.9.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -504,6 +560,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -513,6 +570,7 @@ "expected_output": "vers:conan/<=1.12.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -522,6 +580,7 @@ "expected_output": "vers:conan/<=1.12.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -531,6 +590,7 @@ "expected_output": "vers:conan/<=1.12.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -540,6 +600,7 @@ "expected_output": "vers:conan/<=1.12.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -549,6 +610,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -558,6 +620,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -567,6 +630,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -576,6 +640,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -585,6 +650,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -594,6 +660,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -603,6 +670,7 @@ "expected_output": "vers:conan/1.13.1-1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -612,6 +680,7 @@ "expected_output": "vers:conan/1.10.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -621,6 +690,7 @@ "expected_output": "vers:conan/1.10.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -630,6 +700,7 @@ "expected_output": "vers:conan/1.10.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -639,6 +710,7 @@ "expected_output": "vers:conan/<=0.14.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -648,6 +720,7 @@ "expected_output": "vers:conan/<=2.13.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -657,6 +730,7 @@ "expected_output": "vers:conan/<2.0.23" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -666,6 +740,7 @@ "expected_output": "vers:conan/<2.0.25" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -675,6 +750,7 @@ "expected_output": "vers:conan/<2.0.25" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -684,6 +760,7 @@ "expected_output": "vers:conan/>=2.0.0|<2.0.17" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -693,6 +770,7 @@ "expected_output": "vers:conan/2.0.24" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -702,6 +780,7 @@ "expected_output": "vers:conan/<2.0.27" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -711,6 +790,7 @@ "expected_output": "vers:conan/<2.0.26" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -720,6 +800,7 @@ "expected_output": "vers:conan/3.0.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -729,6 +810,7 @@ "expected_output": "vers:conan/3.0.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -738,6 +820,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -747,6 +830,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -756,6 +840,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -765,6 +850,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -774,6 +860,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -783,6 +870,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -792,6 +880,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -801,6 +890,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -810,6 +900,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -819,6 +910,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -828,6 +920,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -837,6 +930,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -846,6 +940,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -855,6 +950,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -864,6 +960,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -873,6 +970,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -882,6 +980,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -891,6 +990,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -900,6 +1000,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -909,6 +1010,7 @@ "expected_output": "vers:conan/2.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -918,6 +1020,7 @@ "expected_output": "vers:conan/<=2.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -927,6 +1030,7 @@ "expected_output": "vers:conan/<=2.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -936,6 +1040,7 @@ "expected_output": "vers:conan/2.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -945,6 +1050,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -954,6 +1060,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -963,6 +1070,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -972,6 +1080,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -981,6 +1090,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -990,6 +1100,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -999,6 +1110,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1008,6 +1120,7 @@ "expected_output": "vers:conan/<=2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1017,6 +1130,7 @@ "expected_output": "vers:conan/<=2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1026,6 +1140,7 @@ "expected_output": "vers:conan/" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1035,6 +1150,7 @@ "expected_output": "vers:conan/<2021-10-15" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1044,6 +1160,7 @@ "expected_output": "vers:conan/<=2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1053,6 +1170,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1062,6 +1180,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1071,6 +1190,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1080,6 +1200,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1089,6 +1210,7 @@ "expected_output": "vers:conan/2.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1098,6 +1220,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1107,6 +1230,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1116,6 +1240,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1125,6 +1250,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1134,6 +1260,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1143,6 +1270,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1152,6 +1280,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1161,6 +1290,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1170,6 +1300,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1179,6 +1310,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1188,6 +1320,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1197,6 +1330,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1206,6 +1340,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1215,6 +1350,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1224,6 +1360,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1233,6 +1370,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1242,6 +1380,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1251,6 +1390,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1260,6 +1400,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1269,6 +1410,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1278,6 +1420,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1287,6 +1430,7 @@ "expected_output": "vers:conan/3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1296,6 +1440,7 @@ "expected_output": "vers:conan/" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1305,6 +1450,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1314,6 +1460,7 @@ "expected_output": "vers:conan/<=0.14" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1323,6 +1470,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1332,6 +1480,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1341,6 +1490,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1350,6 +1500,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1359,6 +1510,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1368,6 +1520,7 @@ "expected_output": "vers:conan/<1.80.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1377,6 +1530,7 @@ "expected_output": "vers:conan/3.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1386,6 +1540,7 @@ "expected_output": "vers:conan/>=3.4.0|<3.4.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1395,6 +1550,7 @@ "expected_output": "vers:conan/<3.5.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1404,6 +1560,7 @@ "expected_output": "vers:conan/<3.5.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1413,6 +1570,7 @@ "expected_output": "vers:conan/>=3.4.1|<=3.5.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1422,6 +1580,7 @@ "expected_output": "vers:conan/3.6.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1431,6 +1590,7 @@ "expected_output": "vers:conan/3.6.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1440,6 +1600,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.6.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1449,6 +1610,7 @@ "expected_output": "vers:conan/>=0.6.0|<=0.6.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1458,6 +1620,7 @@ "expected_output": "vers:conan/>=0.6.0|<=0.6.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1467,6 +1630,7 @@ "expected_output": "vers:conan/3.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1476,6 +1640,7 @@ "expected_output": "vers:conan/>=7.29.0|<=7.71.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1485,6 +1650,7 @@ "expected_output": "vers:conan/>=7.21.0|<7.74.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1494,6 +1660,7 @@ "expected_output": "vers:conan/>=7.41.0|<7.74.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1503,6 +1670,7 @@ "expected_output": "vers:conan/>=7.1.1|<=7.75.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1512,6 +1680,7 @@ "expected_output": "vers:conan/>=7.63.0|<=7.75.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1521,6 +1690,7 @@ "expected_output": "vers:conan/>=7.10.4|<7.77.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1530,6 +1700,7 @@ "expected_output": "vers:conan/>=7.73.0|<=7.78.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1539,6 +1710,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1548,6 +1720,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1557,6 +1730,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1566,6 +1740,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1575,6 +1750,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1584,6 +1760,7 @@ "expected_output": "vers:conan/<=1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1593,6 +1770,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1602,6 +1780,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1611,6 +1790,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1620,6 +1800,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1629,6 +1810,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1638,6 +1820,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1647,6 +1830,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1656,6 +1840,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1665,6 +1850,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1674,6 +1860,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1683,6 +1870,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1692,6 +1880,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1701,6 +1890,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1710,6 +1900,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1719,6 +1910,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1728,6 +1920,7 @@ "expected_output": "vers:conan/1.0.8" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1737,6 +1930,7 @@ "expected_output": "vers:conan/1.0.9" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1746,6 +1940,7 @@ "expected_output": "vers:conan/0.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1755,6 +1950,7 @@ "expected_output": "vers:conan/0.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1764,6 +1960,7 @@ "expected_output": "vers:conan/0.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1773,6 +1970,7 @@ "expected_output": "vers:conan/<0.28.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1782,6 +1980,7 @@ "expected_output": "vers:conan/<0.28.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1791,6 +1990,7 @@ "expected_output": "vers:conan/2.0.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1800,6 +2000,7 @@ "expected_output": "vers:conan/<2.0.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1809,6 +2010,7 @@ "expected_output": "vers:conan/2.0.90" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1818,6 +2020,7 @@ "expected_output": "vers:conan/>1.5.3|<=2.0.90" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1827,6 +2030,7 @@ "expected_output": "vers:conan/<9d" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1836,6 +2040,7 @@ "expected_output": "vers:conan/<9d" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1845,6 +2050,7 @@ "expected_output": "vers:conan/<1.64" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1854,6 +2060,7 @@ "expected_output": "vers:conan/<3.1.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1863,6 +2070,7 @@ "expected_output": "vers:conan/1.6.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1872,6 +2080,7 @@ "expected_output": "vers:conan/<0.20" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1881,6 +2090,7 @@ "expected_output": "vers:conan/<=0.20" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1890,6 +2100,7 @@ "expected_output": "vers:conan/<0.20.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1899,6 +2110,7 @@ "expected_output": "vers:conan/<0.20.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1908,6 +2120,7 @@ "expected_output": "vers:conan/0.20.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1917,6 +2130,7 @@ "expected_output": "vers:conan/<=3.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1926,6 +2140,7 @@ "expected_output": "vers:conan/1.0.30" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1935,6 +2150,7 @@ "expected_output": "vers:conan/1.1.10" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1944,6 +2160,7 @@ "expected_output": "vers:conan/<4.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1953,6 +2170,7 @@ "expected_output": "vers:conan/<4.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1962,6 +2180,7 @@ "expected_output": "vers:conan/<4.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1971,6 +2190,7 @@ "expected_output": "vers:conan/<4.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1980,6 +2200,7 @@ "expected_output": "vers:conan/>=3.9.0|<=4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1989,6 +2210,7 @@ "expected_output": "vers:conan/>=4.0.0|<=4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1998,6 +2220,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2007,6 +2230,7 @@ "expected_output": "vers:conan/>=3.9.0|<=4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2016,6 +2240,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2025,6 +2250,7 @@ "expected_output": "vers:conan/<=4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2034,6 +2260,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2043,6 +2270,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2052,6 +2280,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2061,6 +2290,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2070,6 +2300,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2079,6 +2310,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2088,6 +2320,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2097,6 +2330,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2106,6 +2340,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2115,6 +2350,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2124,6 +2360,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2133,6 +2370,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2142,6 +2380,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2151,6 +2390,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2160,6 +2400,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2169,6 +2410,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2178,6 +2420,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2187,6 +2430,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2196,6 +2440,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2205,6 +2450,7 @@ "expected_output": "vers:conan/4.0.3-35" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2214,6 +2460,7 @@ "expected_output": "vers:conan/4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2223,6 +2470,7 @@ "expected_output": "vers:conan/>=3.9.0|<=4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2232,6 +2480,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2241,6 +2490,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2250,6 +2500,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2259,6 +2510,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2268,6 +2520,7 @@ "expected_output": "vers:conan/<=4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2277,6 +2530,7 @@ "expected_output": "vers:conan/<4.5.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2286,6 +2540,7 @@ "expected_output": "vers:conan/<1.0.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2295,6 +2550,7 @@ "expected_output": "vers:conan/<1.0.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2304,6 +2560,7 @@ "expected_output": "vers:conan/<1.0.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2313,6 +2570,7 @@ "expected_output": "vers:conan/<1.0.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2322,6 +2580,7 @@ "expected_output": "vers:conan/<1.0.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2331,6 +2590,7 @@ "expected_output": "vers:conan/2.9.10" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2340,6 +2600,7 @@ "expected_output": "vers:conan/2.9.10" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2349,6 +2610,7 @@ "expected_output": "vers:conan/<2.9.11" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2358,6 +2620,7 @@ "expected_output": "vers:conan/<2.9.11" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2367,6 +2630,7 @@ "expected_output": "vers:conan/<2.9.11" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2376,6 +2640,7 @@ "expected_output": "vers:conan/<2.9.11" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2385,6 +2650,7 @@ "expected_output": "vers:conan/<2.9.11" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2394,6 +2660,7 @@ "expected_output": "vers:conan/<2.9.13" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2403,6 +2670,7 @@ "expected_output": "vers:conan/<2.9.14" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2412,6 +2680,7 @@ "expected_output": "vers:conan/<2.10.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2421,6 +2690,7 @@ "expected_output": "vers:conan/<2.10.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2430,6 +2700,7 @@ "expected_output": "vers:conan/<1.1.35" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2439,6 +2710,7 @@ "expected_output": "vers:conan/<=0.11.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2448,6 +2720,7 @@ "expected_output": "vers:conan/<0.12.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2457,6 +2730,7 @@ "expected_output": "vers:conan/<0.12.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2466,6 +2740,7 @@ "expected_output": "vers:conan/<=0.12.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2475,6 +2750,7 @@ "expected_output": "vers:conan/<=0.12.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2484,6 +2760,7 @@ "expected_output": "vers:conan/<=0.12.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2493,6 +2770,7 @@ "expected_output": "vers:conan/0.12.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2502,6 +2780,7 @@ "expected_output": "vers:conan/0.12.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2511,6 +2790,7 @@ "expected_output": "vers:conan/0.12.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2520,6 +2800,7 @@ "expected_output": "vers:conan/<=5.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2529,6 +2810,7 @@ "expected_output": "vers:conan/5.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2538,6 +2820,7 @@ "expected_output": "vers:conan/<=5.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2547,6 +2830,7 @@ "expected_output": "vers:conan/5.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2556,6 +2840,7 @@ "expected_output": "vers:conan/5.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2565,6 +2850,7 @@ "expected_output": "vers:conan/5.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2574,6 +2860,7 @@ "expected_output": "vers:conan/5.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2583,6 +2870,7 @@ "expected_output": "vers:conan/>=5.1.0|<5.3.5|>=5.4.0|<5.4.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2592,6 +2880,7 @@ "expected_output": "vers:conan/5.4.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2601,6 +2890,7 @@ "expected_output": "vers:conan/>=5.4.0|<=5.4.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2610,6 +2900,7 @@ "expected_output": "vers:conan/>=5.4.0|<=5.4.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2619,6 +2910,7 @@ "expected_output": "vers:conan/>=5.4.2|<=5.4.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2628,6 +2920,7 @@ "expected_output": "vers:conan/1.8.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2637,6 +2930,7 @@ "expected_output": "vers:conan/<2.7.17|>=2.8.0|<2.16.8|>=2.17.0|<2.24.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2646,6 +2940,7 @@ "expected_output": "vers:conan/4.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2655,6 +2950,7 @@ "expected_output": "vers:conan/<=6.2.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2664,6 +2960,7 @@ "expected_output": "vers:conan/<6.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2673,6 +2970,7 @@ "expected_output": "vers:conan/<3.7.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2682,6 +2980,7 @@ "expected_output": "vers:conan/<3.7.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2691,6 +2990,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2700,6 +3000,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2709,6 +3010,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2718,6 +3020,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2727,6 +3030,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2736,6 +3040,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2745,6 +3050,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2754,6 +3060,7 @@ "expected_output": "vers:conan/<2.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2763,6 +3070,7 @@ "expected_output": "vers:conan/<2.5.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2772,6 +3080,7 @@ "expected_output": "vers:conan/<2.5.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2781,6 +3090,7 @@ "expected_output": "vers:conan/<2.5.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2790,6 +3100,7 @@ "expected_output": "vers:conan/2.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2799,6 +3110,7 @@ "expected_output": "vers:conan/2.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2808,6 +3120,7 @@ "expected_output": "vers:conan/2.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2817,6 +3130,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2826,6 +3140,7 @@ "expected_output": "vers:conan/<=2.5.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2835,6 +3150,7 @@ "expected_output": "vers:conan/<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2844,6 +3160,7 @@ "expected_output": "vers:conan/<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2853,6 +3170,7 @@ "expected_output": "vers:conan/<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2862,6 +3180,7 @@ "expected_output": "vers:conan/<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2871,6 +3190,7 @@ "expected_output": "vers:conan/<=2.5.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2880,6 +3200,7 @@ "expected_output": "vers:conan/<3.0.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2889,6 +3210,7 @@ "expected_output": "vers:conan/<3.0.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2898,6 +3220,7 @@ "expected_output": "vers:conan/<3.0.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2907,6 +3230,7 @@ "expected_output": "vers:conan/<3.0.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2916,6 +3240,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2925,6 +3250,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2934,6 +3260,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2943,6 +3270,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2952,6 +3280,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2961,6 +3290,7 @@ "expected_output": "vers:conan/<2.4.3|>=2.5.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2970,6 +3300,7 @@ "expected_output": "vers:conan/<3.0.5" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2979,6 +3310,7 @@ "expected_output": "vers:conan/<3.0.5" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2988,6 +3320,7 @@ "expected_output": "vers:conan/<3.1.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2997,6 +3330,7 @@ "expected_output": "vers:conan/3.1.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3006,6 +3340,7 @@ "expected_output": "vers:conan/>=3.1.0|<3.1.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3015,6 +3350,7 @@ "expected_output": "vers:conan/<=2.3.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3024,6 +3360,7 @@ "expected_output": "vers:conan/<=1.5.1|>=2.0.0|<2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3033,6 +3370,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3042,6 +3380,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3051,6 +3390,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3060,6 +3400,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3069,6 +3410,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3078,6 +3420,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3087,6 +3430,7 @@ "expected_output": "vers:conan/<2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3096,6 +3440,7 @@ "expected_output": "vers:conan/<=2.3.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3105,6 +3450,7 @@ "expected_output": "vers:conan/2.3.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3114,6 +3460,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3123,6 +3470,7 @@ "expected_output": "vers:conan/<=2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3132,6 +3480,7 @@ "expected_output": "vers:conan/2.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3141,6 +3490,7 @@ "expected_output": "vers:conan/>=1.1.1d|<=1.1.1f" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3150,6 +3500,7 @@ "expected_output": "vers:conan/>=1.0.2|<=1.0.2v" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3159,6 +3510,7 @@ "expected_output": "vers:conan/>=1.0.2|<=1.0.2w|>=1.1.1|<=1.1.1h" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3168,6 +3520,7 @@ "expected_output": "vers:conan/1.0.2s" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3177,6 +3530,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2y|>=1.1.1|<1.1.1j" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3186,6 +3540,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2y|>=1.1.1|<1.1.1j" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3195,6 +3550,7 @@ "expected_output": "vers:conan/<0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3204,6 +3560,7 @@ "expected_output": "vers:conan/>=1.1.1|<1.1.1k" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3213,6 +3570,7 @@ "expected_output": "vers:conan/>=1.1.1h|<1.1.1k" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3222,6 +3580,7 @@ "expected_output": "vers:conan/>=1.1.1|<1.1.1l" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3231,6 +3590,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2za|>=1.1.1|<1.1.1l" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3240,6 +3600,7 @@ "expected_output": "vers:conan/<1.0.2|1.1.0|3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3249,6 +3610,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.1.1m|3.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3258,6 +3620,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2zd|>=1.1.0|<1.1.1n|>=3.0.0|<3.0.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3267,6 +3630,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2ze|>=1.1.1|<1.1.1o|>=3.0.0|<3.0.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3276,6 +3640,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3285,6 +3650,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3294,6 +3660,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3303,6 +3670,7 @@ "expected_output": "vers:conan/>=1.0.2|<1.0.2zf|>=1.1.1|<1.1.1p|>=3.0.0|<3.0.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3312,6 +3680,7 @@ "expected_output": "vers:conan/>=1.1.1|<1.1.1q|>=3.0.0|<3.0.5" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3321,6 +3690,7 @@ "expected_output": "vers:conan/3.0.4" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3330,6 +3700,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3339,6 +3710,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3348,6 +3720,7 @@ "expected_output": "vers:conan/>=3.0.0|<3.0.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3357,6 +3730,7 @@ "expected_output": "vers:conan/>=3.0.0|<=3.0.7" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3366,6 +3740,7 @@ "expected_output": "vers:conan/<8.44" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3375,6 +3750,7 @@ "expected_output": "vers:conan/<10.40" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3384,6 +3760,7 @@ "expected_output": "vers:conan/<10.40" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3393,6 +3770,7 @@ "expected_output": "vers:conan/<3.15.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3402,6 +3780,7 @@ "expected_output": "vers:conan/<3.18.3|>=3.19.0|<3.19.5|>=3.20.0|<3.20.2|>=3.21.0|<3.21.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3411,6 +3790,7 @@ "expected_output": "vers:conan/1.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3420,6 +3800,7 @@ "expected_output": "vers:conan/2.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3429,6 +3810,7 @@ "expected_output": "vers:conan/<=1.5.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3438,6 +3820,7 @@ "expected_output": "vers:conan/>=4.0|<4.4.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3447,6 +3830,7 @@ "expected_output": "vers:conan/>=4.0|<4.4.3" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3456,6 +3840,7 @@ "expected_output": "vers:conan/<=2.0.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3465,6 +3850,7 @@ "expected_output": "vers:conan/cci.20200203" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3474,6 +3860,7 @@ "expected_output": "vers:conan/2.27" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3483,6 +3870,7 @@ "expected_output": "vers:conan/2.27" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3492,6 +3880,7 @@ "expected_output": "vers:conan/8.6.11" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3501,6 +3890,7 @@ "expected_output": "vers:conan/5.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3510,6 +3900,7 @@ "expected_output": "vers:conan/>=0.9.3|<=0.13.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3519,6 +3910,7 @@ "expected_output": "vers:conan/<2021.02.22.00" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3528,6 +3920,7 @@ "expected_output": "vers:conan/<1.05.01" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3537,6 +3930,7 @@ "expected_output": "vers:conan/<0.9.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3546,6 +3940,7 @@ "expected_output": "vers:conan/<0.9.6" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3555,6 +3950,7 @@ "expected_output": "vers:conan/>=19.0.0|<=20.8.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3564,6 +3960,7 @@ "expected_output": "vers:conan/>=0.19.0|<0.30.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3573,6 +3970,7 @@ "expected_output": "vers:conan/>=0.26.0|<0.30.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3582,6 +3980,7 @@ "expected_output": "vers:conan/<0.30.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3591,6 +3990,7 @@ "expected_output": "vers:conan/<0.33.1|>0.33.1|<0.34.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3600,6 +4000,7 @@ "expected_output": "vers:conan/>=0.34.0|<0.34.2|>=0.35.0|<0.35.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3609,6 +4010,7 @@ "expected_output": "vers:conan/<0.38.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3618,6 +4020,7 @@ "expected_output": "vers:conan/>=0.37.0|<0.38.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3627,6 +4030,7 @@ "expected_output": "vers:conan/<0.38.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3636,6 +4040,7 @@ "expected_output": "vers:conan/<1.0.2|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3645,6 +4050,7 @@ "expected_output": "vers:conan/<1.0.2|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3654,6 +4060,7 @@ "expected_output": "vers:conan/<1.0.2|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3663,6 +4070,7 @@ "expected_output": "vers:conan/4.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3672,6 +4080,7 @@ "expected_output": "vers:conan/<4.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3681,6 +4090,7 @@ "expected_output": "vers:conan/<4.5.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3690,6 +4100,7 @@ "expected_output": "vers:conan/<4.5.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3699,6 +4110,7 @@ "expected_output": "vers:conan/<4.5.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3708,6 +4120,7 @@ "expected_output": "vers:conan/<4.5.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3717,6 +4130,7 @@ "expected_output": "vers:conan/<4.6.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3726,6 +4140,7 @@ "expected_output": "vers:conan/<4.6.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3735,6 +4150,7 @@ "expected_output": "vers:conan/<4.7.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3744,6 +4160,7 @@ "expected_output": "vers:conan/>=4.6.0|<4.8.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3753,6 +4170,7 @@ "expected_output": "vers:conan/<4.8.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3762,6 +4180,7 @@ "expected_output": "vers:conan/<=5.0.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3771,6 +4190,7 @@ "expected_output": "vers:conan/>=5.0.0|<5.1.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3780,6 +4200,7 @@ "expected_output": "vers:conan/<5.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3789,6 +4210,7 @@ "expected_output": "vers:conan/<5.2.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3798,6 +4220,7 @@ "expected_output": "vers:conan/<5.4.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3807,6 +4230,7 @@ "expected_output": "vers:conan/<5.5.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3816,6 +4240,7 @@ "expected_output": "vers:conan/5.3.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3825,6 +4250,7 @@ "expected_output": "vers:conan/<5.5.1" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3834,6 +4260,7 @@ "expected_output": "vers:conan/<5.5.2" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3843,6 +4270,7 @@ "expected_output": "vers:conan/<5.5.0" }, { + "description": "Construct VERS range from GitLab native conan range.", "test_group": "advanced", "test_type": "from_native", "input": { diff --git a/tests/data/schema/range/gem_gitlab_range_from_native.json b/tests/data/schema/range/gitlab/gem_gitlab_range_from_native.json similarity index 75% rename from tests/data/schema/range/gem_gitlab_range_from_native.json rename to tests/data/schema/range/gitlab/gem_gitlab_range_from_native.json index ff9443ae..67714980 100644 --- a/tests/data/schema/range/gem_gitlab_range_from_native.json +++ b/tests/data/schema/range/gitlab/gem_gitlab_range_from_native.json @@ -1,5 +1,6 @@ [ { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9,6 +10,7 @@ "expected_output": "vers:gem/<3.4.1|>=4.3.0|<4.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18,6 +20,7 @@ "expected_output": "vers:gem/>=4.0.0|<4.1.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -27,6 +30,7 @@ "expected_output": "vers:gem/<3.4.0|>=4.0.0|<4.1.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -36,6 +40,7 @@ "expected_output": "vers:gem/<3.4.0|>=4.0.0|<4.1.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -45,6 +50,7 @@ "expected_output": "vers:gem/>=1.0.0-alpha0|<1.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -54,6 +60,7 @@ "expected_output": "vers:gem/<1.4.3|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -63,6 +70,7 @@ "expected_output": "vers:gem/<=3.6.2|>=3.7.0|<=3.7.3|>=3.8.0|<=3.8.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -72,6 +80,7 @@ "expected_output": "vers:gem/>=1.10.0a|<1.10.1|>=1.11.0a|<1.11.2|>=1.12.0a|<1.12.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -81,6 +90,7 @@ "expected_output": "vers:gem/<1.0.1|>=1.1.0.alpha0|<1.1.2|>=1.2.0.alpha0|<1.2.1.1|>=1.3.0.alpha0|<1.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -90,6 +100,7 @@ "expected_output": "vers:gem/<1.0.1|>=1.1.0|<1.1.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -99,6 +110,7 @@ "expected_output": "vers:gem/>=1.2.0.alpha0|<1.2.2|>=1.3.0.alpha0|<1.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -108,6 +120,7 @@ "expected_output": "vers:gem/>=1.11.0a|<1.11.4|>=1.12.0a|<1.12.2|>=1.13.0a|<1.13.12|>=2.0.0a|<2.0.3|>=2.1.0a|<2.1.2|>=2.2.0a|<2.2.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -117,6 +130,7 @@ "expected_output": "vers:gem/0.1.4|>=1.0.13|<=1.0.14" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -126,6 +140,7 @@ "expected_output": "vers:gem/>=0.7.0|<0.9.13" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -135,6 +150,7 @@ "expected_output": "vers:gem/<0.1.1|>=0.2.0|<0.2.1|>=0.3.0|<0.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -144,6 +160,7 @@ "expected_output": "vers:gem/<=0.1.0|>0.2.0|<0.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -153,6 +170,7 @@ "expected_output": "vers:gem/>=0.1.0|<=0.3.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -162,6 +180,7 @@ "expected_output": "vers:gem/>=1.2.6|<1.2.8" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -171,6 +190,7 @@ "expected_output": "vers:gem/>=1.0.0|<1.1.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -180,6 +200,7 @@ "expected_output": "vers:gem/<1.12.3|>2.0.0a|<3.0.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -189,6 +210,7 @@ "expected_output": "vers:gem/>=1.16.0|<2.2.16" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -198,6 +220,7 @@ "expected_output": "vers:gem/>=5.0.0|<5.0.3|>=5.1.0|<5.1.1|>=5.2.0|<5.2.5|>=5.3.0|<5.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -207,6 +230,7 @@ "expected_output": "vers:gem/>=2.1.0|<4.2.6" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -216,6 +240,7 @@ "expected_output": "vers:gem/<1.4.1|>2.0.0a|<2.0.0rc3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -225,6 +250,7 @@ "expected_output": "vers:gem/<1.4.2|>2.0.0a|<2.1.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -234,6 +260,7 @@ "expected_output": "vers:gem/>=1.19|<1.22" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -243,6 +270,7 @@ "expected_output": "vers:gem/>=1.0.0|<2.5.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -252,6 +280,7 @@ "expected_output": "vers:gem/>=0.14.0|<=0.14.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -261,6 +290,7 @@ "expected_output": "vers:gem/>=0.12.0|<=0.14.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -270,6 +300,7 @@ "expected_output": "vers:gem/>=2.3.0|<2.4.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -279,6 +310,7 @@ "expected_output": "vers:gem/<=5.1.3|>=6.0.0|<=6.2.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -288,6 +320,7 @@ "expected_output": "vers:gem/<5.2.10|>=6.0.0|<6.4.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -297,6 +330,7 @@ "expected_output": "vers:gem/<1.3.2|>=2.0.1|<2.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -306,6 +340,7 @@ "expected_output": "vers:gem/<1.3.2|>=2.0.1|<2.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -315,6 +350,7 @@ "expected_output": "vers:gem/>=2.0.0|<2.0.5|>=2.1.0a|<2.1.4|>=2.2.0a|<2.2.3|>=2.3.0a|<2.3.3|>=2.4.0a|<2.4.6|>=2.5.0a|<2.5.1|>=2.7.0a|<2.7.1|>=2.8.0a|<2.8.3|>=2.9.0a|<2.9.4|>=2.10.0a|<2.10.2|>=2.11.0a|<2.11.3|>=2.12.0a|<2.12.3|>=3.0.0a|<3.0.0.beta.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -324,6 +360,7 @@ "expected_output": "vers:gem/>=2.0.0|<=2.12.4|>=3.0.0|<=4.0.0.beta7" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -333,6 +370,7 @@ "expected_output": "vers:gem/<2.8.6|>=2.9.0|<2.9.6|>=2.10.0|<2.10.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -342,6 +380,7 @@ "expected_output": "vers:gem/<2.11.14|>=3.0.0|<3.0.5|>=3.1.0|<3.1.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -351,6 +390,7 @@ "expected_output": "vers:gem/>=0.12.29|<=0.12.40" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -360,6 +400,7 @@ "expected_output": "vers:gem/>=0.14.14|<=1.14.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -369,6 +410,7 @@ "expected_output": "vers:gem/>=4.1.0.alpha|<4.1.14.1|>=4.2.0.alpha|<4.2.5.1|>=5.0.0.alpha|<5.0.0.beta1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -378,6 +420,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.1.11|>=3.2.0|<3.2.12" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -387,6 +430,7 @@ "expected_output": "vers:gem/>0.5.0|<1.0.4|>=1.1.0|<1.1.3|>=1.2.0|<1.2.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -396,6 +440,7 @@ "expected_output": "vers:gem/>=3.0.0|<5.2.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -405,6 +450,7 @@ "expected_output": "vers:gem/>=1.1.0|<4.6.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -414,6 +460,7 @@ "expected_output": "vers:gem/<2.2.10|>=2.3.0a|<2.3.8|>=2.4.0a|<2.4.5|>=3.0.0a|<3.0.0.rc4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -423,6 +470,7 @@ "expected_output": "vers:gem/>=1.0.0.rc1|<=1.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -432,6 +480,7 @@ "expected_output": "vers:gem/<3.7.11|>=4.0.0|<4.0.4|>=4.1.0|<4.1.11" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -441,6 +490,7 @@ "expected_output": "vers:gem/>=0.11.0|<=0.11.1|0.30.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -450,6 +500,7 @@ "expected_output": "vers:gem/>=3.7.0|<3.7.13|>=4.0.0|<4.0.5|>=4.1.0|<4.1.12" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -459,6 +510,7 @@ "expected_output": "vers:gem/>2.2.9|<=2.5.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -468,6 +520,7 @@ "expected_output": "vers:gem/>=2.6.0|<=3.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -477,6 +530,7 @@ "expected_output": "vers:gem/>2.2.9|<=2.5.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -486,6 +540,7 @@ "expected_output": "vers:gem/>2.2.9|<=2.5.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -495,6 +550,7 @@ "expected_output": "vers:gem/>=2.6.0|<=3.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -504,6 +560,7 @@ "expected_output": "vers:gem/>=2.6.0|<=3.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -513,6 +570,7 @@ "expected_output": "vers:gem/>=2.0.0|<=2.6.13" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -522,6 +580,7 @@ "expected_output": "vers:gem/>2.2.9|<=2.5.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -531,6 +590,7 @@ "expected_output": "vers:gem/>2.2.9|<=2.5.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -540,6 +600,7 @@ "expected_output": "vers:gem/>=2.6.0|<=3.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -549,6 +610,7 @@ "expected_output": "vers:gem/>=0.8.11|<=0.9.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -558,6 +620,7 @@ "expected_output": "vers:gem/>=2.6.0|<=3.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -567,6 +630,7 @@ "expected_output": "vers:gem/>2.2.9|<=2.5.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -576,6 +640,7 @@ "expected_output": "vers:gem/>=2.7.6|<=3.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -585,6 +650,7 @@ "expected_output": "vers:gem/>2.2.9|<=2.5.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -594,6 +660,7 @@ "expected_output": "vers:gem/<1.5.3|>2.0.0|<2.0.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -603,6 +670,7 @@ "expected_output": "vers:gem/<1.5.5|>=1.6.0|<1.6.8|>=1.7.0|<1.7.7" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -612,6 +680,7 @@ "expected_output": "vers:gem/>=2.0.0|<=2.0.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -621,6 +690,7 @@ "expected_output": "vers:gem/<6.25.1|>=7.0.0|<7.12.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -630,6 +700,7 @@ "expected_output": "vers:gem/>=2.7.0|<2.7.21|>=3.1.0|<3.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -639,6 +710,7 @@ "expected_output": "vers:gem/<2.7.26|>=3.0.0|<3.6.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -648,6 +720,7 @@ "expected_output": "vers:gem/>=6.0.0|<6.13.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -657,6 +730,7 @@ "expected_output": "vers:gem/>=2.7.0|<2.7.23|>3.2.0|<3.2.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -666,6 +740,7 @@ "expected_output": "vers:gem/<2.6.17|>=2.7.0|<2.7.18" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -675,6 +750,7 @@ "expected_output": "vers:gem/<6.25.1|>=7.0.0|<7.12.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -684,6 +760,7 @@ "expected_output": "vers:gem/>=2.7.0|<2.7.18" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -693,6 +770,7 @@ "expected_output": "vers:gem/>=2.7.1|<2.7.13" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -702,6 +780,7 @@ "expected_output": "vers:gem/<2.6.17|>=2.7.0|<2.7.18" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -711,6 +790,7 @@ "expected_output": "vers:gem/>=2.7.0|<2.7.22|>=3.2.0|<3.2.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -720,6 +800,7 @@ "expected_output": "vers:gem/>=2.0.0|<2.2.5|>=3.0.0|<3.0.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -729,6 +810,7 @@ "expected_output": "vers:gem/>=1.4.0|<1.5.4|>=1.6|<2.0.5|>=2.1.0|<2.1.3|>=2.2.0|<2.2.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -738,6 +820,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.2.15" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -747,6 +830,7 @@ "expected_output": "vers:gem/>=1.4.0|<1.5.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -756,6 +840,7 @@ "expected_output": "vers:gem/>=2.3.0|<2.8.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -765,6 +850,7 @@ "expected_output": "vers:gem/>=0.0.1|<=2.6.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -774,6 +860,7 @@ "expected_output": "vers:gem/>=0.1.7|<=2.6.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -783,6 +870,7 @@ "expected_output": "vers:gem/>=2.0.1|<=2.6.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -792,6 +880,7 @@ "expected_output": "vers:gem/>=2.1.2.0|<=2.6.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -801,6 +890,7 @@ "expected_output": "vers:gem/>=0.119.0|<=0.125.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -810,6 +900,7 @@ "expected_output": "vers:gem/<3.0.17|>=3.1.0|<3.1.8|>=3.2.0|<3.2.8" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -819,6 +910,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.1.12|>=3.2.0|<3.2.13" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -828,6 +920,7 @@ "expected_output": "vers:gem/<2.3.16|>=2.4.0|<3.0.20" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -837,6 +930,7 @@ "expected_output": "vers:gem/<5.2.4.3|>=6.0.0|<6.0.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -846,6 +940,7 @@ "expected_output": "vers:gem/>=4.1.0a|<4.1.11|>=4.2.0a|<4.2.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -855,6 +950,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.12|>=3.1.0|<3.1.4|>=3.2.0|<3.2.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -864,6 +960,7 @@ "expected_output": "vers:gem/<3.2.22|>=4.0.0a|<4.1.11|>=4.2.0a|<4.2.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -873,6 +970,7 @@ "expected_output": "vers:gem/>=2.0.0|<2.3.13|>=3.0.0|<3.0.10" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -882,6 +980,7 @@ "expected_output": "vers:gem/>=5.0.10|<5.1.11" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -891,6 +990,7 @@ "expected_output": "vers:gem/>=4.0.5|<4.0.33" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -900,6 +1000,7 @@ "expected_output": "vers:gem/>=5.3.0|<5.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -909,6 +1010,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.21|>=4.0.0|<4.0.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -918,6 +1020,7 @@ "expected_output": "vers:gem/>=5.3.0|<5.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -927,6 +1030,7 @@ "expected_output": "vers:gem/1.0|4.0.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -936,6 +1040,7 @@ "expected_output": "vers:gem/>=3.0.0|<5.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -945,6 +1050,7 @@ "expected_output": "vers:gem/>=5.3.0|<5.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -954,6 +1060,7 @@ "expected_output": "vers:gem/>=4.0.0a|<4.0.60|>=5.0.0a|<5.0.22" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -963,6 +1070,7 @@ "expected_output": "vers:gem/>=2.0.2|<=3.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -972,6 +1080,7 @@ "expected_output": "vers:gem/>=0.2.0|<0.2.2|>=0.4.0|<0.4.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -981,6 +1090,7 @@ "expected_output": "vers:gem/>=0.4.0|<=0.5.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -990,6 +1100,7 @@ "expected_output": "vers:gem/>=2.0.0|<2.0.13|>=2.1.0|<2.1.11|>=2.2.0|<2.2.5|>=2.3.0|<2.3.10|>=2.4.0|<2.4.11|>=2.5.0|<2.5.3|>=2.6.0|<2.6.3|>=2.7.0|<2.7.8|>=2.8.0|<2.8.2|>=2.9.0|<2.9.2|>=2.10.0|<2.10.4|>=2.11.0|<2.11.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -999,6 +1110,7 @@ "expected_output": "vers:gem/<2.5.5.rc1|>=2.6.0.alpha0|<2.6.6.rc1|>=2.7.0.alpha0|<2.7.0.rc1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1008,6 +1120,7 @@ "expected_output": "vers:gem/>=2.3.2|<=2.4.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1017,6 +1130,7 @@ "expected_output": "vers:gem/>=2.3.2|<=2.4.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1026,6 +1140,7 @@ "expected_output": "vers:gem/>=2.0.0.rc3|<2.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1035,6 +1150,7 @@ "expected_output": "vers:gem/<2.0.1|>=3.0.0|<3.0.2|>=3.1.0|<3.1.2|3.2.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1044,6 +1160,7 @@ "expected_output": "vers:gem/>=0.119.0|<=0.125.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1053,6 +1170,7 @@ "expected_output": "vers:gem/>=0.5.0|<1.9.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1062,6 +1180,7 @@ "expected_output": "vers:gem/<1.0.3|>=1.1.0|<1.1.4|>=1.2.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1071,6 +1190,7 @@ "expected_output": "vers:gem/>=0.1.33|<=1.1.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1080,6 +1200,7 @@ "expected_output": "vers:gem/>=0.5.0|<0.5.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1089,6 +1210,7 @@ "expected_output": "vers:gem/<2.8.6|>=2.9.0|<2.9.6|>=2.10.0|<2.10.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1098,6 +1220,7 @@ "expected_output": "vers:gem/<2.11.14|>=3.0.0|<3.0.5|>=3.1.0|<3.1.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1107,6 +1230,7 @@ "expected_output": "vers:gem/>=2.31.0|<2.31.2|>=2.32.0|<2.49.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1116,6 +1240,7 @@ "expected_output": "vers:gem/<3.9.0|>=5.0.0|<5.2.0|>=6.0.0|<6.3.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1125,6 +1250,7 @@ "expected_output": "vers:gem/<3.8.0|>=5.0.0|<5.1.0|>=6.0.0|<6.2.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1134,6 +1260,7 @@ "expected_output": "vers:gem/<1.5.5|>=2.0.0.beta1|<2.0.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1143,6 +1270,7 @@ "expected_output": "vers:gem/>=0.2.0|<=0.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1152,6 +1280,7 @@ "expected_output": "vers:gem/>0.11.0|<0.13.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1161,6 +1290,7 @@ "expected_output": "vers:gem/>=0.0.0|<0.12.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1170,6 +1300,7 @@ "expected_output": "vers:gem/>=0.0.0|<0.12.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1179,6 +1310,7 @@ "expected_output": "vers:gem/>=0.0.0|<0.12.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1188,6 +1320,7 @@ "expected_output": "vers:gem/<=0.14.1|>=0.15.0|<=0.15.1|>=0.16.0|<=0.16.3|>=0.17.0|<=0.17.2|0.18.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1197,6 +1330,7 @@ "expected_output": "vers:gem/>=0.0.0|<0.12.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1206,6 +1340,7 @@ "expected_output": "vers:gem/>=3.7.0|<3.7.13|>=4.0.0|<4.0.5|>=4.1.0|<4.1.12" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1215,6 +1350,7 @@ "expected_output": "vers:gem/>=9.0.0.pre1|<9.2.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1224,6 +1360,7 @@ "expected_output": "vers:gem/>=8.0|<=9.2.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1233,6 +1370,7 @@ "expected_output": "vers:gem/>=8.0|<=9.2.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1242,6 +1380,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1251,6 +1390,7 @@ "expected_output": "vers:gem/>=2.0.0|<2.3.13|>=3.0.0|<3.0.10" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1260,6 +1400,7 @@ "expected_output": "vers:gem/>=3.0.0.alpha|<3.2.22.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1269,6 +1410,7 @@ "expected_output": "vers:gem/>=3.2.0a|<3.2.20|>=4.0.0a|<4.0.11|>=4.1.0a|<4.1.7|>=4.2.0.a|<4.2.0.beta3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1278,6 +1420,7 @@ "expected_output": "vers:gem/>=4.0.0|<4.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1287,6 +1430,7 @@ "expected_output": "vers:gem/<2.3.18|>=2.4.0|<3.1.12|>=3.2.0|<3.2.13" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1296,6 +1440,7 @@ "expected_output": "vers:gem/<3.2.17|>=4.0|<4.0.3|>=4.1.0|<4.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1305,6 +1450,7 @@ "expected_output": "vers:gem/>=6.0.0|<=6.0.4|>=6.1.0|<=6.1.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1314,6 +1460,7 @@ "expected_output": "vers:gem/>=3.2.0.0.alpha|<3.2.22.2|>=4.0.0.0.alpha|<4.1.14.2|>=4.2.0.0.alpha|<4.2.5.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1323,6 +1470,7 @@ "expected_output": "vers:gem/<2.3.15|>=2.4.0|<3.0.19|>=3.1.0|<3.1.10|>=3.2.0|<3.2.11" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1332,6 +1480,7 @@ "expected_output": "vers:gem/>=6.0.0|<6.0.3.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1341,6 +1490,7 @@ "expected_output": "vers:gem/>=4.0.0.alpha|<4.1.14.1|>=4.2.0.alpha|<4.2.5.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1350,6 +1500,7 @@ "expected_output": "vers:gem/<3.2.16|>=4.0|<4.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1359,6 +1510,7 @@ "expected_output": "vers:gem/>=2.3.0.alpha0|<2.3.13" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1368,6 +1520,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.16|>=3.1.0|<3.1.7|>=3.2.0|<3.2.7" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1377,6 +1530,7 @@ "expected_output": "vers:gem/<3.0.17|>=3.1.0|<3.1.8|>=3.2.0|<3.2.8" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1386,6 +1540,7 @@ "expected_output": "vers:gem/<3.2.22.1|>=4.0.0.alpha|<4.1.14.1|>=4.2.0.alpha|<4.2.5.1|>=5.0.0.alpha|<5.0.0.beta1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1395,6 +1550,7 @@ "expected_output": "vers:gem/>=3.0.0.alpha0|<3.0.12|>=3.1.0.alpha0|<3.1.4|>=3.2.0.alpha0|<3.2.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1404,6 +1560,7 @@ "expected_output": "vers:gem/<3.0.13|>=3.1.0|<3.1.5|>=3.2.0|<3.2.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1413,6 +1570,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.10" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1422,6 +1580,7 @@ "expected_output": "vers:gem/>=3.2.0.0.alpha|<3.2.22.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1431,6 +1590,7 @@ "expected_output": "vers:gem/>=6.0.0|<6.0.3.7|>=6.1.0|<6.1.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1440,6 +1600,7 @@ "expected_output": "vers:gem/>=3.2.0a|<3.2.21|>=4.0.0a|<4.0.11.1|>=4.1.0a|<4.1.7.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1449,6 +1610,7 @@ "expected_output": "vers:gem/>=3.0.0.alpha0|<3.0.11|>=3.1.0.alpha0|<3.1.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1458,6 +1620,7 @@ "expected_output": "vers:gem/>=5.2.0.0|<5.2.4.6|>=6.0.0.0|<6.0.3.7|>=6.1.0.0|<6.1.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1467,6 +1630,7 @@ "expected_output": "vers:gem/>=2.3.0|<2.3.13" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1476,6 +1640,7 @@ "expected_output": "vers:gem/<3.2.22.1|>=4.0.0.alpha|<4.1.14.1|>=4.2.0.alpha|<4.2.5.1|>=5.0.0.alpha|<5.0.0.beta1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1485,6 +1650,7 @@ "expected_output": "vers:gem/>=6.0.0|<=6.0.4.1|>=6.1.0|<=6.1.4.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1494,6 +1660,7 @@ "expected_output": "vers:gem/>=3.0.6|<3.2.16|>=4.0.0.beta1|<4.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1503,6 +1670,7 @@ "expected_output": "vers:gem/<5.2.4.6|>=5.2.5|<5.2.6|>=6.0.0|<6.0.3.7|>=6.1.0|<6.1.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1512,6 +1680,7 @@ "expected_output": "vers:gem/<5.2.4.3|>=6.0.0|<6.0.3.1|10.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1521,6 +1690,7 @@ "expected_output": "vers:gem/<2.3.18|>=2.4.0|<3.1.12|>=3.2.0|<3.2.13" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1530,6 +1700,7 @@ "expected_output": "vers:gem/<3.2.16|>=4.0.0|<4.0.5|>=4.1.0|<4.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1539,6 +1710,7 @@ "expected_output": "vers:gem/>=2.0.0|<3.2.16|>=4.0.0.beta1|<4.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1548,6 +1720,7 @@ "expected_output": "vers:gem/>=5.0.0.0|<=5.2.6.1|>=6.0.0.0|<=6.0.4.5|>=6.1.0.0|<=6.1.4.5|>=7.0.0.0|<=7.0.2.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1557,6 +1730,7 @@ "expected_output": "vers:gem/>=6.0.0|<6.0.3.5|>=6.1.0|<6.1.2.1|33" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1566,6 +1740,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.17|>=3.1.0|<3.1.8|>=3.2.0|<3.2.8" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1575,6 +1750,7 @@ "expected_output": "vers:gem/<3.0.14|>=3.1.0|<3.1.6|>=3.2.0|<3.2.6" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1584,6 +1760,7 @@ "expected_output": "vers:gem/<5.2.4.3|>=6.0.0|<6.0.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1593,6 +1770,7 @@ "expected_output": "vers:gem/<3.2.16|>=4.0.0|<4.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1602,6 +1780,7 @@ "expected_output": "vers:gem/>=0.3.0|<1.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1611,6 +1790,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.12.6|>=4.0.0|<4.3.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1620,6 +1800,7 @@ "expected_output": "vers:gem/<=4.3.8|>=5.0.0|<=5.5.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1629,6 +1810,7 @@ "expected_output": "vers:gem/<4.3.8|>=5.0.0|<5.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1638,6 +1820,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.12.6|>=4.0.0|<4.3.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1647,6 +1830,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.12.2|>=4.0.0|<4.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1656,6 +1840,7 @@ "expected_output": "vers:gem/<4.3.11|>=5.0.0|<5.6.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1665,6 +1850,7 @@ "expected_output": "vers:gem/<=3.12.3|>=4.0.0|<=4.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1674,6 +1860,7 @@ "expected_output": "vers:gem/<4.3.12|>=5.0.0|<5.6.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1683,6 +1870,7 @@ "expected_output": "vers:gem/<=3.12.3|>=4.0.0|<=4.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1692,6 +1880,7 @@ "expected_output": "vers:gem/>=1.0.0|<1.0.4|>=1.1.0|<1.1.1|>=1.2.0|<1.2.2|>=1.3.0|<1.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1701,6 +1890,7 @@ "expected_output": "vers:gem/>=1.1.0.rc1|<1.1.0.rc5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1710,6 +1900,7 @@ "expected_output": "vers:gem/>=1.79.0|<13.3.9|>=13.4.0|<13.4.5|>=13.5.0|<13.5.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1719,6 +1910,7 @@ "expected_output": "vers:gem/>=2.1.0pre1|<2.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1728,6 +1920,7 @@ "expected_output": "vers:gem/<1.6.0|>=1.6.2|<1.6.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1737,6 +1930,7 @@ "expected_output": "vers:gem/<1.7.6|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1746,6 +1940,7 @@ "expected_output": "vers:gem/>=0.4.0|<=0.4.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1755,6 +1950,7 @@ "expected_output": "vers:gem/>=0.119.0|<=0.125.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1764,6 +1960,7 @@ "expected_output": "vers:gem/<2.1.4|>=2.2.0|<2.2.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1773,6 +1970,7 @@ "expected_output": "vers:gem/<1.6.12|>1.6.12|<2.0.8" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1782,6 +1980,7 @@ "expected_output": "vers:gem/>=1.3.0|<=1.4.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1791,6 +1990,7 @@ "expected_output": "vers:gem/>=1.1.0|<1.1.6|>=1.2.0|<1.2.8|>=1.3.0|<1.3.10|>=1.4.0|<1.4.5|>=1.5.0|<1.5.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1800,6 +2000,7 @@ "expected_output": "vers:gem/>=0.4|<=1.4.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1809,6 +2010,7 @@ "expected_output": "vers:gem/>=1.4.0|<1.4.5|>=1.5.0|<1.5.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1818,6 +2020,7 @@ "expected_output": "vers:gem/<1.1.3|>=1.2.0|<1.2.5|>=1.3.0.beta|<1.3.6" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1827,6 +2030,7 @@ "expected_output": "vers:gem/<1.4.6|>=1.5.0a|<1.5.4|>=1.6.0a|<1.6.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1836,6 +2040,7 @@ "expected_output": "vers:gem/>=2.0.4|<=2.0.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1845,6 +2050,7 @@ "expected_output": "vers:gem/>=1.1.0|<=1.4.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1854,6 +2060,7 @@ "expected_output": "vers:gem/>=1.6.0|<1.6.11|>=2.0.0|<2.0.6" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1863,6 +2070,7 @@ "expected_output": "vers:gem/>=0.8.0|<0.8.7.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1872,6 +2080,7 @@ "expected_output": "vers:gem/>=4.0.0.alpha|<4.2.7.1|>=5.0.0.alpha|<5.0.0.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1881,6 +2090,7 @@ "expected_output": "vers:gem/>=3.0.0|<4.2.11.1|>=5.0.0|<5.0.7.2|>=5.1.0|<5.1.6.2|>=5.2.0|<5.2.2.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1890,6 +2100,7 @@ "expected_output": "vers:gem/>=4.0.0.0.alpha|<4.1.14.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1899,6 +2110,7 @@ "expected_output": "vers:gem/<4.1.14.1|>=4.2.0.alpha|<4.2.5.1|>=5.0.0.alpha|<5.0.0.beta1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1908,6 +2120,7 @@ "expected_output": "vers:gem/<5.2.4.2|>=6.0.0|<6.0.2.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1917,6 +2130,7 @@ "expected_output": "vers:gem/<5.2.4.4|>=6.0.0.0|<6.0.3.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1926,6 +2140,7 @@ "expected_output": "vers:gem/<4.2.11.1|>=5.0.0|<5.0.7.2|>=5.1.0|<5.1.6.2|>=5.2.0|<5.2.2.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1935,6 +2150,7 @@ "expected_output": "vers:gem/<0.26.6|>=0.27.0|<0.27.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1944,6 +2160,7 @@ "expected_output": "vers:gem/<0.21.3|>0.22a" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1953,6 +2170,7 @@ "expected_output": "vers:gem/3.0.23|3.0.28" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1962,6 +2180,7 @@ "expected_output": "vers:gem/>=2.0.4|<4.0.0.beta1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1971,6 +2190,7 @@ "expected_output": "vers:gem/>=2.0|<2.7.7" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1980,6 +2200,7 @@ "expected_output": "vers:gem/<2.8.6|>=2.9.0|<2.9.6|>=2.10.0|<2.10.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1989,6 +2210,7 @@ "expected_output": "vers:gem/>=1.6.1|<1.8.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1998,6 +2220,7 @@ "expected_output": "vers:gem/>=1.6.10|<=1.6.13" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2007,6 +2230,7 @@ "expected_output": "vers:gem/<2.8.6|>=2.9.0|<2.9.6|>=2.10.0|<2.10.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2016,6 +2240,7 @@ "expected_output": "vers:gem/<2.11.14|>=3.0.0|<3.0.5|>=3.1.0|<3.1.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2025,6 +2250,7 @@ "expected_output": "vers:gem/<2.11.12|>=3.0.0|<3.0.3|>=3.1.0|<3.1.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2034,6 +2260,7 @@ "expected_output": "vers:gem/<2.11.13|>=3.0.0|<3.0.4|>=3.1.0|<3.1.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2043,6 +2270,7 @@ "expected_output": "vers:gem/>=5.2.0|<5.2.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2052,6 +2280,7 @@ "expected_output": "vers:gem/<5.2.4.2|>=6.0.0|<6.0.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2061,6 +2290,7 @@ "expected_output": "vers:gem/>=5.2.0|<=5.2.6.2|>=6.0.0|<=6.0.4.6|>=6.1.0|<=6.1.4.6|>=7.0.0|<=7.0.2.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2070,6 +2300,7 @@ "expected_output": "vers:gem/>=3.1.0|<=3.1.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2079,6 +2310,7 @@ "expected_output": "vers:gem/<3.1.3|>=4.0.0a|<4.0.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2088,6 +2320,7 @@ "expected_output": "vers:gem/>=1.5|<1.5.11|>=1.6|<1.6.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2097,6 +2330,7 @@ "expected_output": "vers:gem/>=1.6.0|<=1.6.7" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2106,6 +2340,7 @@ "expected_output": "vers:gem/<1.6.6.3|>=1.6.7.rc2|<1.6.7.rc4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2115,6 +2350,7 @@ "expected_output": "vers:gem/>=1.5|<1.5.11|>=1.6|<1.6.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2124,6 +2360,7 @@ "expected_output": "vers:gem/<1.6.6.4|>=1.6.7.rc2|<1.6.7.rc4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2133,6 +2370,7 @@ "expected_output": "vers:gem/>=1.6.0.0a|<1.6.7.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2142,6 +2380,7 @@ "expected_output": "vers:gem/<1.6.6.4|>=1.6.7.rc1|<1.6.7.rc4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2151,6 +2390,7 @@ "expected_output": "vers:gem/>=1.6.0.rc1|<1.6.7.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2160,6 +2400,7 @@ "expected_output": "vers:gem/>=3.2.0|<3.5.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2169,6 +2410,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.12.6|>=4.0.0|<4.3.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2178,6 +2420,7 @@ "expected_output": "vers:gem/<4.3.8|>=5.0.0|<5.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2187,6 +2430,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.12.6|>=4.0.0|<4.3.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2196,6 +2440,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.12.2|>=4.0.0|<4.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2205,6 +2450,7 @@ "expected_output": "vers:gem/<=3.12.3|>=4.0.0|<=4.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2214,6 +2460,7 @@ "expected_output": "vers:gem/<4.3.12|>=5.0.0|<5.6.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2223,6 +2470,7 @@ "expected_output": "vers:gem/<=3.12.3|>=4.0.0|<=4.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2232,6 +2480,7 @@ "expected_output": "vers:gem/<=4.0.1|>=4.1.0|<=4.4.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2241,6 +2490,7 @@ "expected_output": "vers:gem/>=4.2.0|<4.2.11|>=5.0.0|<5.0.7.1|>=5.1.0|<5.1.6.1|>=5.2.0|<5.2.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2250,6 +2500,7 @@ "expected_output": "vers:gem/>=2.0.0|<2.2.3|>=2.3.0|<2.3.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2259,6 +2510,7 @@ "expected_output": "vers:gem/<2.2.2|>=2.3.0|<2.3.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2268,6 +2520,7 @@ "expected_output": "vers:gem/>4.0.0.beta|<4.0.3|4.1.0.beta1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2277,6 +2530,7 @@ "expected_output": "vers:gem/<2.3.11|>=3.0.0|<3.0.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2286,6 +2540,7 @@ "expected_output": "vers:gem/>=6.1.0|<=6.1.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2295,6 +2550,7 @@ "expected_output": "vers:gem/>=5.2.0|<5.2.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2304,6 +2560,7 @@ "expected_output": "vers:gem/>=5.2.0|<5.2.2.1|>=6.0.0.beta1|<6.0.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2313,6 +2570,7 @@ "expected_output": "vers:gem/<5.2.4.3|>=6.0.0|<6.0.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2322,6 +2580,7 @@ "expected_output": "vers:gem/<3.2.17|>=4.0.0.beta|<4.0.3|4.1.0.beta1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2331,6 +2590,7 @@ "expected_output": "vers:gem/>=6.0.0|<6.0.4.1|>=6.1.0|<6.1.4.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2340,6 +2600,7 @@ "expected_output": "vers:gem/>=4.0.0|<=4.2.5.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2349,6 +2610,7 @@ "expected_output": "vers:gem/>=6.0.0|<6.0.3.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2358,6 +2620,7 @@ "expected_output": "vers:gem/>=6.0.0|<6.0.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2367,6 +2630,7 @@ "expected_output": "vers:gem/>=4.2.0|<5.2.4.5|>=6.0.0|<6.0.3.5|>=6.1.0|<6.1.2.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2376,6 +2640,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.2.16|>=4.0.0.beta1|<4.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2385,6 +2650,7 @@ "expected_output": "vers:gem/>=4.2.0|<=4.2.7" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2394,6 +2660,7 @@ "expected_output": "vers:gem/>=1.1.0|<1.1.6" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2403,6 +2670,7 @@ "expected_output": "vers:gem/<4.2.11.1|>=5.0.0|<5.0.7.2|>=5.1.0|<5.1.6.2|>=5.2.0|<5.2.2.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2412,6 +2680,7 @@ "expected_output": "vers:gem/<5.2.4.3|>=6.0.0|<6.0.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2421,6 +2690,7 @@ "expected_output": "vers:gem/>=2.0.0|<2.3.11|>=3.0.0|<3.0.7" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2430,6 +2700,7 @@ "expected_output": "vers:gem/<5.2.4.2|>=6.0.0|<6.0.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2439,6 +2710,7 @@ "expected_output": "vers:gem/>=2.1.0|<2.3.11|>=3.0.0|<3.0.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2448,6 +2720,7 @@ "expected_output": "vers:gem/>=2.1.0|<2.2.3|>=2.3.0|<2.3.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2457,6 +2730,7 @@ "expected_output": "vers:gem/<3.2.22.2|>=4.0.0.0|<4.1.14.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2466,6 +2740,7 @@ "expected_output": "vers:gem/>=6.0.0|<6.0.3.7|>=6.1.0|<6.1.0.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2475,6 +2750,7 @@ "expected_output": "vers:gem/>=4.0.0|<=5.0.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2484,6 +2760,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.11|>=3.1.0|<3.1.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2493,6 +2770,7 @@ "expected_output": "vers:gem/>=5.2.0.0|<5.2.4.6|>=6.0.0.0|<6.0.3.7|>=6.1.0.0|<6.1.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2502,6 +2780,7 @@ "expected_output": "vers:gem/>=4.0.0|<=5.0.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2511,6 +2790,7 @@ "expected_output": "vers:gem/>=4.2.0|<4.2.11|>=5.0.0|<5.0.7.1|>=5.1.0|<5.1.6.1|>=5.2.0|<5.2.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2520,6 +2800,7 @@ "expected_output": "vers:gem/>=6.0.4.2|<=6.1.4.2|7.0.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2529,6 +2810,7 @@ "expected_output": "vers:gem/<5.2.4.6|>=5.2.5|<5.2.6|>=6.0.0|<6.0.3.7|>=6.1.0|<6.1.3.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2538,6 +2820,7 @@ "expected_output": "vers:gem/<5.2.4.3|>=6.0.0|<6.0.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2547,6 +2830,7 @@ "expected_output": "vers:gem/>=0.0|<3.2.18|>4.0|<4.0.5|>=4.1|<4.1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2556,6 +2840,7 @@ "expected_output": "vers:gem/>=1.1.0|<1.1.6" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2565,6 +2850,7 @@ "expected_output": "vers:gem/<4.2.11.1|>=5.0.0|<5.0.7.2|>=5.1.0|<5.1.6.2|>=5.2.0|<5.2.2.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2574,6 +2860,7 @@ "expected_output": "vers:gem/>=5.0.0|<5.2.6.2|>=6.0.0|<6.0.4.6|>=6.1.0|<6.1.4.6|>=7.0.0|<7.0.2.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2583,6 +2870,7 @@ "expected_output": "vers:gem/>=6.0.0|<6.0.3.5|>=6.1.0|<6.1.2.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2592,6 +2880,7 @@ "expected_output": "vers:gem/>=2.1.0|<2.1.3|>=2.2.0|<2.2.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2601,6 +2890,7 @@ "expected_output": "vers:gem/<5.2.4.3|>=6.0.0|<6.0.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2610,6 +2900,7 @@ "expected_output": "vers:gem/>=3.0.0.beta|<3.2.17" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2619,6 +2910,7 @@ "expected_output": "vers:gem/>=2.3.9|<2.3.10|>=3.0.0|<3.0.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2628,6 +2920,7 @@ "expected_output": "vers:gem/>=1.0.0|<1.2.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2637,6 +2930,7 @@ "expected_output": "vers:gem/>=5.2.0|<5.2.2.1|>=6.0.0.beta1|<6.0.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2646,6 +2940,7 @@ "expected_output": "vers:gem/<2.3.18|>=2.4.0|<3.0.0|>=3.1.0|<3.1.12|>=3.2.0|<3.2.13" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2655,6 +2950,7 @@ "expected_output": "vers:gem/>=3.2.0|<4.0.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2664,6 +2960,7 @@ "expected_output": "vers:gem/>=2.0.0|<2.3.13|>=3.0.0|<3.0.10" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2673,6 +2970,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.13|>=3.1.0|<3.1.5|>=3.2.0|<3.2.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2682,6 +2980,7 @@ "expected_output": "vers:gem/>=4.2.0|<5.2.4.5|>=6.0.0|<6.0.3.5|>=6.1.0|<6.1.2.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2691,6 +2990,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.18|>=3.1.0|<3.1.9|>=3.2.0|<3.2.10" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2700,6 +3000,7 @@ "expected_output": "vers:gem/>=4.0.0.alpha|<4.2.7.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2709,6 +3010,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.13|>=3.1.0|<3.1.5|>=3.2.0|<3.2.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2718,6 +3020,7 @@ "expected_output": "vers:gem/>4.0.0|<4.0.7|>4.1.0|<4.1.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2727,6 +3030,7 @@ "expected_output": "vers:gem/<2.3.17|>=2.4.0|<3.1.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2736,6 +3040,7 @@ "expected_output": "vers:gem/>=3.1.0.alpha|<3.2.22.1|>=4.0.0.alpha|<4.1.14.1|>=4.2.0.alpha|<4.2.5.1|>=5.0.0.alpha|<5.0.0.beta1.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2745,6 +3050,7 @@ "expected_output": "vers:gem/>4.0.0|<4.0.9|>4.1.0|<4.1.5" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2754,6 +3060,7 @@ "expected_output": "vers:gem/>2.0.0|<3.2.19" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2763,6 +3070,7 @@ "expected_output": "vers:gem/<3.0.19|>=3.1.0|<3.1.10|>=3.2.0|<3.2.11" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2772,6 +3080,7 @@ "expected_output": "vers:gem/>=3.0.0|<3.0.4" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2781,6 +3090,7 @@ "expected_output": "vers:gem/<3.0.14|>=3.1.0|<3.1.6|>=3.2.0|<3.2.6" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2790,6 +3100,7 @@ "expected_output": "vers:gem/>0.0.0a|<0.6.4|>0.7.0a|<0.7.3" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2799,6 +3110,7 @@ "expected_output": "vers:gem/>=1.2|<3.5.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2808,6 +3120,7 @@ "expected_output": "vers:gem/>=3.11|<6.3.1" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2817,6 +3130,7 @@ "expected_output": "vers:gem/>=1.0.3|<3.5.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2826,6 +3140,7 @@ "expected_output": "vers:gem/>=2.3.0|<3.9.5|>=3.10|<3.12|>=4.0.0.preview2|<4.0.0.rc.2" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2835,6 +3150,7 @@ "expected_output": "vers:gem/>=4.2.2|<4.3.6" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2844,6 +3160,7 @@ "expected_output": "vers:gem/>=3.1.4|<5.2.0" }, { + "description": "Construct VERS range from GitLab native RubyGem range.", "test_group": "advanced", "test_type": "from_native", "input": { diff --git a/tests/data/schema/range/golang_gitlab_range_from_native.json b/tests/data/schema/range/gitlab/golang_gitlab_range_from_native.json similarity index 73% rename from tests/data/schema/range/golang_gitlab_range_from_native.json rename to tests/data/schema/range/gitlab/golang_gitlab_range_from_native.json index 1b4ed00e..3d6d800b 100644 --- a/tests/data/schema/range/golang_gitlab_range_from_native.json +++ b/tests/data/schema/range/gitlab/golang_gitlab_range_from_native.json @@ -1,5 +1,6 @@ [ { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9,6 +10,7 @@ "expected_output": "vers:golang/<1.3.7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18,6 +20,7 @@ "expected_output": "vers:golang/<1.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -27,6 +30,7 @@ "expected_output": "vers:golang/<1.0.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -36,6 +40,7 @@ "expected_output": "vers:golang/<2.2.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -45,6 +50,7 @@ "expected_output": "vers:golang/<=2.2.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -54,6 +60,7 @@ "expected_output": "vers:golang/<1.9.8|>=1.10.0|<1.10.4|1.11.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -63,6 +70,7 @@ "expected_output": "vers:golang/<1.9.8|>=1.10.0|<1.10.4|1.11.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -72,6 +80,7 @@ "expected_output": "vers:golang/<0.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -81,6 +90,7 @@ "expected_output": "vers:golang/<3.4.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -90,6 +100,7 @@ "expected_output": "vers:golang/>=3.2.0|<3.2.26|>=3.3.0|<3.3.11" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -99,6 +110,7 @@ "expected_output": "vers:golang/<3.4.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -108,6 +120,7 @@ "expected_output": "vers:golang/<1.11.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -117,6 +130,7 @@ "expected_output": "vers:golang/>=0.0.15|<0.0.17" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -126,6 +140,7 @@ "expected_output": "vers:golang/>=0.0.15|<0.0.17" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -135,6 +150,7 @@ "expected_output": "vers:golang/<0.21.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -144,6 +160,7 @@ "expected_output": "vers:golang/<0.21.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -153,6 +170,7 @@ "expected_output": "vers:golang/<0.193.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -162,6 +180,7 @@ "expected_output": "vers:golang/>=0.3.1|<0.5.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -171,6 +190,7 @@ "expected_output": "vers:golang/>=0.3.1|<0.5.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -180,6 +200,7 @@ "expected_output": "vers:golang/<0.12.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -189,6 +210,7 @@ "expected_output": "vers:golang/<0.12.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -198,6 +220,7 @@ "expected_output": "vers:golang/<0.12.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -207,6 +230,7 @@ "expected_output": "vers:golang/<0.12.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -216,6 +240,7 @@ "expected_output": "vers:golang/<0.12.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -225,6 +250,7 @@ "expected_output": "vers:golang/>=0.3.1|<0.5.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -234,6 +260,7 @@ "expected_output": "vers:golang/<0.12.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -243,6 +270,7 @@ "expected_output": "vers:golang/<0.11.91" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -252,6 +280,7 @@ "expected_output": "vers:golang/<0.12.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -261,6 +290,7 @@ "expected_output": "vers:golang/<0.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -270,6 +300,7 @@ "expected_output": "vers:golang/<0.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -279,6 +310,7 @@ "expected_output": "vers:golang/<=0.0.0-20201203163018-be400aefbc4c" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -288,6 +320,7 @@ "expected_output": "vers:golang/0.0.0-20200220183623-bac4c82f6975" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -297,6 +330,7 @@ "expected_output": "vers:golang/<=0.0.0-20220214200702-86341886e292" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -306,6 +340,7 @@ "expected_output": "vers:golang/>=1.16.0|<1.18.19|>=1.19.0|<1.19.11|>=1.20.0|<1.20.7|1.21.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -315,6 +350,7 @@ "expected_output": "vers:golang/<=1.18.17|>=1.19.0|<=1.19.9|>=1.20.0|<=1.20.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -324,6 +360,7 @@ "expected_output": "vers:golang/<=1.22.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -333,6 +370,7 @@ "expected_output": "vers:golang/<1.18.19|>=1.19.0|<1.19.11|>=1.20.0|<1.20.7|>=1.21.0|<1.21.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -342,6 +380,7 @@ "expected_output": "vers:golang/<1.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -351,6 +390,7 @@ "expected_output": "vers:golang/<=1.22.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -360,6 +400,7 @@ "expected_output": "vers:golang/<1.19.15|>=1.20.0|<1.20.11|>=1.21.0|<1.21.5|>=1.22.0|<1.22.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -369,6 +410,7 @@ "expected_output": "vers:golang/<=1.22.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -378,6 +420,7 @@ "expected_output": "vers:golang/<1.15.10|>=1.16.0|<1.16.7|>=1.17.0|<1.17.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -387,6 +430,7 @@ "expected_output": "vers:golang/>=1.9.0|<1.9.10|>=1.10.0|<1.10.6|>=1.11.0|<1.11.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -396,6 +440,7 @@ "expected_output": "vers:golang/>=1.11.0|<1.11.9|>=1.12.0|<1.12.7|>=1.13.0|<1.13.5|1.14.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -405,6 +450,7 @@ "expected_output": "vers:golang/>=1.0.0|<1.13.12|>=1.14.0|<1.14.8|>=1.15.0|<1.15.5|>=1.16.0|<1.16.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -414,6 +460,7 @@ "expected_output": "vers:golang/>=1.15.0|<=1.15.9|>=1.16.0|<=1.16.6|>=1.17.0|<=1.17.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -423,6 +470,7 @@ "expected_output": "vers:golang/<1.19.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -432,6 +480,7 @@ "expected_output": "vers:golang/>=1.17.0|<1.17.16|>=1.18.0|<1.18.14|>=1.19.0|<1.19.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -441,6 +490,7 @@ "expected_output": "vers:golang/>=1.16.0|<1.18.19|>=1.19.0|<1.19.10|>=1.20.0|<1.20.7|>=1.21.0|<1.21.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -450,6 +500,7 @@ "expected_output": "vers:golang/<1.18.18|>=1.19.0|<1.19.10|>=1.20.0|<1.20.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -459,6 +510,7 @@ "expected_output": "vers:golang/>=1.6.0|<1.16.13|>=1.17.0|<1.17.9|>=1.18.0|<1.18.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -468,6 +520,7 @@ "expected_output": "vers:golang/<1.16.13|>=1.17.0|<1.17.9|>=1.18.0|<1.18.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -477,6 +530,7 @@ "expected_output": "vers:golang/<=1.15.9|>=1.16.0|<=1.16.6|>=1.17.0|<=1.17.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -486,6 +540,7 @@ "expected_output": "vers:golang/>=1.1.0|<=1.16.10|>=1.17.0|<=1.17.6|>=1.18.0|<=1.18.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -495,6 +550,7 @@ "expected_output": "vers:golang/>=1.17.0|<1.17.13|>=1.18.0|<1.18.10|>=1.19.0|<1.19.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -504,6 +560,7 @@ "expected_output": "vers:golang/<1.15.11|>=1.16.0|<1.16.9|>=1.17.0|<1.17.5|>=1.18.0|<1.18.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -513,6 +570,7 @@ "expected_output": "vers:golang/>=1.17.0|<1.17.13|>=1.18.0|<1.18.10|>=1.19.0|<1.19.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -522,6 +580,7 @@ "expected_output": "vers:golang/1.13.6|1.14.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -531,6 +590,7 @@ "expected_output": "vers:golang/<0.16.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -540,6 +600,7 @@ "expected_output": "vers:golang/>=1.8.0|<=1.14.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -549,6 +610,7 @@ "expected_output": "vers:golang/<1.16.11|>=1.17.0|<1.17.7|>=1.18.0|<1.18.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -558,6 +620,7 @@ "expected_output": "vers:golang/<3.7.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -567,6 +630,7 @@ "expected_output": "vers:golang/<2021.0.0-08-11" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -576,6 +640,7 @@ "expected_output": "vers:golang/>=1.3.0|<1.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -585,6 +650,7 @@ "expected_output": "vers:golang/<1.6.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -594,6 +660,7 @@ "expected_output": "vers:golang/<1.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -603,6 +670,7 @@ "expected_output": "vers:golang/>=1.6.0|<1.6.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -612,6 +680,7 @@ "expected_output": "vers:golang/<1.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -621,6 +690,7 @@ "expected_output": "vers:golang/<1.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -630,6 +700,7 @@ "expected_output": "vers:golang/<1.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -639,6 +710,7 @@ "expected_output": "vers:golang/<1.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -648,6 +720,7 @@ "expected_output": "vers:golang/<1.3.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -657,6 +730,7 @@ "expected_output": "vers:golang/<20.10.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -666,6 +740,7 @@ "expected_output": "vers:golang/<19.3.11" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -675,6 +750,7 @@ "expected_output": "vers:golang/<19.3.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -684,6 +760,7 @@ "expected_output": "vers:golang/<2.8.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -693,6 +770,7 @@ "expected_output": "vers:golang/<1.1.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -702,6 +780,7 @@ "expected_output": "vers:golang/<1.11.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -711,6 +790,7 @@ "expected_output": "vers:golang/<1.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -720,6 +800,7 @@ "expected_output": "vers:golang/<6.5.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -729,6 +810,7 @@ "expected_output": "vers:golang/<0.11.1|>=0.12.0|<0.12.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -738,6 +820,7 @@ "expected_output": "vers:golang/<1.3.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -747,6 +830,7 @@ "expected_output": "vers:golang/<=0.6.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -756,6 +840,7 @@ "expected_output": "vers:golang/<0.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -765,6 +850,7 @@ "expected_output": "vers:golang/<0.6.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -774,6 +860,7 @@ "expected_output": "vers:golang/<=0.4.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -783,6 +870,7 @@ "expected_output": "vers:golang/<1.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -792,6 +880,7 @@ "expected_output": "vers:golang/>=1.7.8|<=1.7.14|>=1.8.3|<=1.8.7|>=1.9.0|<=1.9.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -801,6 +890,7 @@ "expected_output": "vers:golang/<2.1.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -810,6 +900,7 @@ "expected_output": "vers:golang/<1.7.26" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -819,6 +910,7 @@ "expected_output": "vers:golang/>2.2.0|<2.2.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -828,6 +920,7 @@ "expected_output": "vers:golang/<=2.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -837,6 +930,7 @@ "expected_output": "vers:golang/<1.4.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -846,6 +940,7 @@ "expected_output": "vers:golang/<1.4.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -855,6 +950,7 @@ "expected_output": "vers:golang/>=0.30.2|<0.34.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -864,6 +960,7 @@ "expected_output": "vers:golang/<0.34.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -873,6 +970,7 @@ "expected_output": "vers:golang/<0.34.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -882,6 +980,7 @@ "expected_output": "vers:golang/<0.31.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -891,6 +990,7 @@ "expected_output": "vers:golang/<0.34.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -900,6 +1000,7 @@ "expected_output": "vers:golang/>=0.38.0-beta.2|<=0.38.11-beta.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -909,6 +1010,7 @@ "expected_output": "vers:golang/>=0.38.0-beta.2|<=0.38.11-beta.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -918,6 +1020,7 @@ "expected_output": "vers:golang/<1.4.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -927,6 +1030,7 @@ "expected_output": "vers:golang/1.8.17" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -936,6 +1040,7 @@ "expected_output": "vers:golang/<1.9.18" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -945,6 +1050,7 @@ "expected_output": "vers:golang/>=1.10.0|<1.10.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -954,6 +1060,7 @@ "expected_output": "vers:golang/<1.10.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -963,6 +1070,7 @@ "expected_output": "vers:golang/<=1.10.16" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -972,6 +1080,7 @@ "expected_output": "vers:golang/<=1.10.12" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -981,6 +1090,7 @@ "expected_output": "vers:golang/<1.9.25" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -990,6 +1100,7 @@ "expected_output": "vers:golang/<1.9.24" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -999,6 +1110,7 @@ "expected_output": "vers:golang/<1.9.24" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1008,6 +1120,7 @@ "expected_output": "vers:golang/1.10.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1017,6 +1130,7 @@ "expected_output": "vers:golang/<1.9.17" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1026,6 +1140,7 @@ "expected_output": "vers:golang/>=1.9.4|<1.9.20" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1035,6 +1150,7 @@ "expected_output": "vers:golang/<=1.10.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1044,6 +1160,7 @@ "expected_output": "vers:golang/<1.9.18" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1053,6 +1170,7 @@ "expected_output": "vers:golang/>=1.10.0|<1.10.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1062,6 +1180,7 @@ "expected_output": "vers:golang/<1.8.14" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1071,6 +1190,7 @@ "expected_output": "vers:golang/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1080,6 +1200,7 @@ "expected_output": "vers:golang/<=1.10.12" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1089,6 +1210,7 @@ "expected_output": "vers:golang/<1.9.25" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1098,6 +1220,7 @@ "expected_output": "vers:golang/<1.9.24" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1107,6 +1230,7 @@ "expected_output": "vers:golang/1.10.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1116,6 +1240,7 @@ "expected_output": "vers:golang/<1.9.17" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1125,6 +1250,7 @@ "expected_output": "vers:golang/>=1.9.4|<1.9.20" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1134,6 +1260,7 @@ "expected_output": "vers:golang/1.10.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1143,6 +1270,7 @@ "expected_output": "vers:golang/<1.8.14" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1152,6 +1280,7 @@ "expected_output": "vers:golang/<1.9.18" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1161,6 +1290,7 @@ "expected_output": "vers:golang/>=1.10.0|<1.10.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1170,6 +1300,7 @@ "expected_output": "vers:golang/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1179,6 +1310,7 @@ "expected_output": "vers:golang/<=1.10.12" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1188,6 +1320,7 @@ "expected_output": "vers:golang/<1.9.25" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1197,6 +1330,7 @@ "expected_output": "vers:golang/<1.9.24" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1206,6 +1340,7 @@ "expected_output": "vers:golang/1.10.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1215,6 +1350,7 @@ "expected_output": "vers:golang/<1.9.17" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1224,6 +1360,7 @@ "expected_output": "vers:golang/>=1.9.4|<1.9.20" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1233,6 +1370,7 @@ "expected_output": "vers:golang/<1.9.24" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1242,6 +1380,7 @@ "expected_output": "vers:golang/>=1.9.4|<1.9.20" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1251,6 +1390,7 @@ "expected_output": "vers:golang/<1.19.7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1260,6 +1400,7 @@ "expected_output": "vers:golang/<1.9.25" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1269,6 +1410,7 @@ "expected_output": "vers:golang/<1.9.18" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1278,6 +1420,7 @@ "expected_output": "vers:golang/<3.14.4|>=3.15.0|<3.15.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1287,6 +1430,7 @@ "expected_output": "vers:golang/<0.13.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1296,6 +1440,7 @@ "expected_output": "vers:golang/>=0.11.0|<0.14.8|0.15.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1305,6 +1450,7 @@ "expected_output": "vers:golang/>=0.14.0|<0.15.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1314,6 +1460,7 @@ "expected_output": "vers:golang/>=0.10.0|<0.13.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1323,6 +1470,7 @@ "expected_output": "vers:golang/<0.15.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1332,6 +1480,7 @@ "expected_output": "vers:golang/<0.16.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1341,6 +1490,7 @@ "expected_output": "vers:golang/<0.14.8|0.15.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1350,6 +1500,7 @@ "expected_output": "vers:golang/>=0.10.0|<0.13.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1359,6 +1510,7 @@ "expected_output": "vers:golang/<0.13.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1368,6 +1520,7 @@ "expected_output": "vers:golang/<1.0.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1377,6 +1530,7 @@ "expected_output": "vers:golang/<=12.1.8|12.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1386,6 +1540,7 @@ "expected_output": "vers:golang/<=12.2.0-alpha5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1395,6 +1550,7 @@ "expected_output": "vers:golang/<1.3.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1404,6 +1560,7 @@ "expected_output": "vers:golang/<2019.3.4+00" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1413,6 +1570,7 @@ "expected_output": "vers:golang/<2021.2.22+00" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1422,6 +1580,7 @@ "expected_output": "vers:golang/<2020.3.16+00" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1431,6 +1590,7 @@ "expected_output": "vers:golang/<0.0.0-20201120070457-d52dcb253c63" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1440,6 +1600,7 @@ "expected_output": "vers:golang/<0.0.0-20201120070457-d52dcb253c63" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1449,6 +1610,7 @@ "expected_output": "vers:golang/<0.0.0-20201119192817-4b595ed4fac7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1458,6 +1620,7 @@ "expected_output": "vers:golang/<0.0.0-20201120070457-d52dcb253c63" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1467,6 +1630,7 @@ "expected_output": "vers:golang/<1.12.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1476,6 +1640,7 @@ "expected_output": "vers:golang/<2.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1485,6 +1650,7 @@ "expected_output": "vers:golang/<2.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1494,6 +1660,7 @@ "expected_output": "vers:golang/<2.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1503,6 +1670,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1512,6 +1680,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1521,6 +1690,7 @@ "expected_output": "vers:golang/<2.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1530,6 +1700,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1539,6 +1710,7 @@ "expected_output": "vers:golang/<1.7.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1548,6 +1720,7 @@ "expected_output": "vers:golang/<1.28.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1557,6 +1730,7 @@ "expected_output": "vers:golang/>=1.23.8|<1.28.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1566,6 +1740,7 @@ "expected_output": "vers:golang/<=1.16.7|>=1.17.0|<=1.17.1|>=1.18.0|<=1.19.8|>=1.20.0|<=1.21.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1575,6 +1750,7 @@ "expected_output": "vers:golang/<1.25.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1584,6 +1760,7 @@ "expected_output": "vers:golang/<1.14.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1593,6 +1770,7 @@ "expected_output": "vers:golang/>=1.8.0|<3.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1602,6 +1780,7 @@ "expected_output": "vers:golang/<1.7.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1611,6 +1790,7 @@ "expected_output": "vers:golang/<4.0.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1620,6 +1800,7 @@ "expected_output": "vers:golang/>=3.3.0|<3.4.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1629,6 +1810,7 @@ "expected_output": "vers:golang/<2.0.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1638,6 +1820,7 @@ "expected_output": "vers:golang/<3.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1647,6 +1830,7 @@ "expected_output": "vers:golang/<3.4.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1656,6 +1840,7 @@ "expected_output": "vers:golang/<4.0.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1665,6 +1850,7 @@ "expected_output": "vers:golang/<3.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1674,6 +1860,7 @@ "expected_output": "vers:golang/>=1.9.0|<=1.13.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1683,6 +1870,7 @@ "expected_output": "vers:golang/<1.4.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1692,6 +1880,7 @@ "expected_output": "vers:golang/<1.8.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1701,6 +1890,7 @@ "expected_output": "vers:golang/<=1.6.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1710,6 +1900,7 @@ "expected_output": "vers:golang/>=1.12.0|<=1.12.6|>=1.13.0|<1.13.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1719,6 +1910,7 @@ "expected_output": "vers:golang/<=1.7.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1728,6 +1920,7 @@ "expected_output": "vers:golang/<1.5.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1737,6 +1930,7 @@ "expected_output": "vers:golang/>=1.1.0|<=1.12.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1746,6 +1940,7 @@ "expected_output": "vers:golang/>=0.9.99|<1.12.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1755,6 +1950,7 @@ "expected_output": "vers:golang/<1.8.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1764,6 +1960,7 @@ "expected_output": "vers:golang/<1.16.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1773,6 +1970,7 @@ "expected_output": "vers:golang/<1.7.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1782,6 +1980,7 @@ "expected_output": "vers:golang/<1.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1791,6 +1990,7 @@ "expected_output": "vers:golang/<1.7.6|1.8.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1800,6 +2000,7 @@ "expected_output": "vers:golang/<=1.1.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1809,6 +2010,7 @@ "expected_output": "vers:golang/<1.13.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1818,6 +2020,7 @@ "expected_output": "vers:golang/<1.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1827,6 +2030,7 @@ "expected_output": "vers:golang/>=1.7.2|<=1.7.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1836,6 +2040,7 @@ "expected_output": "vers:golang/<1.5.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1845,6 +2050,7 @@ "expected_output": "vers:golang/<=1.11.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1854,6 +2060,7 @@ "expected_output": "vers:golang/<=1.15.7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1863,6 +2070,7 @@ "expected_output": "vers:golang/<1.11.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1872,6 +2080,7 @@ "expected_output": "vers:golang/<1.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1881,6 +2090,7 @@ "expected_output": "vers:golang/<1.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1890,6 +2100,7 @@ "expected_output": "vers:golang/<1.16.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1899,6 +2110,7 @@ "expected_output": "vers:golang/<1.7.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1908,6 +2120,7 @@ "expected_output": "vers:golang/<1.7.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1917,6 +2130,7 @@ "expected_output": "vers:golang/<1.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1926,6 +2140,7 @@ "expected_output": "vers:golang/<2.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1935,6 +2150,7 @@ "expected_output": "vers:golang/<2.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1944,6 +2160,7 @@ "expected_output": "vers:golang/<2.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1953,6 +2170,7 @@ "expected_output": "vers:golang/<0.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1962,6 +2180,7 @@ "expected_output": "vers:golang/<1.6.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1971,6 +2190,7 @@ "expected_output": "vers:golang/<1.7.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1980,6 +2200,7 @@ "expected_output": "vers:golang/<1.17.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1989,6 +2210,7 @@ "expected_output": "vers:golang/<=3.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1998,6 +2220,7 @@ "expected_output": "vers:golang/<0.1.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2007,6 +2230,7 @@ "expected_output": "vers:golang/>=0.34.0|<0.34.2|>=0.35.0|<0.35.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2016,6 +2240,7 @@ "expected_output": "vers:golang/>=0.19.0|<0.30.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2025,6 +2250,7 @@ "expected_output": "vers:golang/<0.33.1|>0.33.1|<0.34.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2034,6 +2260,7 @@ "expected_output": "vers:golang/>=0.26.0|<0.30.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2043,6 +2270,7 @@ "expected_output": "vers:golang/<0.30.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2052,6 +2280,7 @@ "expected_output": "vers:golang/<=1.7.30" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2061,6 +2290,7 @@ "expected_output": "vers:golang/<1.7.26" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2070,6 +2300,7 @@ "expected_output": "vers:golang/<2.4.13" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2079,6 +2310,7 @@ "expected_output": "vers:golang/<2.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2088,6 +2320,7 @@ "expected_output": "vers:golang/<2.2.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2097,6 +2330,7 @@ "expected_output": "vers:golang/<2.6.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2106,6 +2340,7 @@ "expected_output": "vers:golang/<0.15.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2115,6 +2350,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.16.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2124,6 +2360,7 @@ "expected_output": "vers:golang/>3.0.0|<3.5.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2133,6 +2370,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2142,6 +2380,7 @@ "expected_output": "vers:golang/<0.7.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2151,6 +2390,7 @@ "expected_output": "vers:golang/<0.7.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2160,6 +2400,7 @@ "expected_output": "vers:golang/<0.6.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2169,6 +2410,7 @@ "expected_output": "vers:golang/<1.8.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2178,6 +2420,7 @@ "expected_output": "vers:golang/<0.6.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2187,6 +2430,7 @@ "expected_output": "vers:golang/>=0.7.0|<0.7.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2196,6 +2440,7 @@ "expected_output": "vers:golang/>=0.7.0|<0.7.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2205,6 +2450,7 @@ "expected_output": "vers:golang/<2.0.5|>=2.1.0|<2.1.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2214,6 +2460,7 @@ "expected_output": "vers:golang/>=1.8.0|<=1.8.3|1.9.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2223,6 +2470,7 @@ "expected_output": "vers:golang/>=1.7.0|<=1.7.5|>=1.8.0|<=1.8.2|>1.8.3|<1.9.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2232,6 +2480,7 @@ "expected_output": "vers:golang/>=1.7.0|<1.8.6|>=1.9.0|<1.9.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2241,6 +2490,7 @@ "expected_output": "vers:golang/>=1.7.0|<1.10.3|>=2.0.0|<2.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2250,6 +2500,7 @@ "expected_output": "vers:golang/>=1.7.0|<1.8.6|>=1.9.0|<1.9.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2259,6 +2510,7 @@ "expected_output": "vers:golang/>=1.7.0|<=1.7.6|>=1.8.0|<=1.8.5|>=1.9.0|<=1.9.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2268,6 +2520,7 @@ "expected_output": "vers:golang/>=1.7.0|<1.8.6|>=1.9.0|<1.9.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2277,6 +2530,7 @@ "expected_output": "vers:golang/>=1.8.0|<2.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2286,6 +2540,7 @@ "expected_output": "vers:golang/<2.0.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2295,6 +2550,7 @@ "expected_output": "vers:golang/>=1.7.0|<1.8.6|>=1.9.0|<1.9.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2304,6 +2560,7 @@ "expected_output": "vers:golang/>=1.7.0|<1.7.6|>=1.8.0|<1.8.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2313,6 +2570,7 @@ "expected_output": "vers:golang/>=1.9.0|<2.0.3|>2.0.3|<2.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2322,6 +2580,7 @@ "expected_output": "vers:golang/<=1.6.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2331,6 +2590,7 @@ "expected_output": "vers:golang/<1.6.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2340,6 +2600,7 @@ "expected_output": "vers:golang/<1.9.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2349,6 +2610,7 @@ "expected_output": "vers:golang/<1.6.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2358,6 +2620,7 @@ "expected_output": "vers:golang/<1.15.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2367,6 +2630,7 @@ "expected_output": "vers:golang/<1.58.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2376,6 +2640,7 @@ "expected_output": "vers:golang/<0.2.7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2385,6 +2650,7 @@ "expected_output": "vers:golang/<1.5.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2394,6 +2660,7 @@ "expected_output": "vers:golang/<3.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2403,6 +2670,7 @@ "expected_output": "vers:golang/<5.39.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2412,6 +2680,7 @@ "expected_output": "vers:golang/>=1.8.0|<=1.8.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2421,6 +2690,7 @@ "expected_output": "vers:golang/>=0.11.0|<1.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2430,6 +2700,7 @@ "expected_output": "vers:golang/>=0.10.0|<1.5.9|>=1.6.0|<1.6.5|>=1.7.0|<1.7.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2439,6 +2710,7 @@ "expected_output": "vers:golang/>=0.8.1|<1.2.5|>=1.3.0|<1.3.8|>=1.4.0|<1.4.4|>=1.5.0|<1.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2448,6 +2720,7 @@ "expected_output": "vers:golang/>0.11.0|<1.7.6|>=1.8.0|<1.8.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2457,6 +2730,7 @@ "expected_output": "vers:golang/<1.7.5|>=1.8.0|<1.8.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2466,6 +2740,7 @@ "expected_output": "vers:golang/>=1.4.0|<1.8.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2475,6 +2750,7 @@ "expected_output": "vers:golang/<1.6.6|>=1.7.0|<1.7.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2484,6 +2760,7 @@ "expected_output": "vers:golang/>=1.3.0|<1.3.6|>=1.4.0|<1.4.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2493,6 +2770,7 @@ "expected_output": "vers:golang/<0.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2502,6 +2780,7 @@ "expected_output": "vers:golang/<0.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2511,6 +2790,7 @@ "expected_output": "vers:golang/<0.0.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2520,6 +2800,7 @@ "expected_output": "vers:golang/<0.6.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2529,6 +2810,7 @@ "expected_output": "vers:golang/<1.10.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2538,6 +2820,7 @@ "expected_output": "vers:golang/>=1.4.1|<=1.6.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2547,6 +2830,7 @@ "expected_output": "vers:golang/>=1.7.0|<1.8.17|>=1.9.0|<1.9.11|>=1.10.0|<1.10.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2556,6 +2840,7 @@ "expected_output": "vers:golang/1.4.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2565,6 +2850,7 @@ "expected_output": "vers:golang/>=1.8.0|<1.9.15|>=1.10.0|<1.10.8|>=1.11.0|<1.11.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2574,6 +2860,7 @@ "expected_output": "vers:golang/>=1.4.0|<=1.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2583,6 +2870,7 @@ "expected_output": "vers:golang/<1.8.15|>=1.9.0|<1.9.9|1.10.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2592,6 +2880,7 @@ "expected_output": "vers:golang/<1.10.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2601,6 +2890,7 @@ "expected_output": "vers:golang/>=1.4.0|<1.4.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2610,6 +2900,7 @@ "expected_output": "vers:golang/>=1.8.0|<1.8.10|>=1.9.0|<1.9.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2619,6 +2910,7 @@ "expected_output": "vers:golang/<1.6.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2628,6 +2920,7 @@ "expected_output": "vers:golang/<1.8.15|>=1.9.0|<1.9.9|1.10.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2637,6 +2930,7 @@ "expected_output": "vers:golang/>=1.4.0|<1.6.6|>=1.7.0|<1.7.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2646,6 +2940,7 @@ "expected_output": "vers:golang/>=1.6.0|<1.6.6|>=1.7.0|<1.7.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2655,6 +2950,7 @@ "expected_output": "vers:golang/<1.6.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2664,6 +2960,7 @@ "expected_output": "vers:golang/>=1.4.0|<=1.6.6|>=1.7.0|<1.7.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2673,6 +2970,7 @@ "expected_output": "vers:golang/>=1.6.0|<1.6.6|>=1.7.0|<1.7.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2682,6 +2980,7 @@ "expected_output": "vers:golang/>=1.2.0|<1.6.6|>=1.7.0|<1.7.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2691,6 +2990,7 @@ "expected_output": "vers:golang/<1.8.15|>=1.9.0|<1.9.9|>=1.10.0|<1.10.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2700,6 +3000,7 @@ "expected_output": "vers:golang/>=1.9.0|<1.9.8|>=1.10.0|<1.10.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2709,6 +3010,7 @@ "expected_output": "vers:golang/>=1.4.1|<1.6.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2718,6 +3020,7 @@ "expected_output": "vers:golang/>=1.7.0|<=1.8.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2727,6 +3030,7 @@ "expected_output": "vers:golang/>=1.7.0|<1.8.17|>=1.9.0|<1.9.11|>=1.10.0|<1.10.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2736,6 +3040,7 @@ "expected_output": "vers:golang/<1.8.15|>=1.9.0|<1.9.9|>=1.10.0|<1.10.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2745,6 +3050,7 @@ "expected_output": "vers:golang/<1.7.14|>=1.8.0|<1.8.10|>=1.9.0|<1.9.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2754,6 +3060,7 @@ "expected_output": "vers:golang/>=1.3.0|<1.8.14|>=1.9.0|<1.9.8|>=1.10.0|<1.10.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2763,6 +3070,7 @@ "expected_output": "vers:golang/>=1.8.0|<1.8.10|>=1.9.0|<1.9.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2772,6 +3080,7 @@ "expected_output": "vers:golang/>=1.2.0|<1.6.10|>=1.7.0|<1.7.10|>=1.8.0|<1.8.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2781,6 +3090,7 @@ "expected_output": "vers:golang/<1.8.15|>=1.9.0|<1.9.9|>=1.10.0|<1.10.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2790,6 +3100,7 @@ "expected_output": "vers:golang/>=1.2.0|<1.6.6|>=1.7.0|<1.7.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2799,6 +3110,7 @@ "expected_output": "vers:golang/<0.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2808,6 +3120,7 @@ "expected_output": "vers:golang/>=1.0.0|<1.0.17|>=1.1.0|<1.1.12|>=1.2.0|<1.2.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2817,6 +3130,7 @@ "expected_output": "vers:golang/>=0.9.2|<1.0.18|>=1.1.0|<1.1.12|>=1.2.0|<1.2.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2826,6 +3140,7 @@ "expected_output": "vers:golang/>=0.9.0|<1.0.18|>=1.1.0|<1.1.12|>=1.2.0|<1.2.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2835,6 +3150,7 @@ "expected_output": "vers:golang/<0.10.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2844,6 +3160,7 @@ "expected_output": "vers:golang/>=0.3.0|<1.0.18|>=1.1.0|<1.1.12|>=1.2.0|<1.2.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2853,6 +3170,7 @@ "expected_output": "vers:golang/<1.0.10|>=1.1.0|<1.1.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2862,6 +3180,7 @@ "expected_output": "vers:golang/<0.12.10|>=1.0.0|<1.0.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2871,6 +3190,7 @@ "expected_output": "vers:golang/<0.12.12|>=1.0.0|<1.0.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2880,6 +3200,7 @@ "expected_output": "vers:golang/<1.0.14|>=1.1.0|<1.1.8|>=1.2.0|<1.2.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2889,6 +3210,7 @@ "expected_output": "vers:golang/<0.9.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2898,6 +3220,7 @@ "expected_output": "vers:golang/>=0.9.0|<0.10.6|>=0.11.0|<0.11.5|>=0.12.0|<0.12.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2907,6 +3230,7 @@ "expected_output": "vers:golang/>=0.9.0|<0.10.8|>=0.11.0-beta1|<0.11.7|>=0.12.0-beta1|<0.12.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2916,6 +3240,7 @@ "expected_output": "vers:golang/<0.10.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2925,6 +3250,7 @@ "expected_output": "vers:golang/<0.12.17" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2934,6 +3260,7 @@ "expected_output": "vers:golang/<1.16.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2943,6 +3270,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.1.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2952,6 +3280,7 @@ "expected_output": "vers:golang/>=2.0.0|<=2.1.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2961,6 +3290,7 @@ "expected_output": "vers:golang/2.1.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2970,6 +3300,7 @@ "expected_output": "vers:golang/>=2.0.0|<=2.0.13|>=2.1.0|<=2.1.8|>=2.2.0|<=2.2.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2979,6 +3310,7 @@ "expected_output": "vers:golang/<2.4.18|>=2.5.0|<2.5.12|>=2.6.0|<2.6.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2988,6 +3320,7 @@ "expected_output": "vers:golang/<2.5.10" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2997,6 +3330,7 @@ "expected_output": "vers:golang/>=2.0.0|<=2.2.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3006,6 +3340,7 @@ "expected_output": "vers:golang/<2.3.11|>=2.4.0|<2.4.14|>=2.5.0|<2.5.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3015,6 +3350,7 @@ "expected_output": "vers:golang/<2.4.18|>=2.5.0|<2.5.12|>=2.6.0|<2.6.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3024,6 +3360,7 @@ "expected_output": "vers:golang/>=2.0.0|<=2.1.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3033,6 +3370,7 @@ "expected_output": "vers:golang/>=1.0.0|<=1.6.28|>=2.0.0|<=2.2.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3042,6 +3380,7 @@ "expected_output": "vers:golang/<2.4.16|>=2.5.0|<2.5.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3051,6 +3390,7 @@ "expected_output": "vers:golang/<2.4.16|>=2.5.0|<2.5.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3060,6 +3400,7 @@ "expected_output": "vers:golang/2.1.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3069,6 +3410,7 @@ "expected_output": "vers:golang/<2.5.10" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3078,6 +3420,7 @@ "expected_output": "vers:golang/>=2.0.0|<=2.2.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3087,6 +3430,7 @@ "expected_output": "vers:golang/>=2.0.0|<=2.2.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3096,6 +3440,7 @@ "expected_output": "vers:golang/<2.3.11|>=2.4.0|<2.4.14|>=2.5.0|<2.5.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3105,6 +3450,7 @@ "expected_output": "vers:golang/>=2.0.0|<=2.0.13|>=2.1.0|<=2.1.8|>=2.2.0|<=2.2.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3114,6 +3460,7 @@ "expected_output": "vers:golang/<1.2.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3123,6 +3470,7 @@ "expected_output": "vers:golang/<1.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3132,6 +3480,7 @@ "expected_output": "vers:golang/<1.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3141,6 +3490,7 @@ "expected_output": "vers:golang/<4.9.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3150,6 +3500,7 @@ "expected_output": "vers:golang/<3.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3159,6 +3510,7 @@ "expected_output": "vers:golang/<1.0.10" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3168,6 +3520,7 @@ "expected_output": "vers:golang/<1.1.25" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3177,6 +3530,7 @@ "expected_output": "vers:golang/<1.0.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3186,6 +3540,7 @@ "expected_output": "vers:golang/>=0.33.0|<0.33.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3195,6 +3550,7 @@ "expected_output": "vers:golang/>=0.34.0|<0.34.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3204,6 +3560,7 @@ "expected_output": "vers:golang/<0.31.12|>=0.32.0|<0.32.10|>=0.33.0|<0.33.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3213,6 +3570,7 @@ "expected_output": "vers:golang/<1.7.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3222,6 +3580,7 @@ "expected_output": "vers:golang/<0.4.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3231,6 +3590,7 @@ "expected_output": "vers:golang/<0.4.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3240,6 +3600,7 @@ "expected_output": "vers:golang/<0.4.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3249,6 +3610,7 @@ "expected_output": "vers:golang/<0.4.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3258,6 +3620,7 @@ "expected_output": "vers:golang/>=0.43.0|<0.44.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3267,6 +3630,7 @@ "expected_output": "vers:golang/<1.8.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3276,6 +3640,7 @@ "expected_output": "vers:golang/<=1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3285,6 +3650,7 @@ "expected_output": "vers:golang/<1.12.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3294,6 +3660,7 @@ "expected_output": "vers:golang/<1.1.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3303,6 +3670,7 @@ "expected_output": "vers:golang/<0.7.3|>=0.8.0|<=0.9.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3312,6 +3680,7 @@ "expected_output": "vers:golang/<=0.4.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3321,6 +3690,7 @@ "expected_output": "vers:golang/<2.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3330,6 +3700,7 @@ "expected_output": "vers:golang/3.9.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3339,6 +3710,7 @@ "expected_output": "vers:golang/1.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3348,6 +3720,7 @@ "expected_output": "vers:golang/<0.14.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3357,6 +3730,7 @@ "expected_output": "vers:golang/<0.8.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3366,6 +3740,7 @@ "expected_output": "vers:golang/<0.8.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3375,6 +3750,7 @@ "expected_output": "vers:golang/<0.8.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3384,6 +3760,7 @@ "expected_output": "vers:golang/<0.6.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3393,6 +3770,7 @@ "expected_output": "vers:golang/<0.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3402,6 +3780,7 @@ "expected_output": "vers:golang/<1.4.8|>=1.5.0|<1.5.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3411,6 +3790,7 @@ "expected_output": "vers:golang/>=1.5.0|<1.5.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3420,6 +3800,7 @@ "expected_output": "vers:golang/<1.3.10|>=1.4.0|<1.4.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3429,6 +3810,7 @@ "expected_output": "vers:golang/<1.4.11|>=1.5.0|<1.5.7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3438,6 +3820,7 @@ "expected_output": "vers:golang/<1.4.13|>=1.5.0|<1.5.10|>=1.6.0|<1.6.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3447,6 +3830,7 @@ "expected_output": "vers:golang/<1.4.12|>=1.5.0|<1.5.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3456,6 +3840,7 @@ "expected_output": "vers:golang/>=1.2.0|<1.2.14|1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3465,6 +3850,7 @@ "expected_output": "vers:golang/<1.3.9|>=1.4.0|<1.4.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3474,6 +3860,7 @@ "expected_output": "vers:golang/<1.2.0|>=1.3.0|<1.3.9|>=1.4.0|<1.4.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3483,6 +3870,7 @@ "expected_output": "vers:golang/<1.1.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3492,6 +3880,7 @@ "expected_output": "vers:golang/>=4.0.0-alpha1|<=4.29.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3501,6 +3890,7 @@ "expected_output": "vers:golang/<2.13.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3510,6 +3900,7 @@ "expected_output": "vers:golang/<2.12.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3519,6 +3910,7 @@ "expected_output": "vers:golang/>=3.2.0|<3.6.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3528,6 +3920,7 @@ "expected_output": "vers:golang/>=3.1.1|<3.6.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3537,6 +3930,7 @@ "expected_output": "vers:golang/>=3.5.0|<3.6.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3546,6 +3940,7 @@ "expected_output": "vers:golang/<3.6.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3555,6 +3950,7 @@ "expected_output": "vers:golang/>=3.1.0|<3.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3564,6 +3960,7 @@ "expected_output": "vers:golang/>=3.7.2|<3.7.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3573,6 +3970,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.6.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3582,6 +3980,7 @@ "expected_output": "vers:golang/>=3.2.0|<=3.6.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3591,6 +3990,7 @@ "expected_output": "vers:golang/<3.7.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3600,6 +4000,7 @@ "expected_output": "vers:golang/>=3.1.1|<=3.6.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3609,6 +4010,7 @@ "expected_output": "vers:golang/<=3.6.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3618,6 +4020,7 @@ "expected_output": "vers:golang/>=3.5.0|<3.7.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3627,6 +4030,7 @@ "expected_output": "vers:golang/>=3.1.0|<3.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3636,6 +4040,7 @@ "expected_output": "vers:golang/>=3.7.2|<=3.7.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3645,6 +4050,7 @@ "expected_output": "vers:golang/>=1.2.0|<1.2.6|>=1.3.0|<1.3.4|>=1.4.0|<1.4.4|>=1.5.0|<1.5.4|>=1.6.0|<1.6.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3654,6 +4060,7 @@ "expected_output": "vers:golang/<1.2.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3663,6 +4070,7 @@ "expected_output": "vers:golang/5.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3672,6 +4080,7 @@ "expected_output": "vers:golang/<5.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3681,6 +4090,7 @@ "expected_output": "vers:golang/<10.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3690,6 +4100,7 @@ "expected_output": "vers:golang/<=3.3.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3699,6 +4110,7 @@ "expected_output": "vers:golang/>=3.3.0|<3.3.23|>=3.4.0|<3.4.10" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3708,6 +4120,7 @@ "expected_output": "vers:golang/>=3.3.0|<3.3.23|>=3.4.0|<3.4.10" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3717,6 +4130,7 @@ "expected_output": "vers:golang/>=3.3.0|<3.3.23|>=3.4.0|<3.4.10" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3726,6 +4140,7 @@ "expected_output": "vers:golang/<=3.3.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3735,6 +4150,7 @@ "expected_output": "vers:golang/<1.1.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3744,6 +4160,7 @@ "expected_output": "vers:golang/<1.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3753,6 +4170,7 @@ "expected_output": "vers:golang/0.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3762,6 +4180,7 @@ "expected_output": "vers:golang/<1.34.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3771,6 +4190,7 @@ "expected_output": "vers:golang/>=0.33.1|<0.37.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3780,6 +4200,7 @@ "expected_output": "vers:golang/<1.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3789,6 +4210,7 @@ "expected_output": "vers:golang/<1.0.3|>=1.1.0|<1.1.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3798,6 +4220,7 @@ "expected_output": "vers:golang/>=0.8.1|<0.8.5|>=0.9.0|<0.9.4|>=0.10.0|<0.10.2|>=0.11.0|<0.11.3|>=0.12.0|<0.12.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3807,6 +4230,7 @@ "expected_output": "vers:golang/<=1.0.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3816,6 +4240,7 @@ "expected_output": "vers:golang/<=1.0.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3825,6 +4250,7 @@ "expected_output": "vers:golang/<1.2.3019+52a" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3834,6 +4260,7 @@ "expected_output": "vers:golang/1.2.2550+20" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3843,6 +4270,7 @@ "expected_output": "vers:golang/>=1.0.1116+6|<=1.2.2550+20" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3852,6 +4280,7 @@ "expected_output": "vers:golang/<3.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3861,6 +4290,7 @@ "expected_output": "vers:golang/<3.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3870,6 +4300,7 @@ "expected_output": "vers:golang/>=3.7.2|<3.7.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3879,6 +4310,7 @@ "expected_output": "vers:golang/<2.8.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3888,6 +4320,7 @@ "expected_output": "vers:golang/<2.6.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3897,6 +4330,7 @@ "expected_output": "vers:golang/<1.4.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3906,6 +4340,7 @@ "expected_output": "vers:golang/1.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3915,6 +4350,7 @@ "expected_output": "vers:golang/<1.12.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3924,6 +4360,7 @@ "expected_output": "vers:golang/<0.7.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3933,6 +4370,7 @@ "expected_output": "vers:golang/<0.4.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3942,6 +4380,7 @@ "expected_output": "vers:golang/<1.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3951,6 +4390,7 @@ "expected_output": "vers:golang/1.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3960,6 +4400,7 @@ "expected_output": "vers:golang/>=2.1.0|<2.1.3|>=3.0.0|<3.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3969,6 +4410,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3978,6 +4420,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.1.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3987,6 +4430,7 @@ "expected_output": "vers:golang/1.10.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3996,6 +4440,7 @@ "expected_output": "vers:golang/1.10.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4005,6 +4450,7 @@ "expected_output": "vers:golang/<1.12.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4014,6 +4460,7 @@ "expected_output": "vers:golang/2.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4023,6 +4470,7 @@ "expected_output": "vers:golang/<=2.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4032,6 +4480,7 @@ "expected_output": "vers:golang/<1.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4041,6 +4490,7 @@ "expected_output": "vers:golang/<2.1.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4050,6 +4500,7 @@ "expected_output": "vers:golang/<=1.1.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4059,6 +4510,7 @@ "expected_output": "vers:golang/<=0.17.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4068,6 +4520,7 @@ "expected_output": "vers:golang/<2.7.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4077,6 +4530,7 @@ "expected_output": "vers:golang/>=2.23.0|<2.26.1|2.27.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4086,6 +4540,7 @@ "expected_output": "vers:golang/>=2.23.0|<2.26.1|2.27.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4095,6 +4550,7 @@ "expected_output": "vers:golang/<1.11.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4104,6 +4560,7 @@ "expected_output": "vers:golang/<0.0.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4113,6 +4570,7 @@ "expected_output": "vers:golang/<1.7.13" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4122,6 +4580,7 @@ "expected_output": "vers:golang/<0.4.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4131,6 +4590,7 @@ "expected_output": "vers:golang/>=0.4.6|<0.4.8|>=0.5.3|<0.5.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4140,6 +4600,7 @@ "expected_output": "vers:golang/<=0.9.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4149,6 +4610,7 @@ "expected_output": "vers:golang/<1.7.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4158,6 +4620,7 @@ "expected_output": "vers:golang/<2.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4167,6 +4630,7 @@ "expected_output": "vers:golang/<2.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4176,6 +4640,7 @@ "expected_output": "vers:golang/>=1.7.0|<=1.7.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4185,6 +4650,7 @@ "expected_output": "vers:golang/>=1.7.0|<1.7.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4194,6 +4660,7 @@ "expected_output": "vers:golang/>=1.17.0|<=1.17.13|>=1.18.0|<=1.18.10|>=1.19.0|<=1.19.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4203,6 +4670,7 @@ "expected_output": "vers:golang/<1.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4212,6 +4680,7 @@ "expected_output": "vers:golang/>=1.10.1|<1.14.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4221,6 +4690,7 @@ "expected_output": "vers:golang/>=1.5.0|<=1.5.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4230,6 +4700,7 @@ "expected_output": "vers:golang/>=1.6.0|<=1.16.13|>=1.17.0|<1.17.9|>=1.18.0|<1.18.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4239,6 +4710,7 @@ "expected_output": "vers:golang/<=1.15.9|>=1.16.0|<=1.16.6|>=1.17.0|<=1.17.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4248,6 +4720,7 @@ "expected_output": "vers:golang/<1.10.11|>=1.11.0|<1.11.5|>=1.12.0|<1.12.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4257,6 +4730,7 @@ "expected_output": "vers:golang/>=1.6.0|<=1.6.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4266,6 +4740,7 @@ "expected_output": "vers:golang/>=1.17.0|<1.17.13|>=1.18.0|<1.18.10|>=1.19.0|<1.19.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4275,6 +4750,7 @@ "expected_output": "vers:golang/<1.1.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4284,6 +4760,7 @@ "expected_output": "vers:golang/>=1.3.0|<=1.3.10|>=1.4.0|<=1.4.12|>=1.5.0|<=1.5.8|>=1.6.0|<=1.6.13|>=1.7.0|<1.7.14|>=1.8.0|<1.8.9|>=1.9.0|<1.9.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4293,6 +4770,7 @@ "expected_output": "vers:golang/>=1.3.0|<=1.3.10|>=1.4.0|<=1.4.12|>=1.5.0|<=1.5.8|>=1.6.0|<=1.6.13|>=1.7.0|<1.7.14|>=1.8.0|<1.8.9|>=1.9.0|<1.9.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4302,6 +4780,7 @@ "expected_output": "vers:golang/<1.15.11|>=1.16.0|<1.16.9|>=1.17.0|<1.17.5|1.18.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4311,6 +4790,7 @@ "expected_output": "vers:golang/<1.11.9|>=1.12.0|<1.12.7|>=1.13.0|<1.13.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4320,6 +4800,7 @@ "expected_output": "vers:golang/>=1.0.0|<=1.12.11|>=1.13.0|<1.13.9|>=1.14.0|<1.14.5|>=1.15.0|<1.15.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4329,6 +4810,7 @@ "expected_output": "vers:golang/>=1.0.0|<=1.12.11|>=1.13.0|<1.13.9|>=1.14.0|<1.14.5|>=1.15.0|<1.15.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4338,6 +4820,7 @@ "expected_output": "vers:golang/1.1.0-1.12|>=1.13.0|<1.13.11|>=1.14.0|<1.14.7|>=1.15.0|<1.15.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4347,6 +4830,7 @@ "expected_output": "vers:golang/<1.15.12|>=1.16.0|<1.16.9|>=1.17.0|<1.17.4|>=1.18.0|<1.18.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4356,6 +4840,7 @@ "expected_output": "vers:golang/<=1.2.0-alpha.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4365,6 +4850,7 @@ "expected_output": "vers:golang/>=1.15.0|<1.15.10|>=1.16.0|<1.16.6|>=1.17.0|<1.17.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4374,6 +4860,7 @@ "expected_output": "vers:golang/>=1.7.6|<=1.16.13|>=1.17.0|<1.17.9|>=1.18.0|<1.18.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4383,6 +4870,7 @@ "expected_output": "vers:golang/>=1.16.0|<1.18.19|>=1.19.0|<1.19.10|>=1.20.0|<1.20.7|1.21.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4392,6 +4880,7 @@ "expected_output": "vers:golang/>=1.11.0|<1.11.9|>=1.12.0|<1.12.7|>=1.13.0|<1.13.5|1.14.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4401,6 +4890,7 @@ "expected_output": "vers:golang/>=1.8.0|<=1.14.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4410,6 +4900,7 @@ "expected_output": "vers:golang/<1.15.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4419,6 +4910,7 @@ "expected_output": "vers:golang/>=1.8.0|<1.12.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4428,6 +4920,7 @@ "expected_output": "vers:golang/<1.10.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4437,6 +4930,7 @@ "expected_output": "vers:golang/<0.28.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4446,6 +4940,7 @@ "expected_output": "vers:golang/<0.49.1|1.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4455,6 +4950,7 @@ "expected_output": "vers:golang/>=1.15.0|<=1.15.9|>=1.16.0|<=1.16.6|>=1.17.0|<=1.17.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4464,6 +4960,7 @@ "expected_output": "vers:golang/<1.18.18|>=1.19.0|<1.19.10|>=1.20.0|<1.20.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4473,6 +4970,7 @@ "expected_output": "vers:golang/<1.16.13|>=1.17.0|<1.17.9|>=1.18.0|<1.18.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4482,6 +4980,7 @@ "expected_output": "vers:golang/<1.19.15|>=1.20.0|<1.20.11|>=1.21.0|<1.21.5|>=1.22.0|<1.22.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4491,6 +4990,7 @@ "expected_output": "vers:golang/>=1.1.0|<=1.16.10|>=1.17.0|<=1.17.6|>=1.18.0|<=1.18.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4500,6 +5000,7 @@ "expected_output": "vers:golang/>=0.4.0|<1.15.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4509,6 +5010,7 @@ "expected_output": "vers:golang/<1.31.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4518,6 +5020,7 @@ "expected_output": "vers:golang/<1.33.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4527,6 +5030,7 @@ "expected_output": "vers:golang/<1.15.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4536,6 +5040,7 @@ "expected_output": "vers:golang/<=1.16.0-snapshot.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4545,6 +5050,7 @@ "expected_output": "vers:golang/<=0.11.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4554,6 +5060,7 @@ "expected_output": "vers:golang/2.1.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4563,6 +5070,7 @@ "expected_output": "vers:golang/<=2.7.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4572,6 +5080,7 @@ "expected_output": "vers:golang/<2.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4581,6 +5090,7 @@ "expected_output": "vers:golang/>=2.7.0|<2.8.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4590,6 +5100,7 @@ "expected_output": "vers:golang/<0.26.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4599,6 +5110,7 @@ "expected_output": "vers:golang/<=0.29.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4608,6 +5120,7 @@ "expected_output": "vers:golang/<=1.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4617,6 +5130,7 @@ "expected_output": "vers:golang/<3.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4626,6 +5140,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.0.9|>=3.1.0|<3.1.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4635,6 +5150,7 @@ "expected_output": "vers:golang/>=3.1.0|<3.1.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4644,6 +5160,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.0.9|>=3.1.0|<3.1.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4653,6 +5170,7 @@ "expected_output": "vers:golang/<1.7.14|>=1.8.0|<1.8.7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4662,6 +5180,7 @@ "expected_output": "vers:golang/>=1.3.0|<2.1.11|>=2.2.0|<2.2.6|>=2.3.0-rc1|<2.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4671,6 +5190,7 @@ "expected_output": "vers:golang/>=0.5.0|<2.1.14|>=2.2.0|<2.2.8|>=2.3.0|<2.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4680,6 +5200,7 @@ "expected_output": "vers:golang/>=1.5.0|<2.1.11|>=2.2.0|<2.2.6|>=2.3.0-rc1|<2.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4689,6 +5210,7 @@ "expected_output": "vers:golang/<2.1.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4698,6 +5220,7 @@ "expected_output": "vers:golang/<1.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4707,6 +5230,7 @@ "expected_output": "vers:golang/1.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4716,6 +5240,7 @@ "expected_output": "vers:golang/<1.7.13|>=1.8.0|<1.8.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4725,6 +5250,7 @@ "expected_output": "vers:golang/<2.1.9|>=2.2.0|<2.2.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4734,6 +5260,7 @@ "expected_output": "vers:golang/<4.4.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4743,6 +5270,7 @@ "expected_output": "vers:golang/<1.13.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4752,6 +5280,7 @@ "expected_output": "vers:golang/<0.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4761,6 +5290,7 @@ "expected_output": "vers:golang/<1.53.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4770,6 +5300,7 @@ "expected_output": "vers:golang/<=1.9.0|>=1.10.0|<1.10.5|>=1.11.0|<1.11.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4779,6 +5310,7 @@ "expected_output": "vers:golang/<=1.9.0|>=1.10.0|<1.10.5|>=1.11.0|<1.11.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4788,6 +5320,7 @@ "expected_output": "vers:golang/<=1.9.0|>=1.10.0|<=1.10.5|1.11.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4797,6 +5330,7 @@ "expected_output": "vers:golang/<0.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4806,6 +5340,7 @@ "expected_output": "vers:golang/<0.9.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4815,6 +5350,7 @@ "expected_output": "vers:golang/>=0.4.0|<0.9.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4824,6 +5360,7 @@ "expected_output": "vers:golang/<=1.9.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4833,6 +5370,7 @@ "expected_output": "vers:golang/<1.8.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4842,6 +5380,7 @@ "expected_output": "vers:golang/<1.1.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4851,6 +5390,7 @@ "expected_output": "vers:golang/<1.0.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4860,6 +5400,7 @@ "expected_output": "vers:golang/<4.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4869,6 +5410,7 @@ "expected_output": "vers:golang/3.11.0|>=4.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4878,6 +5420,7 @@ "expected_output": "vers:golang/<1.2.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4887,6 +5430,7 @@ "expected_output": "vers:golang/<1.2.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4896,6 +5440,7 @@ "expected_output": "vers:golang/<=2.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4905,6 +5450,7 @@ "expected_output": "vers:golang/>=3.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4914,6 +5460,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4923,6 +5470,7 @@ "expected_output": "vers:golang/<=0.9.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4932,6 +5480,7 @@ "expected_output": "vers:golang/<=0.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4941,6 +5490,7 @@ "expected_output": "vers:golang/<1.3.21" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4950,6 +5500,7 @@ "expected_output": "vers:golang/<1.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4959,6 +5510,7 @@ "expected_output": "vers:golang/<0.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4968,6 +5520,7 @@ "expected_output": "vers:golang/<1.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4977,6 +5530,7 @@ "expected_output": "vers:golang/<=1.0.0-rc2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4986,6 +5540,7 @@ "expected_output": "vers:golang/<=1.0.0-rc8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4995,6 +5550,7 @@ "expected_output": "vers:golang/<=1.0.0-rc90" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5004,6 +5560,7 @@ "expected_output": "vers:golang/<1.0.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5013,6 +5570,7 @@ "expected_output": "vers:golang/<0.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5022,6 +5580,7 @@ "expected_output": "vers:golang/<=1.0.0-rc94" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5031,6 +5590,7 @@ "expected_output": "vers:golang/<1.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5040,6 +5600,7 @@ "expected_output": "vers:golang/<=1.0.0-rc8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5049,6 +5610,7 @@ "expected_output": "vers:golang/<1.0.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5058,6 +5620,7 @@ "expected_output": "vers:golang/<=0.1.1|1.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5067,6 +5630,7 @@ "expected_output": "vers:golang/<0.4.7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5076,6 +5640,7 @@ "expected_output": "vers:golang/<1.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5085,6 +5650,7 @@ "expected_output": "vers:golang/<1.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5094,6 +5660,7 @@ "expected_output": "vers:golang/<4.44.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5103,6 +5670,7 @@ "expected_output": "vers:golang/<4.44.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5112,6 +5680,7 @@ "expected_output": "vers:golang/6.3.0|6.4.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5121,6 +5690,7 @@ "expected_output": "vers:golang/<6.3.1|>=6.4.0|<6.4.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5130,6 +5700,7 @@ "expected_output": "vers:golang/<5.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5139,6 +5710,7 @@ "expected_output": "vers:golang/<4.2.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5148,6 +5720,7 @@ "expected_output": "vers:golang/<5.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5157,6 +5730,7 @@ "expected_output": "vers:golang/>=4.0.0|<4.2.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5166,6 +5740,7 @@ "expected_output": "vers:golang/>=1.18.0|<1.19.5|>=1.20.0|<1.20.6|>=1.21.0|<1.21.5|>=1.22.0|<1.22.2|>=1.23.0|<1.23.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5175,6 +5750,7 @@ "expected_output": "vers:golang/>=1.19.0|<1.19.6|>=1.20.0|<1.20.7|>=1.21.0|<1.21.6|>=1.22.0|<1.22.3|>=1.23.0|<1.23.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5184,6 +5760,7 @@ "expected_output": "vers:golang/<=1.18.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5193,6 +5770,7 @@ "expected_output": "vers:golang/>=0.14.0|<0.20.1|>=0.21.0|<0.21.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5202,6 +5780,7 @@ "expected_output": "vers:golang/<7.5.11|>=8.0.0|<8.1.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5211,6 +5790,7 @@ "expected_output": "vers:golang/<4.6.4|>=5.0.0|<5.2.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5220,6 +5800,7 @@ "expected_output": "vers:golang/>=3.0.1|<6.7.4|>=7.0.0|<7.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5229,6 +5810,7 @@ "expected_output": "vers:golang/>=6.7.3|<7.4.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5238,6 +5820,7 @@ "expected_output": "vers:golang/<=2.2.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5247,6 +5830,7 @@ "expected_output": "vers:golang/<2.27.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5256,6 +5840,7 @@ "expected_output": "vers:golang/<2.27.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5265,6 +5850,7 @@ "expected_output": "vers:golang/>=2.1.0|<2.27.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5274,6 +5860,7 @@ "expected_output": "vers:golang/0.1.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5283,6 +5870,7 @@ "expected_output": "vers:golang/>=2.0.10|<2.1.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5292,6 +5880,7 @@ "expected_output": "vers:golang/<0.47.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5301,6 +5890,7 @@ "expected_output": "vers:golang/0.4.23" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5310,6 +5900,7 @@ "expected_output": "vers:golang/>=0.11.0|<0.12.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5319,6 +5910,7 @@ "expected_output": "vers:golang/<0.8.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5328,6 +5920,7 @@ "expected_output": "vers:golang/<=0.7.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5337,6 +5930,7 @@ "expected_output": "vers:golang/<0.0.10" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5346,6 +5940,7 @@ "expected_output": "vers:golang/<=0.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5355,6 +5950,7 @@ "expected_output": "vers:golang/<1.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5364,6 +5960,7 @@ "expected_output": "vers:golang/<1.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5373,6 +5970,7 @@ "expected_output": "vers:golang/<0.5.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5382,6 +5980,7 @@ "expected_output": "vers:golang/<0.5.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5391,6 +5990,7 @@ "expected_output": "vers:golang/1.4.0|>=2.0.0|<=2.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5400,6 +6000,7 @@ "expected_output": "vers:golang/1.4.0|>=2.0.0|<=2.0.1|2.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5409,6 +6010,7 @@ "expected_output": "vers:golang/<0.53.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5418,6 +6020,7 @@ "expected_output": "vers:golang/<1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5427,6 +6030,7 @@ "expected_output": "vers:golang/>=0.0.15|<=0.0.16" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5436,6 +6040,7 @@ "expected_output": "vers:golang/<=7.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5445,6 +6050,7 @@ "expected_output": "vers:golang/<=7.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5454,6 +6060,7 @@ "expected_output": "vers:golang/<2.18.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5463,6 +6070,7 @@ "expected_output": "vers:golang/<2.18.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5472,6 +6080,7 @@ "expected_output": "vers:golang/<0.8.5|>=0.9.0|<0.9.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5481,6 +6090,7 @@ "expected_output": "vers:golang/<0.8.5|>=0.9.0|<0.9.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5490,6 +6100,7 @@ "expected_output": "vers:golang/<1.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5499,6 +6110,7 @@ "expected_output": "vers:golang/<3.15.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5508,6 +6120,7 @@ "expected_output": "vers:golang/<=0.7.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5517,6 +6130,7 @@ "expected_output": "vers:golang/<0.13.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5526,6 +6140,7 @@ "expected_output": "vers:golang/<0.2.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5535,6 +6150,7 @@ "expected_output": "vers:golang/<0.5.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5544,6 +6160,7 @@ "expected_output": "vers:golang/<0.5.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5553,6 +6170,7 @@ "expected_output": "vers:golang/>=0.5.0|<0.5.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5562,6 +6180,7 @@ "expected_output": "vers:golang/<0.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5571,6 +6190,7 @@ "expected_output": "vers:golang/<1.13.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5580,6 +6200,7 @@ "expected_output": "vers:golang/<1.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5589,6 +6210,7 @@ "expected_output": "vers:golang/<0.12.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5598,6 +6220,7 @@ "expected_output": "vers:golang/<0.0.0-20210316203340-e197800f9055" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5607,6 +6230,7 @@ "expected_output": "vers:golang/<0.0.0-20210207001905-0d057c777ad6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5616,6 +6240,7 @@ "expected_output": "vers:golang/<2018.5.16" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5625,6 +6250,7 @@ "expected_output": "vers:golang/2021.0.0-10-10t16-53-30z" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5634,6 +6260,7 @@ "expected_output": "vers:golang/<0.0.0-20211227072318-bb97eafa8254" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5643,6 +6270,7 @@ "expected_output": "vers:golang/<2021.0.0-03-04t00-53-13z" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5652,6 +6280,7 @@ "expected_output": "vers:golang/<0.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5661,6 +6290,7 @@ "expected_output": "vers:golang/>=1.4.0|<1.5.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5670,6 +6300,7 @@ "expected_output": "vers:golang/<1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5679,6 +6310,7 @@ "expected_output": "vers:golang/<1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5688,6 +6320,7 @@ "expected_output": "vers:golang/<1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5697,6 +6330,7 @@ "expected_output": "vers:golang/<1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5706,6 +6340,7 @@ "expected_output": "vers:golang/<1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5715,6 +6350,7 @@ "expected_output": "vers:golang/<1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5724,6 +6360,7 @@ "expected_output": "vers:golang/<1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5733,6 +6370,7 @@ "expected_output": "vers:golang/<=1.4.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5742,6 +6380,7 @@ "expected_output": "vers:golang/<1.4.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5751,6 +6390,7 @@ "expected_output": "vers:golang/<1.4.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5760,6 +6400,7 @@ "expected_output": "vers:golang/<1.4.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5769,6 +6410,7 @@ "expected_output": "vers:golang/<1.4.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5778,6 +6420,7 @@ "expected_output": "vers:golang/<2020.8.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5787,6 +6430,7 @@ "expected_output": "vers:golang/<1.2.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5796,6 +6440,7 @@ "expected_output": "vers:golang/<1.34.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5805,6 +6450,7 @@ "expected_output": "vers:golang/<1.34.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5814,6 +6460,7 @@ "expected_output": "vers:golang/<1.34.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5823,6 +6470,7 @@ "expected_output": "vers:golang/<3.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5832,6 +6480,7 @@ "expected_output": "vers:golang/<2.1.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5841,6 +6490,7 @@ "expected_output": "vers:golang/<2.1.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5850,6 +6500,7 @@ "expected_output": "vers:golang/<2.1.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5859,6 +6510,7 @@ "expected_output": "vers:golang/<2.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5868,6 +6520,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.7.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5877,6 +6530,7 @@ "expected_output": "vers:golang/>=2.2.0|<2.7.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5886,6 +6540,7 @@ "expected_output": "vers:golang/<2.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5895,6 +6550,7 @@ "expected_output": "vers:golang/<2.1.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5904,6 +6560,7 @@ "expected_output": "vers:golang/<2.0.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5913,6 +6570,7 @@ "expected_output": "vers:golang/<2.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5922,6 +6580,7 @@ "expected_output": "vers:golang/<2.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5931,6 +6590,7 @@ "expected_output": "vers:golang/<2.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5940,6 +6600,7 @@ "expected_output": "vers:golang/>=0.15.0|<0.24.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5949,6 +6610,7 @@ "expected_output": "vers:golang/>=0.15.0|<0.24.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5958,6 +6620,7 @@ "expected_output": "vers:golang/<2.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5967,6 +6630,7 @@ "expected_output": "vers:golang/<1.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5976,6 +6640,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5985,6 +6650,7 @@ "expected_output": "vers:golang/<1.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5994,6 +6660,7 @@ "expected_output": "vers:golang/<2.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6003,6 +6670,7 @@ "expected_output": "vers:golang/<1.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6012,6 +6680,7 @@ "expected_output": "vers:golang/<1.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6021,6 +6690,7 @@ "expected_output": "vers:golang/<1.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6030,6 +6700,7 @@ "expected_output": "vers:golang/>=1.6.0|<1.6.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6039,6 +6710,7 @@ "expected_output": "vers:golang/<1.6.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6048,6 +6720,7 @@ "expected_output": "vers:golang/<1.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6057,6 +6730,7 @@ "expected_output": "vers:golang/<1.0.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6066,6 +6740,7 @@ "expected_output": "vers:golang/<1.0.16" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6075,6 +6750,7 @@ "expected_output": "vers:golang/<1.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6084,6 +6760,7 @@ "expected_output": "vers:golang/>=0.9.3|<=0.12.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6093,6 +6770,7 @@ "expected_output": "vers:golang/<=0.12.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6102,6 +6780,7 @@ "expected_output": "vers:golang/>=0.9.3|<0.13.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6111,6 +6790,7 @@ "expected_output": "vers:golang/>=0.9.3|<=0.13.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6120,6 +6800,7 @@ "expected_output": "vers:golang/<=1.8.1|2.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6129,6 +6810,7 @@ "expected_output": "vers:golang/<5.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6138,6 +6820,7 @@ "expected_output": "vers:golang/<5.1.6|>=6.0.0|<6.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6147,6 +6830,7 @@ "expected_output": "vers:golang/>=3.0.0|<=3.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6156,6 +6840,7 @@ "expected_output": "vers:golang/<5.1.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6165,6 +6850,7 @@ "expected_output": "vers:golang/>=3.0.0|<=3.1.0|>=4.0.0|<=4.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6174,6 +6860,7 @@ "expected_output": "vers:golang/<5.1.6|>=6.0.0|<6.1.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6183,6 +6870,7 @@ "expected_output": "vers:golang/>=3.0.0|<=3.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6192,6 +6880,7 @@ "expected_output": "vers:golang/>=5.1.0|<5.1.4|>=6.0.0|<6.0.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6201,6 +6890,7 @@ "expected_output": "vers:golang/>=4.1.0|<5.1.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6210,6 +6900,7 @@ "expected_output": "vers:golang/<2.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6219,6 +6910,7 @@ "expected_output": "vers:golang/<0.4.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6228,6 +6920,7 @@ "expected_output": "vers:golang/<0.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6237,6 +6930,7 @@ "expected_output": "vers:golang/<0.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6246,6 +6940,7 @@ "expected_output": "vers:golang/<0.18.3|>=0.19.0|<0.19.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6255,6 +6950,7 @@ "expected_output": "vers:golang/<1.1.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6264,6 +6960,7 @@ "expected_output": "vers:golang/<0.23.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6273,6 +6970,7 @@ "expected_output": "vers:golang/<0.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6282,6 +6980,7 @@ "expected_output": "vers:golang/<0.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6291,6 +6990,7 @@ "expected_output": "vers:golang/<0.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6300,6 +7000,7 @@ "expected_output": "vers:golang/<0.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6309,6 +7010,7 @@ "expected_output": "vers:golang/<0.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6318,6 +7020,7 @@ "expected_output": "vers:golang/<0.3.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6327,6 +7030,7 @@ "expected_output": "vers:golang/<0.2.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6336,6 +7040,7 @@ "expected_output": "vers:golang/<1.5.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6345,6 +7050,7 @@ "expected_output": "vers:golang/<3.0.15" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6354,6 +7060,7 @@ "expected_output": "vers:golang/<5.1.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6363,6 +7070,7 @@ "expected_output": "vers:golang/<=3.2.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6372,6 +7080,7 @@ "expected_output": "vers:golang/<5.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6381,6 +7090,7 @@ "expected_output": "vers:golang/>=5.1.1|<6.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6390,6 +7100,7 @@ "expected_output": "vers:golang/<7.0.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6399,6 +7110,7 @@ "expected_output": "vers:golang/1.3.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6408,6 +7120,7 @@ "expected_output": "vers:golang/<0.0.9" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6417,6 +7130,7 @@ "expected_output": "vers:golang/<1.18.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6426,6 +7140,7 @@ "expected_output": "vers:golang/<1.18.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6435,6 +7150,7 @@ "expected_output": "vers:golang/>=1.3.0|<=1.3.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6444,6 +7160,7 @@ "expected_output": "vers:golang/<1.9.8|>=1.10.0|<1.10.3|>=1.11.0|<1.11.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6453,6 +7170,7 @@ "expected_output": "vers:golang/<=1.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6462,6 +7180,7 @@ "expected_output": "vers:golang/<1.9.8|>=1.10.0|<1.10.4|>=1.11.0|<1.11.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6471,6 +7190,7 @@ "expected_output": "vers:golang/>=1.5.0|<=1.5.8|>=1.6.0|<=1.6.7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6480,6 +7200,7 @@ "expected_output": "vers:golang/<1.11.8|>=1.12.0|<1.12.5|>=1.13.0|<1.13.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6489,6 +7210,7 @@ "expected_output": "vers:golang/<1.8.6|>=1.9.0|<1.9.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6498,6 +7220,7 @@ "expected_output": "vers:golang/<1.11.7|>=1.12.0|<1.12.4|>=1.13.0|<1.13.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6507,6 +7230,7 @@ "expected_output": "vers:golang/>=1.12.0|<=1.12.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6516,6 +7240,7 @@ "expected_output": "vers:golang/>=1.12.0|<=1.12.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6525,6 +7250,7 @@ "expected_output": "vers:golang/<=1.2.10|>=1.3.0|<=1.3.7|>=1.4.0|<=1.4.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6534,6 +7260,7 @@ "expected_output": "vers:golang/<1.8.6|>=1.9.0|<1.9.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6543,6 +7270,7 @@ "expected_output": "vers:golang/>=1.8.0|<1.9.6|>=1.10.0|<1.10.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6552,6 +7280,7 @@ "expected_output": "vers:golang/>=1.4.0|<1.4.9|>=1.5.0|<1.5.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6561,6 +7290,7 @@ "expected_output": "vers:golang/<0.79.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6570,6 +7300,7 @@ "expected_output": "vers:golang/<1.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6579,6 +7310,7 @@ "expected_output": "vers:golang/<=1.5.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6588,6 +7320,7 @@ "expected_output": "vers:golang/>=0.9.0|<0.12.7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6597,6 +7330,7 @@ "expected_output": "vers:golang/<1.13.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6606,6 +7340,7 @@ "expected_output": "vers:golang/<1.5.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6615,6 +7350,7 @@ "expected_output": "vers:golang/<=1.16.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6624,6 +7360,7 @@ "expected_output": "vers:golang/<1.13.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6633,6 +7370,7 @@ "expected_output": "vers:golang/<1.13.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6642,6 +7380,7 @@ "expected_output": "vers:golang/<2.16.11" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6651,6 +7390,7 @@ "expected_output": "vers:golang/<2.16.11" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6660,6 +7400,7 @@ "expected_output": "vers:golang/<2.16.11" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6669,6 +7410,7 @@ "expected_output": "vers:golang/<2.16.11" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6678,6 +7420,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6687,6 +7430,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6696,6 +7440,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.1.3" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6705,6 +7450,7 @@ "expected_output": "vers:golang/<3.6.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6714,6 +7460,7 @@ "expected_output": "vers:golang/<3.6.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6723,6 +7470,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6732,6 +7480,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6741,6 +7490,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.5.1" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6750,6 +7500,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.16.11|>=3.0.0|<3.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6759,6 +7510,7 @@ "expected_output": "vers:golang/<2.16.11|>=3.0.0|<3.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6768,6 +7520,7 @@ "expected_output": "vers:golang/>=3.0.0|<3.2.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6777,6 +7530,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.16.11|>=3.0.0|<3.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6786,6 +7540,7 @@ "expected_output": "vers:golang/>=2.0.0|<2.16.11|>=3.0.0|<3.3.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6795,6 +7550,7 @@ "expected_output": "vers:golang/>=1.3.0|<1.3.5" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6804,6 +7560,7 @@ "expected_output": "vers:golang/>=1.5.0|<1.5.9|>=1.6.0|<1.6.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6813,6 +7570,7 @@ "expected_output": "vers:golang/<1.11.7|>=1.12.0|<1.12.4|1.13.0" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6822,6 +7580,7 @@ "expected_output": "vers:golang/<1.1.13|>=1.2.0|<1.2.4" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6831,6 +7590,7 @@ "expected_output": "vers:golang/>=1.5.0|<1.5.9|>=1.6.0|<1.6.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6840,6 +7600,7 @@ "expected_output": "vers:golang/>=1.1.0|<=1.1.6" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6849,6 +7610,7 @@ "expected_output": "vers:golang/<1.2.2" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6858,6 +7620,7 @@ "expected_output": "vers:golang/>=1.1.0|<1.1.7" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6867,6 +7630,7 @@ "expected_output": "vers:golang/<1.7.8" }, { + "description": "Construct VERS range from GitLab native Golang range.", "test_group": "advanced", "test_type": "from_native", "input": { diff --git a/tests/data/schema/range/npm_gitlab_range_from_native.json b/tests/data/schema/range/gitlab/npm_gitlab_range_from_native.json similarity index 72% rename from tests/data/schema/range/npm_gitlab_range_from_native.json rename to tests/data/schema/range/gitlab/npm_gitlab_range_from_native.json index 249b157e..b37a4b06 100644 --- a/tests/data/schema/range/npm_gitlab_range_from_native.json +++ b/tests/data/schema/range/gitlab/npm_gitlab_range_from_native.json @@ -1,5 +1,6 @@ [ { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9,6 +10,7 @@ "expected_output": "vers:npm/<4.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18,6 +20,7 @@ "expected_output": "vers:npm/<=3.3.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -27,6 +30,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -36,6 +40,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -45,6 +50,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -54,6 +60,7 @@ "expected_output": "vers:npm/<0.5.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -63,6 +70,7 @@ "expected_output": "vers:npm/<=0.3.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -72,6 +80,7 @@ "expected_output": "vers:npm/<0.3.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -81,6 +90,7 @@ "expected_output": "vers:npm/<0.3.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -90,6 +100,7 @@ "expected_output": "vers:npm/<3.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -99,6 +110,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -108,6 +120,7 @@ "expected_output": "vers:npm/<=0.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -117,6 +130,7 @@ "expected_output": "vers:npm/<0.4.9" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -126,6 +140,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -135,6 +150,7 @@ "expected_output": "vers:npm/<=0.5.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -144,6 +160,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -153,6 +170,7 @@ "expected_output": "vers:npm/1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -162,6 +180,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -171,6 +190,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -180,6 +200,7 @@ "expected_output": "vers:npm/<3.1.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -189,6 +210,7 @@ "expected_output": "vers:npm/<=0.0.9" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -198,6 +220,7 @@ "expected_output": "vers:npm/<=0.0.9" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -207,6 +230,7 @@ "expected_output": "vers:npm/<=0.0.9" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -216,6 +240,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -225,6 +250,7 @@ "expected_output": "vers:npm/<1.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -234,6 +260,7 @@ "expected_output": "vers:npm/1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -243,6 +270,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -252,6 +280,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -261,6 +290,7 @@ "expected_output": "vers:npm/1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -270,6 +300,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -279,6 +310,7 @@ "expected_output": "vers:npm/<3.8.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -288,6 +320,7 @@ "expected_output": "vers:npm/<3.8.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -297,6 +330,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -306,6 +340,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -315,6 +350,7 @@ "expected_output": "vers:npm/<=2.48.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -324,6 +360,7 @@ "expected_output": "vers:npm/<7.4.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -333,6 +370,7 @@ "expected_output": "vers:npm/<1.10.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -342,6 +380,7 @@ "expected_output": "vers:npm/<=2.5.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -351,6 +390,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -360,6 +400,7 @@ "expected_output": "vers:npm/<0.0.25" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -369,6 +410,7 @@ "expected_output": "vers:npm/<=0.0.25" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -378,6 +420,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -387,6 +430,7 @@ "expected_output": "vers:npm/<=1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -396,6 +440,7 @@ "expected_output": "vers:npm/<8.31.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -405,6 +450,7 @@ "expected_output": "vers:npm/8.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -414,6 +460,7 @@ "expected_output": "vers:npm/<39.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -423,6 +470,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -432,6 +480,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -441,6 +490,7 @@ "expected_output": "vers:npm/0.1.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -450,6 +500,7 @@ "expected_output": "vers:npm/<13.0.8" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -459,6 +510,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -468,6 +520,7 @@ "expected_output": "vers:npm/<2.1.4|>=3.0.0|<6.0.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -477,6 +530,7 @@ "expected_output": "vers:npm/<2.1.4|>=3.0.0|<6.0.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -486,6 +540,7 @@ "expected_output": "vers:npm/<7.3.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -495,6 +550,7 @@ "expected_output": "vers:npm/<1.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -504,6 +560,7 @@ "expected_output": "vers:npm/2.0.43" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -513,6 +570,7 @@ "expected_output": "vers:npm/<0.1.7" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -522,6 +580,7 @@ "expected_output": "vers:npm/<0.5.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -531,6 +590,7 @@ "expected_output": "vers:npm/<1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -540,6 +600,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -549,6 +610,7 @@ "expected_output": "vers:npm/0.4.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -558,6 +620,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -567,6 +630,7 @@ "expected_output": "vers:npm/1.1.7" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -576,6 +640,7 @@ "expected_output": "vers:npm/<0.2.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -585,6 +650,7 @@ "expected_output": "vers:npm/<3.4.6|>=4.0.0|<4.0.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -594,6 +660,7 @@ "expected_output": "vers:npm/<3.4.6|>=4.0.0|<4.0.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -603,6 +670,7 @@ "expected_output": "vers:npm/<3.5.1|>=4.0.0|<=4.1.3|>=5.0.0|<=5.6.1|>=6.0.0|<=6.1.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -612,6 +680,7 @@ "expected_output": "vers:npm/<0.5.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -621,6 +690,7 @@ "expected_output": "vers:npm/<0.4.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -630,6 +700,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -639,6 +710,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -648,6 +720,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -657,6 +730,7 @@ "expected_output": "vers:npm/<=0.2.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -666,6 +740,7 @@ "expected_output": "vers:npm/1.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -675,6 +750,7 @@ "expected_output": "vers:npm/<4.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -684,6 +760,7 @@ "expected_output": "vers:npm/<3.0.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -693,6 +770,7 @@ "expected_output": "vers:npm/<2.11.2|>=3.0.0|<3.6.4|>=4.0.0|<4.5.7|>=5.0.0|<5.2.1|>=6.0.0|<6.0.5|>=6.1.0|<6.1.6|>=6.2.0|<6.2.5|>=6.3.0|<6.3.3|>=6.4.0|<6.4.2|>=7.0.0|<7.0.2|>=7.1.0|<7.1.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -702,6 +780,7 @@ "expected_output": "vers:npm/<=0.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -711,6 +790,7 @@ "expected_output": "vers:npm/<=0.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -720,6 +800,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -729,6 +810,7 @@ "expected_output": "vers:npm/<11.0.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -738,6 +820,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -747,6 +830,7 @@ "expected_output": "vers:npm/1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -756,6 +840,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -765,6 +850,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -774,6 +860,7 @@ "expected_output": "vers:npm/1.0.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -783,6 +870,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -792,6 +880,7 @@ "expected_output": "vers:npm/<=0.2.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -801,6 +890,7 @@ "expected_output": "vers:npm/<2.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -810,6 +900,7 @@ "expected_output": "vers:npm/<0.2.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -819,6 +910,7 @@ "expected_output": "vers:npm/8.0.8" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -828,6 +920,7 @@ "expected_output": "vers:npm/<0.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -837,6 +930,7 @@ "expected_output": "vers:npm/<=1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -846,6 +940,7 @@ "expected_output": "vers:npm/<1.14.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -855,6 +950,7 @@ "expected_output": "vers:npm/<1.11.10|>=1.12.0|<1.12.8|>=1.13.0|<1.13.7|>=1.14.0|<1.14.6|>=1.15.0|<1.15.3|>=1.16.0|<1.16.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -864,6 +960,7 @@ "expected_output": "vers:npm/<1.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -873,6 +970,7 @@ "expected_output": "vers:npm/<1.17.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -882,6 +980,7 @@ "expected_output": "vers:npm/1.13.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -891,6 +990,7 @@ "expected_output": "vers:npm/>=1.10.0|<1.10.10|>=1.11.0|<1.11.6|>=1.12.0|<1.12.4|1.13.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -900,6 +1000,7 @@ "expected_output": "vers:npm/<=1.13.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -909,6 +1010,7 @@ "expected_output": "vers:npm/<3.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -918,6 +1020,7 @@ "expected_output": "vers:npm/<3.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -927,6 +1030,7 @@ "expected_output": "vers:npm/<3.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -936,6 +1040,7 @@ "expected_output": "vers:npm/<=0.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -945,6 +1050,7 @@ "expected_output": "vers:npm/<5.2.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -954,6 +1060,7 @@ "expected_output": "vers:npm/0.7.29|0.8.0|1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -963,6 +1070,7 @@ "expected_output": "vers:npm/<0.7.22" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -972,6 +1080,7 @@ "expected_output": "vers:npm/<0.7.23" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -981,6 +1090,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -990,6 +1100,7 @@ "expected_output": "vers:npm/0.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -999,6 +1110,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1008,6 +1120,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1017,6 +1130,7 @@ "expected_output": "vers:npm/0.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1026,6 +1140,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1035,6 +1150,7 @@ "expected_output": "vers:npm/0.1.8" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1044,6 +1160,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1053,6 +1170,7 @@ "expected_output": "vers:npm/<=0.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1062,6 +1180,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1071,6 +1190,7 @@ "expected_output": "vers:npm/1.0.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1080,6 +1200,7 @@ "expected_output": "vers:npm/<=2.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1089,6 +1210,7 @@ "expected_output": "vers:npm/<=5.80.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1098,6 +1220,7 @@ "expected_output": "vers:npm/1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1107,6 +1230,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1116,6 +1240,7 @@ "expected_output": "vers:npm/2.3.21" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1125,6 +1250,7 @@ "expected_output": "vers:npm/<5.0.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1134,6 +1260,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1143,6 +1270,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1152,6 +1280,7 @@ "expected_output": "vers:npm/<20190301.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1161,6 +1290,7 @@ "expected_output": "vers:npm/<20200315.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1170,6 +1300,7 @@ "expected_output": "vers:npm/<=3.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1179,6 +1310,7 @@ "expected_output": "vers:npm/<=1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1188,6 +1320,7 @@ "expected_output": "vers:npm/<4.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1197,6 +1330,7 @@ "expected_output": "vers:npm/<=1.0.8" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1206,6 +1340,7 @@ "expected_output": "vers:npm/<2.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1215,6 +1350,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1224,6 +1360,7 @@ "expected_output": "vers:npm/<2.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1233,6 +1370,7 @@ "expected_output": "vers:npm/<3.3.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1242,6 +1380,7 @@ "expected_output": "vers:npm/<3.4.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1251,6 +1390,7 @@ "expected_output": "vers:npm/<3.3.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1260,6 +1400,7 @@ "expected_output": "vers:npm/<2.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1269,6 +1410,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1278,6 +1420,7 @@ "expected_output": "vers:npm/1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1287,6 +1430,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1296,6 +1440,7 @@ "expected_output": "vers:npm/<3.4.0|>=4.0.0|<4.1.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1305,6 +1450,7 @@ "expected_output": "vers:npm/<3.4.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1314,6 +1460,7 @@ "expected_output": "vers:npm/<3.4.0|>=4.0.0|<4.1.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1323,6 +1470,7 @@ "expected_output": "vers:npm/<3.4.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1332,6 +1480,7 @@ "expected_output": "vers:npm/<4.10.7" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1341,6 +1490,7 @@ "expected_output": "vers:npm/<3.6.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1350,6 +1500,7 @@ "expected_output": "vers:npm/<4.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1359,6 +1510,7 @@ "expected_output": "vers:npm/<4.10.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1368,6 +1520,7 @@ "expected_output": "vers:npm/<4.5.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1377,6 +1530,7 @@ "expected_output": "vers:npm/<4.10.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1386,6 +1540,7 @@ "expected_output": "vers:npm/<3.4.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1395,6 +1550,7 @@ "expected_output": "vers:npm/<=4.3.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1404,6 +1560,7 @@ "expected_output": "vers:npm/<4.5.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1413,6 +1570,7 @@ "expected_output": "vers:npm/<=0.3.13" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1422,6 +1580,7 @@ "expected_output": "vers:npm/<=0.3.13" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1431,6 +1590,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1440,6 +1600,7 @@ "expected_output": "vers:npm/<=0.9.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1449,6 +1610,7 @@ "expected_output": "vers:npm/<=3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1458,6 +1620,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1467,6 +1630,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1476,6 +1640,7 @@ "expected_output": "vers:npm/<1.7.9" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1485,6 +1650,7 @@ "expected_output": "vers:npm/<1.6.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1494,6 +1660,7 @@ "expected_output": "vers:npm/<1.8.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1503,6 +1670,7 @@ "expected_output": "vers:npm/<1.6.9" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1512,6 +1680,7 @@ "expected_output": "vers:npm/<1.6.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1521,6 +1690,7 @@ "expected_output": "vers:npm/<1.6.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1530,6 +1700,7 @@ "expected_output": "vers:npm/<1.6.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1539,6 +1710,7 @@ "expected_output": "vers:npm/<1.2.30" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1548,6 +1720,7 @@ "expected_output": "vers:npm/<1.8.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1557,6 +1730,7 @@ "expected_output": "vers:npm/<1.5.9" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1566,6 +1740,7 @@ "expected_output": "vers:npm/<=1.4.14" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1575,6 +1750,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1584,6 +1760,7 @@ "expected_output": "vers:npm/<=0.2.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1593,6 +1770,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1602,6 +1780,7 @@ "expected_output": "vers:npm/<2.0.1|>=3.0.0|<4.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1611,6 +1790,7 @@ "expected_output": "vers:npm/<2.0.1|>=3.0.0|<3.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1620,6 +1800,7 @@ "expected_output": "vers:npm/<3.2.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1629,6 +1810,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1638,6 +1820,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1647,6 +1830,7 @@ "expected_output": "vers:npm/<=1.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1656,6 +1840,7 @@ "expected_output": "vers:npm/<=0.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1665,6 +1850,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1674,6 +1860,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1683,6 +1870,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1692,6 +1880,7 @@ "expected_output": "vers:npm/<0.0.19" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1701,6 +1890,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1710,6 +1900,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1719,6 +1910,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1728,6 +1920,7 @@ "expected_output": "vers:npm/4.0.11" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1737,6 +1930,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1746,6 +1940,7 @@ "expected_output": "vers:npm/<=0.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1755,6 +1950,7 @@ "expected_output": "vers:npm/<6.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1764,6 +1960,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1773,6 +1970,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1782,6 +1980,7 @@ "expected_output": "vers:npm/<=0.0.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1791,6 +1990,7 @@ "expected_output": "vers:npm/<0.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1800,6 +2000,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1809,6 +2010,7 @@ "expected_output": "vers:npm/<2015.4.18-a" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1818,6 +2020,7 @@ "expected_output": "vers:npm/<4.80.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1827,6 +2030,7 @@ "expected_output": "vers:npm/<4.80.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1836,6 +2040,7 @@ "expected_output": "vers:npm/<4.79.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1845,6 +2050,7 @@ "expected_output": "vers:npm/<4.72.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1854,6 +2060,7 @@ "expected_output": "vers:npm/<4.73.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1863,6 +2070,7 @@ "expected_output": "vers:npm/<3.1.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1872,6 +2080,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1881,6 +2090,7 @@ "expected_output": "vers:npm/<9.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1890,6 +2100,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1899,6 +2110,7 @@ "expected_output": "vers:npm/<0.4.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1908,6 +2120,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1917,6 +2130,7 @@ "expected_output": "vers:npm/<0.9.7" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1926,6 +2140,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1935,6 +2150,7 @@ "expected_output": "vers:npm/<2.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1944,6 +2160,7 @@ "expected_output": "vers:npm/<=0.5.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1953,6 +2170,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1962,6 +2180,7 @@ "expected_output": "vers:npm/<=0.0.11" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1971,6 +2190,7 @@ "expected_output": "vers:npm/1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1980,6 +2200,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1989,6 +2210,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1998,6 +2220,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2007,6 +2230,7 @@ "expected_output": "vers:npm/<=0.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2016,6 +2240,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2025,6 +2250,7 @@ "expected_output": "vers:npm/<=0.29.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2034,6 +2260,7 @@ "expected_output": "vers:npm/<=0.29.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2043,6 +2270,7 @@ "expected_output": "vers:npm/1.1.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2052,6 +2280,7 @@ "expected_output": "vers:npm/<=0.0.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2061,6 +2290,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2070,6 +2300,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2079,6 +2310,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2088,6 +2320,7 @@ "expected_output": "vers:npm/<=0.0.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2097,6 +2330,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2106,6 +2340,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2115,6 +2350,7 @@ "expected_output": "vers:npm/0.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2124,6 +2360,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2133,6 +2370,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2142,6 +2380,7 @@ "expected_output": "vers:npm/<5.65.7" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2151,6 +2390,7 @@ "expected_output": "vers:npm/<0.35.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2160,6 +2400,7 @@ "expected_output": "vers:npm/0.42.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2169,6 +2410,7 @@ "expected_output": "vers:npm/<1.3.4|>2.0.0|<2.0.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2178,6 +2420,7 @@ "expected_output": "vers:npm/<0.6.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2187,6 +2430,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2196,6 +2440,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2205,6 +2450,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2214,6 +2460,7 @@ "expected_output": "vers:npm/<=3.9.1|3.10.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2223,6 +2470,7 @@ "expected_output": "vers:npm/<6.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2232,6 +2480,7 @@ "expected_output": "vers:npm/<6.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2241,6 +2490,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2250,6 +2500,7 @@ "expected_output": "vers:npm/<=1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2259,6 +2510,7 @@ "expected_output": "vers:npm/<=1.1.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2268,6 +2520,7 @@ "expected_output": "vers:npm/<=1.1.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2277,6 +2530,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2286,6 +2540,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2295,6 +2550,7 @@ "expected_output": "vers:npm/<1.0.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2304,6 +2560,7 @@ "expected_output": "vers:npm/<1.2.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2313,6 +2570,7 @@ "expected_output": "vers:npm/<1.2.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2322,6 +2580,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2331,6 +2590,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2340,6 +2600,7 @@ "expected_output": "vers:npm/0.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2349,6 +2610,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2358,6 +2620,7 @@ "expected_output": "vers:npm/<=2.8.17-beta.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2367,6 +2630,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2376,6 +2640,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2385,6 +2650,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2394,6 +2660,7 @@ "expected_output": "vers:npm/<=5.84.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2403,6 +2670,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2412,6 +2680,7 @@ "expected_output": "vers:npm/<6.2.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2421,6 +2690,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2430,6 +2700,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2439,6 +2710,7 @@ "expected_output": "vers:npm/<6.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2448,6 +2720,7 @@ "expected_output": "vers:npm/<7.2.2|>=8.0.0|<8.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2457,6 +2730,7 @@ "expected_output": "vers:npm/<9.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2466,6 +2740,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2475,6 +2750,7 @@ "expected_output": "vers:npm/<1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2484,6 +2760,7 @@ "expected_output": "vers:npm/<=0.9.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2493,6 +2770,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2502,6 +2780,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2511,6 +2790,7 @@ "expected_output": "vers:npm/0.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2520,6 +2800,7 @@ "expected_output": "vers:npm/<1.2.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2529,6 +2810,7 @@ "expected_output": "vers:npm/<1.2.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2538,6 +2820,7 @@ "expected_output": "vers:npm/<1.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2547,6 +2830,7 @@ "expected_output": "vers:npm/<0.4.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2556,6 +2840,7 @@ "expected_output": "vers:npm/<0.45.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2565,6 +2850,7 @@ "expected_output": "vers:npm/<0.8.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2574,6 +2860,7 @@ "expected_output": "vers:npm/<=0.12.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2583,6 +2870,7 @@ "expected_output": "vers:npm/<0.8.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2592,6 +2880,7 @@ "expected_output": "vers:npm/<2.4.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2601,6 +2890,7 @@ "expected_output": "vers:npm/<2.4.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2610,6 +2900,7 @@ "expected_output": "vers:npm/<4.1.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2619,6 +2910,7 @@ "expected_output": "vers:npm/<4.1.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2628,6 +2920,7 @@ "expected_output": "vers:npm/<=0.1.9" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2637,6 +2930,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2646,6 +2940,7 @@ "expected_output": "vers:npm/<=5.4.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2655,6 +2950,7 @@ "expected_output": "vers:npm/<2.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2664,6 +2960,7 @@ "expected_output": "vers:npm/<1.1.82" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2673,6 +2970,7 @@ "expected_output": "vers:npm/<1.1.82" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2682,6 +2980,7 @@ "expected_output": "vers:npm/<=1.2.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2691,6 +2990,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2700,6 +3000,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2709,6 +3010,7 @@ "expected_output": "vers:npm/0.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2718,6 +3020,7 @@ "expected_output": "vers:npm/<0.2.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2727,6 +3030,7 @@ "expected_output": "vers:npm/<=0.2.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2736,6 +3040,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2745,6 +3050,7 @@ "expected_output": "vers:npm/<2.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2754,6 +3060,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2763,6 +3070,7 @@ "expected_output": "vers:npm/>=1.0.0|<=1.0.1|1.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2772,6 +3080,7 @@ "expected_output": "vers:npm/<16.8.2|>=17.0.0|<17.9.2|>=18.0.0|<18.4.1|>=19.0.0|<19.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2781,6 +3090,7 @@ "expected_output": "vers:npm/<2.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2790,6 +3100,7 @@ "expected_output": "vers:npm/5.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2799,6 +3110,7 @@ "expected_output": "vers:npm/<5.1.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2808,6 +3120,7 @@ "expected_output": "vers:npm/<5.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2817,6 +3130,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2826,6 +3140,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2835,6 +3150,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2844,6 +3160,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2853,6 +3170,7 @@ "expected_output": "vers:npm/3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2862,6 +3180,7 @@ "expected_output": "vers:npm/<0.3.16" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2871,6 +3190,7 @@ "expected_output": "vers:npm/<0.3.16" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2880,6 +3200,7 @@ "expected_output": "vers:npm/<=4.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2889,6 +3210,7 @@ "expected_output": "vers:npm/<1.0.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2898,6 +3220,7 @@ "expected_output": "vers:npm/<4.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2907,6 +3230,7 @@ "expected_output": "vers:npm/<=0.3.22|4.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2916,6 +3240,7 @@ "expected_output": "vers:npm/<4.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2925,6 +3250,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2934,6 +3260,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2943,6 +3270,7 @@ "expected_output": "vers:npm/<=3.3.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2952,6 +3280,7 @@ "expected_output": "vers:npm/<2.14.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2961,6 +3290,7 @@ "expected_output": "vers:npm/<=0.0.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2970,6 +3300,7 @@ "expected_output": "vers:npm/<0.2.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2979,6 +3310,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2988,6 +3320,7 @@ "expected_output": "vers:npm/<=0.8.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2997,6 +3330,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3006,6 +3340,7 @@ "expected_output": "vers:npm/<3.15.7" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3015,6 +3350,7 @@ "expected_output": "vers:npm/<3.15.7" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3024,6 +3360,7 @@ "expected_output": "vers:npm/<=5.2.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3033,6 +3370,7 @@ "expected_output": "vers:npm/<5.2.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3042,6 +3380,7 @@ "expected_output": "vers:npm/<0.26.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3051,6 +3390,7 @@ "expected_output": "vers:npm/<2.2.7" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3060,6 +3400,7 @@ "expected_output": "vers:npm/<2.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3069,6 +3410,7 @@ "expected_output": "vers:npm/<6.11.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3078,6 +3420,7 @@ "expected_output": "vers:npm/<0.0.18" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3087,6 +3430,7 @@ "expected_output": "vers:npm/<0.0.18" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3096,6 +3440,7 @@ "expected_output": "vers:npm/1.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3105,6 +3450,7 @@ "expected_output": "vers:npm/<1.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3114,6 +3460,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3123,6 +3470,7 @@ "expected_output": "vers:npm/<=1.4.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3132,6 +3480,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3141,6 +3490,7 @@ "expected_output": "vers:npm/<=0.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3150,6 +3500,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3159,6 +3510,7 @@ "expected_output": "vers:npm/1.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3168,6 +3520,7 @@ "expected_output": "vers:npm/<=1.0.2|<2.3.10" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3177,6 +3530,7 @@ "expected_output": "vers:npm/<2.3.10" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3186,6 +3540,7 @@ "expected_output": "vers:npm/2.8.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3195,6 +3550,7 @@ "expected_output": "vers:npm/<=3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3204,6 +3560,7 @@ "expected_output": "vers:npm/<2.1.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3213,6 +3570,7 @@ "expected_output": "vers:npm/<2.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3222,6 +3580,7 @@ "expected_output": "vers:npm/1.1.8" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3231,6 +3590,7 @@ "expected_output": "vers:npm/0.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3240,6 +3600,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3249,6 +3610,7 @@ "expected_output": "vers:npm/<=1.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3258,6 +3620,7 @@ "expected_output": "vers:npm/<1.0.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3267,6 +3630,7 @@ "expected_output": "vers:npm/<1.14.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3276,6 +3640,7 @@ "expected_output": "vers:npm/<=1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3285,6 +3650,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3294,6 +3660,7 @@ "expected_output": "vers:npm/<1.1.7|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3303,6 +3670,7 @@ "expected_output": "vers:npm/<=1.4.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3312,6 +3680,7 @@ "expected_output": "vers:npm/<1.5.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3321,6 +3690,7 @@ "expected_output": "vers:npm/<1.0.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3330,6 +3700,7 @@ "expected_output": "vers:npm/1.7.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3339,6 +3710,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3348,6 +3720,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3357,6 +3730,7 @@ "expected_output": "vers:npm/<=0.9.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3366,6 +3740,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3375,6 +3750,7 @@ "expected_output": "vers:npm/<1.1.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3384,6 +3760,7 @@ "expected_output": "vers:npm/1.3.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3393,6 +3770,7 @@ "expected_output": "vers:npm/1.4.14" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3402,6 +3780,7 @@ "expected_output": "vers:npm/<1.4.15" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3411,6 +3790,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3420,6 +3800,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3429,6 +3810,7 @@ "expected_output": "vers:npm/<3.2.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3438,6 +3820,7 @@ "expected_output": "vers:npm/<=3.0.0-beta.17.7" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3447,6 +3830,7 @@ "expected_output": "vers:npm/<3.2.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3456,6 +3840,7 @@ "expected_output": "vers:npm/<=1.6.4|3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3465,6 +3850,7 @@ "expected_output": "vers:npm/<4.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3474,6 +3860,7 @@ "expected_output": "vers:npm/<3.0.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3483,6 +3870,7 @@ "expected_output": "vers:npm/<=3.6.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3492,6 +3880,7 @@ "expected_output": "vers:npm/<3.2.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3501,6 +3890,7 @@ "expected_output": "vers:npm/<3.0.0-beta.17.8" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3510,6 +3900,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3519,6 +3910,7 @@ "expected_output": "vers:npm/<4.7.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3528,6 +3920,7 @@ "expected_output": "vers:npm/<=1.0.54" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3537,6 +3930,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3546,6 +3940,7 @@ "expected_output": "vers:npm/<=0.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3555,6 +3950,7 @@ "expected_output": "vers:npm/<1.4.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3564,6 +3960,7 @@ "expected_output": "vers:npm/<1.4.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3573,6 +3970,7 @@ "expected_output": "vers:npm/<1.4.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3582,6 +3980,7 @@ "expected_output": "vers:npm/<4.4.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3591,6 +3990,7 @@ "expected_output": "vers:npm/<=2.4.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3600,6 +4000,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3609,6 +4010,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3618,6 +4020,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3627,6 +4030,7 @@ "expected_output": "vers:npm/<=0.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3636,6 +4040,7 @@ "expected_output": "vers:npm/<5.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3645,6 +4050,7 @@ "expected_output": "vers:npm/<=2.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3654,6 +4060,7 @@ "expected_output": "vers:npm/<0.125.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3663,6 +4070,7 @@ "expected_output": "vers:npm/<=3.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3672,6 +4080,7 @@ "expected_output": "vers:npm/0.2.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3681,6 +4090,7 @@ "expected_output": "vers:npm/<8.13.8" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3690,6 +4100,7 @@ "expected_output": "vers:npm/<8.2.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3699,6 +4110,7 @@ "expected_output": "vers:npm/<8.2.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3708,6 +4120,7 @@ "expected_output": "vers:npm/<8.11.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3717,6 +4130,7 @@ "expected_output": "vers:npm/<2.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3726,6 +4140,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3735,6 +4150,7 @@ "expected_output": "vers:npm/<1.2.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3744,6 +4160,7 @@ "expected_output": "vers:npm/<5.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3753,6 +4170,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3762,6 +4180,7 @@ "expected_output": "vers:npm/>=3.0.0|<3.10.0|3.10.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3771,6 +4190,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3780,6 +4200,7 @@ "expected_output": "vers:npm/<6.15.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3789,6 +4210,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3798,6 +4220,7 @@ "expected_output": "vers:npm/<1.0.12" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3807,6 +4230,7 @@ "expected_output": "vers:npm/<3.24.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3816,6 +4240,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3825,6 +4250,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3834,6 +4260,7 @@ "expected_output": "vers:npm/<1.1.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3843,6 +4270,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3852,6 +4280,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3861,6 +4290,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3870,6 +4300,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3879,6 +4310,7 @@ "expected_output": "vers:npm/<3.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3888,6 +4320,7 @@ "expected_output": "vers:npm/<1.5.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3897,6 +4330,7 @@ "expected_output": "vers:npm/8.4.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3906,6 +4340,7 @@ "expected_output": "vers:npm/<2.19.6|>=3.0.0|<3.1.2|>=4.0.0|<4.3.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3915,6 +4350,7 @@ "expected_output": "vers:npm/<4.4.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3924,6 +4360,7 @@ "expected_output": "vers:npm/<2.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3933,6 +4370,7 @@ "expected_output": "vers:npm/<2.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3942,6 +4380,7 @@ "expected_output": "vers:npm/<=2.3.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3951,6 +4390,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3960,6 +4400,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3969,6 +4410,7 @@ "expected_output": "vers:npm/<=0.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3978,6 +4420,7 @@ "expected_output": "vers:npm/0.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3987,6 +4430,7 @@ "expected_output": "vers:npm/<2.10.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3996,6 +4440,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4005,6 +4450,7 @@ "expected_output": "vers:npm/<0.4.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4014,6 +4460,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4023,6 +4470,7 @@ "expected_output": "vers:npm/<=1.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4032,6 +4480,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4041,6 +4490,7 @@ "expected_output": "vers:npm/<=0.1.8" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4050,6 +4500,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4059,6 +4510,7 @@ "expected_output": "vers:npm/<=1.3.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4068,6 +4520,7 @@ "expected_output": "vers:npm/<2.2.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4077,6 +4530,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4086,6 +4540,7 @@ "expected_output": "vers:npm/<1.7.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4095,6 +4550,7 @@ "expected_output": "vers:npm/<0.4.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4104,6 +4560,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4113,6 +4570,7 @@ "expected_output": "vers:npm/<=0.7.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4122,6 +4580,7 @@ "expected_output": "vers:npm/<1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4131,6 +4590,7 @@ "expected_output": "vers:npm/<1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4140,6 +4600,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4149,6 +4610,7 @@ "expected_output": "vers:npm/<2.0.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4158,6 +4620,7 @@ "expected_output": "vers:npm/<3.2.5" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4167,6 +4630,7 @@ "expected_output": "vers:npm/5.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4176,6 +4640,7 @@ "expected_output": "vers:npm/5.0.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4185,6 +4650,7 @@ "expected_output": "vers:npm/<=1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4194,6 +4660,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4203,6 +4670,7 @@ "expected_output": "vers:npm/<2.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4212,6 +4680,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4221,6 +4690,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4230,6 +4700,7 @@ "expected_output": "vers:npm/<1.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4239,6 +4710,7 @@ "expected_output": "vers:npm/<1.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4248,6 +4720,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4257,6 +4730,7 @@ "expected_output": "vers:npm/<=0.9.73" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4266,6 +4740,7 @@ "expected_output": "vers:npm/1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4275,6 +4750,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4284,6 +4760,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4293,6 +4770,7 @@ "expected_output": "vers:npm/<=2.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4302,6 +4780,7 @@ "expected_output": "vers:npm/<1.5.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4311,6 +4790,7 @@ "expected_output": "vers:npm/<1.6.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4320,6 +4800,7 @@ "expected_output": "vers:npm/<1.5.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4329,6 +4810,7 @@ "expected_output": "vers:npm/<1.5.3" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4338,6 +4820,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4347,6 +4830,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4356,6 +4840,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4365,6 +4850,7 @@ "expected_output": "vers:npm/<1.4.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4374,6 +4860,7 @@ "expected_output": "vers:npm/<1.5.8" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4383,6 +4870,7 @@ "expected_output": "vers:npm/<1.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4392,6 +4880,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4401,6 +4890,7 @@ "expected_output": "vers:npm/<1.2.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4410,6 +4900,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4419,6 +4910,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4428,6 +4920,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4437,6 +4930,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4446,6 +4940,7 @@ "expected_output": "vers:npm/<=2.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4455,6 +4950,7 @@ "expected_output": "vers:npm/<0.26.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4464,6 +4960,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4473,6 +4970,7 @@ "expected_output": "vers:npm/<4.0.3|>=4.1.0|<4.1.3|>=4.2.0|<4.2.1|>=4.3.0|<4.3.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4482,6 +4980,7 @@ "expected_output": "vers:npm/<=1.0.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4491,6 +4990,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4500,6 +5000,7 @@ "expected_output": "vers:npm/<=2.0.11" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4509,6 +5010,7 @@ "expected_output": "vers:npm/<2.0.15" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4518,6 +5020,7 @@ "expected_output": "vers:npm/<2.0.12" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4527,6 +5030,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4536,6 +5040,7 @@ "expected_output": "vers:npm/<=1.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4545,6 +5050,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4554,6 +5060,7 @@ "expected_output": "vers:npm/1.2.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4563,6 +5070,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4572,6 +5080,7 @@ "expected_output": "vers:npm/<=0.1.11" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4581,6 +5090,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4590,6 +5100,7 @@ "expected_output": "vers:npm/<1.0.8" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4599,6 +5110,7 @@ "expected_output": "vers:npm/<1.2.6" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4608,6 +5120,7 @@ "expected_output": "vers:npm/<4.0.5|>=5.0.0|<8.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4617,6 +5130,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4626,6 +5140,7 @@ "expected_output": "vers:npm/0.1.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4635,6 +5150,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4644,6 +5160,7 @@ "expected_output": "vers:npm/<=3.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4653,6 +5170,7 @@ "expected_output": "vers:npm/<=3.2.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4662,6 +5180,7 @@ "expected_output": "vers:npm/>=0.0.0-alpha" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4671,6 +5190,7 @@ "expected_output": "vers:npm/<1.4.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4680,6 +5200,7 @@ "expected_output": "vers:npm/<=0.2.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4689,6 +5210,7 @@ "expected_output": "vers:npm/<0.2.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4698,6 +5220,7 @@ "expected_output": "vers:npm/<0.2.4" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4707,6 +5230,7 @@ "expected_output": "vers:npm/<1.4.1" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4716,6 +5240,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4725,6 +5250,7 @@ "expected_output": "vers:npm/<1.0.12" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4734,6 +5260,7 @@ "expected_output": "vers:npm/<3.1.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4743,6 +5270,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4752,6 +5280,7 @@ "expected_output": "vers:npm/>=0.0.0" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4761,6 +5290,7 @@ "expected_output": "vers:npm/<=0.0.10-2014-03-24-17-36-27" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4770,6 +5300,7 @@ "expected_output": "vers:npm/<2.0.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4779,6 +5310,7 @@ "expected_output": "vers:npm/2.3.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4788,6 +5320,7 @@ "expected_output": "vers:npm/<1.16.2" }, { + "description": "Construct VERS range from GitLab native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { diff --git a/tests/data/schema/range/pypi_gitlab_range_from_native.json b/tests/data/schema/range/gitlab/pypi_gitlab_range_from_native.json similarity index 77% rename from tests/data/schema/range/pypi_gitlab_range_from_native.json rename to tests/data/schema/range/gitlab/pypi_gitlab_range_from_native.json index 52520797..4ddd33b3 100644 --- a/tests/data/schema/range/pypi_gitlab_range_from_native.json +++ b/tests/data/schema/range/gitlab/pypi_gitlab_range_from_native.json @@ -1,5 +1,6 @@ [ { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9,6 +10,7 @@ "expected_output": "vers:pypi/>=1.0a1|<1.0.5|>=1.1b1|<1.1.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18,6 +20,7 @@ "expected_output": "vers:pypi/>=5.0.0|<5.0.12|>=6.0.0|<6.0.5|>=6.1.0|<6.2.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -27,6 +30,7 @@ "expected_output": "vers:pypi/>=5.0.0|<5.0.12|>=6.0.0|<6.0.5|>=6.1.0|<6.2.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -36,6 +40,7 @@ "expected_output": "vers:pypi/>=4.0|<4.3|>=5.0|<5.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -45,6 +50,7 @@ "expected_output": "vers:pypi/>=4.0|<4.3|>=5.0|<5.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -54,6 +60,7 @@ "expected_output": "vers:pypi/>=1.10.0|<=1.10.15|>=2.0.0|<2.2.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -63,6 +70,7 @@ "expected_output": "vers:pypi/>=1.0.0|<1.10.15|>=2.0.0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -72,6 +80,7 @@ "expected_output": "vers:pypi/>0.11.0|<0.11.7|>0.12.0|<0.12.6" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -81,6 +90,7 @@ "expected_output": "vers:pypi/>=2.12.0|<2.12.19|>=2.13.0|<2.13.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -90,6 +100,7 @@ "expected_output": "vers:pypi/<2.12.21|>=2.13.0|<2.13.11" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -99,6 +110,7 @@ "expected_output": "vers:pypi/>=2.8.0|<2.8.12|>=2.9.0|<2.9.12|>=2.10.0|<2.10.11|>=2.11.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -108,6 +120,7 @@ "expected_output": "vers:pypi/<21.2.3|>=22.0.0|<22.2.3|>=23.0.0|<23.0.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -117,6 +130,7 @@ "expected_output": "vers:pypi/>=2.4.0|<2.4.5|>=3.0.0|<3.1.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -126,6 +140,7 @@ "expected_output": "vers:pypi/<1.9.0|>=2.0.0|<2.2.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -135,6 +150,7 @@ "expected_output": "vers:pypi/<1.8.0|>=2.0.0|<2.1.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -144,6 +160,7 @@ "expected_output": "vers:pypi/>=0.6.0|<=0.6.1|>=0.7.0|<=0.7.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -153,6 +170,7 @@ "expected_output": "vers:pypi/<=3.4.6.27|>=4.0.0.21|<=4.1.0.25" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -162,6 +180,7 @@ "expected_output": "vers:pypi/<=3.4.6.27|>=4.0.0.21|<=4.1.0.25" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -171,6 +190,7 @@ "expected_output": "vers:pypi/<1.2.21|>=2.0.0|<2.2.10|>=2.3.0|<2.3.2|>=3.0.0|<3.0.17" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -180,6 +200,7 @@ "expected_output": "vers:pypi/2.3.0|3.0.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -189,6 +210,7 @@ "expected_output": "vers:pypi/<15.0.1|>=16.0.0.0rc1|<16.0.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -198,6 +220,7 @@ "expected_output": "vers:pypi/<1.3.1|>=2.0.0|<=3.0.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -207,6 +230,7 @@ "expected_output": "vers:pypi/<=1.7.0|>=2.0.0|<2.4.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -216,6 +240,7 @@ "expected_output": "vers:pypi/<1.8.6|>=1.9.0a0|<1.10.5|>=2.0.0a0|<2.0.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -225,6 +250,7 @@ "expected_output": "vers:pypi/<0.7.6|0.8.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -234,6 +260,7 @@ "expected_output": "vers:pypi/<=1.2.17|1.3.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -243,6 +270,7 @@ "expected_output": "vers:pypi/<1.3.2|2.0.0b1|2.0.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -252,6 +280,7 @@ "expected_output": "vers:pypi/>=3.0.0|<=3.0.17|>=3.2.0|<=3.2.17|>=3.4.0|<=3.4.17|>=3.6.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -261,6 +290,7 @@ "expected_output": "vers:pypi/>=4.2|<4.2.21|>=4.4|<4.4.19|>=4.6|<4.6.14|>=4.8|<4.8.10" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -270,6 +300,7 @@ "expected_output": "vers:pypi/4.4.1|4.10" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -279,6 +310,7 @@ "expected_output": "vers:pypi/5.3.0|6.1.0|7.2.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -288,6 +320,7 @@ "expected_output": "vers:pypi/<2019.2.4|>=3000|<3000.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -297,6 +330,7 @@ "expected_output": "vers:pypi/<=2015.8.12|>=2016.3.0|<=2016.3.4|>=2016.11.0|<=2016.11.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -306,6 +340,7 @@ "expected_output": "vers:pypi/<=2016.3.7|>=2016.11|<=2016.11.7|>=2017.7.0|<=2017.7.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -315,6 +350,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.3.8|>=2016.11.0|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -324,6 +360,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.11.5|>=2016.11.7|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -333,6 +370,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.3.8|>=2016.11.0|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -342,6 +380,7 @@ "expected_output": "vers:pypi/>=3002|<3002.8|>=3003|<3003.4|>=3004|<3004.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -351,6 +390,7 @@ "expected_output": "vers:pypi/<=2016.11.6|2017.7.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -360,6 +400,7 @@ "expected_output": "vers:pypi/>=3002|<3002.8|>=3003|<3003.4|>=3004|<3004.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -369,6 +410,7 @@ "expected_output": "vers:pypi/<=2016.3.7|>=2016.11|<=2016.11.7|>=2017.7.0|<=2017.7.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -378,6 +420,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.11.5|>=2016.11.7|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -387,6 +430,7 @@ "expected_output": "vers:pypi/>=3002|<3002.8|>=3003|<3003.4|>=3004|<3004.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -396,6 +440,7 @@ "expected_output": "vers:pypi/<=2015.8.12|>=2016.3.0|<=2016.3.4|>=2016.11.0|<=2016.11.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -405,6 +450,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.11.5|>=2016.11.7|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -414,6 +460,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.11.5|>=2016.11.7|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -423,6 +470,7 @@ "expected_output": "vers:pypi/<2019.2.4|>=3000|<3000.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -432,6 +480,7 @@ "expected_output": "vers:pypi/<2017.7.8|>=2018.3.0|<2018.3.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -441,6 +490,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.3.8|>=2016.11.0|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -450,6 +500,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.11.5|>=2016.11.7|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -459,6 +510,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.11.5|>=2016.11.7|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -468,6 +520,7 @@ "expected_output": "vers:pypi/<2017.7.8|>=2018.3.0|<2018.3.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -477,6 +530,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.11.5|>=2016.11.7|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -486,6 +540,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.11.5|>=2016.11.7|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -495,6 +550,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.11.5|>=2016.11.7|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -504,6 +560,7 @@ "expected_output": "vers:pypi/>=3002|<3002.8|>=3003|<3003.4|>=3004|<3004.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -513,6 +570,7 @@ "expected_output": "vers:pypi/<2015.8.13|>=2016.3.0|<2016.11.5|>=2016.11.7|<2016.11.10|>=2017.5.0|<2017.7.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -522,6 +580,7 @@ "expected_output": "vers:pypi/<5.7.11|>=6.0.0|<6.4.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -531,6 +590,7 @@ "expected_output": "vers:pypi/>=5.7.0|<5.7.11|6.4.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -540,6 +600,7 @@ "expected_output": "vers:pypi/<1.1.2|2.0.0rc1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -549,6 +610,7 @@ "expected_output": "vers:pypi/<16.4.1|>=17.0.0|<17.1.3|18.0.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -558,6 +620,7 @@ "expected_output": "vers:pypi/>=11.0.0|<11.0.7|>=12.0.0|<12.0.6|>=13.0.0|<13.0.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -567,6 +630,7 @@ "expected_output": "vers:pypi/>=7.0.0|<7.2.1|>=8.0.0|<8.3.1|>=9.0.0|<9.3.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -576,6 +640,7 @@ "expected_output": "vers:pypi/>=11.0.0|<=11.0.5|>=12.0.0|<=12.0.3|13.0.0.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -585,6 +650,7 @@ "expected_output": "vers:pypi/<15.3.3|>=16.0.0|<16.3.1|>=17.0.0|<17.1.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -594,6 +660,7 @@ "expected_output": "vers:pypi/<16.4.1|>=17.0.0|<17.2.1|>=18.0.0|<18.1.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -603,6 +670,7 @@ "expected_output": "vers:pypi/>=7.0.0|<=11.0.4|>=12.0.0|<=12.0.2|13.0.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -612,6 +680,7 @@ "expected_output": "vers:pypi/<16.4.1|>=17.0.0|<17.2.1|>=18.0.0|<18.1.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -621,6 +690,7 @@ "expected_output": "vers:pypi/<10.0.8|>=11.0.0|<11.0.7|>=12.0.0|<12.0.6|>=13.0.0|<13.0.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -630,6 +700,7 @@ "expected_output": "vers:pypi/<6.2.3|7.0.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -639,6 +710,7 @@ "expected_output": "vers:pypi/<6.2.3|7.0.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -648,6 +720,7 @@ "expected_output": "vers:pypi/<6.2.3|7.0.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -657,6 +730,7 @@ "expected_output": "vers:pypi/>=2.3.0|<2.3.2|>=2.5.0|<2.5.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -666,6 +740,7 @@ "expected_output": "vers:pypi/>=1.0|<=1.1.7|>=1.2|<=8.2.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -675,6 +750,7 @@ "expected_output": "vers:pypi/<4.6.1|>=5.0.0|<5.2.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -684,6 +760,7 @@ "expected_output": "vers:pypi/>=4.0|<4.6.3|>=5.0|<5.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -693,6 +770,7 @@ "expected_output": "vers:pypi/<4.6|>=5.0|<5.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -702,6 +780,7 @@ "expected_output": "vers:pypi/<0.13.7|>=0.14.0|<0.14.6" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -711,6 +790,7 @@ "expected_output": "vers:pypi/<7.5.7|>=8.0.0|<8.1.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -720,6 +800,7 @@ "expected_output": "vers:pypi/<=5.10.0|>=6.0.0|<7.16.3|>=7.17.0|<7.31.1|>=8.0.0|<8.0.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -729,6 +810,7 @@ "expected_output": "vers:pypi/>=3.4.0|<3.4.7|>=3.5.0|<3.5.4|>=3.6.0|<3.6.1|>=3.7.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -738,6 +820,7 @@ "expected_output": "vers:pypi/<=3.4.6.27|>=4.0.0.21|<=4.1.0.25" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -747,6 +830,7 @@ "expected_output": "vers:pypi/<=3.4.6.27|>=4.0.0.21|<=4.1.0.25" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -756,6 +840,7 @@ "expected_output": "vers:pypi/<1.9.0|>=2.0.0|<2.2.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -765,6 +850,7 @@ "expected_output": "vers:pypi/>=1.0.0|<1.1.1|>=2.0.0|<2.1.1|>=3.0.0|<=3.1.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -774,6 +860,7 @@ "expected_output": "vers:pypi/<1.8.2|>=2.0.0|<2.3.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -783,6 +870,7 @@ "expected_output": "vers:pypi/3.1|>=4.0.0|<=4.0.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -792,6 +880,7 @@ "expected_output": "vers:pypi/>=2.1|<2.1.15|>=2.2|<2.2.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -801,6 +890,7 @@ "expected_output": "vers:pypi/>=1.4|<1.4.11|>=1.5|<1.5.6|>=1.6|<1.6.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -810,6 +900,7 @@ "expected_output": "vers:pypi/>=1.8.0a0|<1.8.10|>=1.9.0a0|<1.9.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -819,6 +910,7 @@ "expected_output": "vers:pypi/>=1.2.0|<1.2.7|>=1.3.0|<1.3.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -828,6 +920,7 @@ "expected_output": "vers:pypi/>=2.2|<2.2.26|>=3.2|<3.2.11|>=4.0|<4.0.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -837,6 +930,7 @@ "expected_output": "vers:pypi/>=1.11.8|<=1.11.9|>=2.0|<=2.0.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -846,6 +940,7 @@ "expected_output": "vers:pypi/>=2.2|<2.2.16|>=3.0|<3.0.10|>=3.1|<3.1.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -855,6 +950,7 @@ "expected_output": "vers:pypi/>=1.2.0|<1.2.7|>=1.3.0|<1.3.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -864,6 +960,7 @@ "expected_output": "vers:pypi/>=1.1.0|<1.1.4|>=1.2.0|<1.2.5" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -873,6 +970,7 @@ "expected_output": "vers:pypi/>=2.2|<2.2.27|>=3.2|<3.2.12|>=4.0|<4.0.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -882,6 +980,7 @@ "expected_output": "vers:pypi/>=1.11|<1.11.15|>=2.0|<2.0.8" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -891,6 +990,7 @@ "expected_output": "vers:pypi/>=2.2|<2.2.26|>=3.2|<3.2.11|>=4.0|<4.0.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -900,6 +1000,7 @@ "expected_output": "vers:pypi/>=1.11.0|<1.11.19|>=2.0.0|<2.0.11|>=2.1.0|<2.1.6" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -909,6 +1010,7 @@ "expected_output": "vers:pypi/<1.8.18|>=1.9.0a0|<1.9.13|>=1.10.0a0|<1.10.7|>=1.11a0|<1.11" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -918,6 +1020,7 @@ "expected_output": "vers:pypi/>=1.4|<1.4.13|>=1.5|<1.5.8|>=1.6|<1.6.5|>=1.7b1|<1.7b3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -927,6 +1030,7 @@ "expected_output": "vers:pypi/>=1.4|<1.4.11|>=1.5|<1.5.6|>=1.6|<1.6.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -936,6 +1040,7 @@ "expected_output": "vers:pypi/>=1.11|<1.11.21|>=2.1|<2.1.9|>=2.2|<2.2.2" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -945,6 +1050,7 @@ "expected_output": "vers:pypi/>=1.8.0a0|<1.8.10|>=1.9.0a0|<1.9.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -954,6 +1060,7 @@ "expected_output": "vers:pypi/<1.11.27|>=2.2|<2.2.9|3.0" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -963,6 +1070,7 @@ "expected_output": "vers:pypi/>=1.4.0a0|<1.4.21|>=1.7.0a0|<1.7.9|>=1.8.0a0|<1.8.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -972,6 +1080,7 @@ "expected_output": "vers:pypi/<1.8.16|>=1.9.0a0|<1.9.11|>=1.10.0a0|<1.10.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -981,6 +1090,7 @@ "expected_output": "vers:pypi/>=1.4.0a0|<1.4.22|>=1.7.0a0|<1.7.10|>=1.8.0a0|<1.8.4" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -990,6 +1100,7 @@ "expected_output": "vers:pypi/>=2.2|<2.2.13|>=3.0|<3.0.7" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -999,6 +1110,7 @@ "expected_output": "vers:pypi/>=1.11|<1.11.23|>=2.1|<2.1.11|>=2.2|<2.2.4" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1008,6 +1120,7 @@ "expected_output": "vers:pypi/>=2.2|<2.2.25|>=3.1|<3.1.14|>=3.2|<3.2.10" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1017,6 +1130,7 @@ "expected_output": "vers:pypi/>=1.11|<1.11.22|>=2.1|<2.1.10|>=2.2|<2.2.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1026,6 +1140,7 @@ "expected_output": "vers:pypi/>=1.8|<1.8.19|>=1.11|<1.11.11|>=2.0|<2.0.3" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1035,6 +1150,7 @@ "expected_output": "vers:pypi/>=2.2|<2.2.19|>=3.0|<3.0.13|>=3.1|<3.1.7" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1044,6 +1160,7 @@ "expected_output": "vers:pypi/<2.2.24|>=3.0.0|<3.1.12|>=3.2.0|<3.2.4" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1053,6 +1170,7 @@ "expected_output": "vers:pypi/<1.2.7|>=1.3.0|<1.3.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1062,6 +1180,7 @@ "expected_output": "vers:pypi/>=1.1.0|<1.1.4|>=1.2.0|<1.2.5" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1071,6 +1190,7 @@ "expected_output": "vers:pypi/>=2.2|<2.2.26|>=3.2|<3.2.11|>=4.0|<4.0.1" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1080,6 +1200,7 @@ "expected_output": "vers:pypi/>=1.10.0|<=1.10.7|>=1.11.0|<=1.11.4" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1089,6 +1210,7 @@ "expected_output": "vers:pypi/>=1.1.0|<1.1.4|>=1.2.0|<1.2.5" }, { + "description": "Construct VERS range from GitLab native PyPI range.", "test_group": "advanced", "test_type": "from_native", "input": { diff --git a/tests/data/schema/range/nginx_range_from_native.json b/tests/data/schema/range/nginx_range_from_native.json new file mode 100644 index 00000000..5e44d6f2 --- /dev/null +++ b/tests/data/schema/range/nginx_range_from_native.json @@ -0,0 +1,74 @@ +[ + { + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "0.8.40+", + "scheme": "nginx" + }, + "expected_output": "vers:nginx/>=0.8.40|<0.9.0" + }, + { + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "0.7.52-0.8.39", + "scheme": "nginx" + }, + "expected_output": "vers:nginx/>=0.7.52|<=0.8.39" + }, + { + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "0.9.10", + "scheme": "nginx" + }, + "expected_output": "vers:nginx/0.9.10" + }, + { + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "1.5.0+, 1.4.1+", + "scheme": "nginx" + }, + "expected_output": "vers:nginx/>=1.4.1|<1.5.0|>=1.5.0" + }, + { + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "0.8.40+", + "scheme": "nginx" + }, + "expected_output": "vers:nginx/>=0.8.40|<0.9.0" + }, + { + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "0.7.52-0.8.39", + "scheme": "nginx" + }, + "expected_output": "vers:nginx/>=0.7.52|<=0.8.39" + }, + { + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "0.9.10", + "scheme": "nginx" + }, + "expected_output": "vers:nginx/0.9.10" + }, + { + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "1.5.0+, 1.4.1+", + "scheme": "nginx" + }, + "expected_output": "vers:nginx/>=1.4.1|<1.5.0|>=1.5.0" + } +] \ No newline at end of file diff --git a/tests/data/schema/range/npm_range_containment.json b/tests/data/schema/range/npm_range_containment.json new file mode 100644 index 00000000..3a0015f1 --- /dev/null +++ b/tests/data/schema/range/npm_range_containment.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test version containment for npm range with `*` operator.", + "test_group": "advanced", + "test_type": "containment", + "input": { + "vers": "vers:nginx/*", + "version": "1.0.0" + }, + "expected_output": true + } +] \ No newline at end of file diff --git a/tests/data/schema/range/npm_range_from_native.json b/tests/data/schema/range/npm_range_from_native.json index 803b133d..1eb4964f 100644 --- a/tests/data/schema/range/npm_range_from_native.json +++ b/tests/data/schema/range/npm_range_from_native.json @@ -1,5 +1,6 @@ [ { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -9,6 +10,7 @@ "expected_output": "vers:npm/>=4.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -18,6 +20,7 @@ "expected_output": "vers:npm/>=2.0.0|<=4.0.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -27,6 +30,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -36,6 +40,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -45,6 +50,7 @@ "expected_output": "vers:npm/>=2.11.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -54,6 +60,7 @@ "expected_output": "vers:npm/<2.11.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -63,6 +70,7 @@ "expected_output": "vers:npm/<=0.6.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -72,6 +80,7 @@ "expected_output": "vers:npm/>=0.9.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -81,6 +90,7 @@ "expected_output": "vers:npm/<=0.8.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -90,6 +100,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -99,6 +110,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -108,6 +120,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -117,6 +130,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -126,6 +140,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -135,6 +150,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -144,6 +160,7 @@ "expected_output": "vers:npm/>=1.6.9" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -153,6 +170,7 @@ "expected_output": "vers:npm/<=1.6.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -162,6 +180,7 @@ "expected_output": "vers:npm/<=3.9.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -171,6 +190,7 @@ "expected_output": "vers:npm/>=9.1.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -180,6 +200,7 @@ "expected_output": "vers:npm/<=9.1.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -189,6 +210,7 @@ "expected_output": "vers:npm/>=1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -198,6 +220,7 @@ "expected_output": "vers:npm/<=0.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -207,6 +230,7 @@ "expected_output": "vers:npm/>=1.8.10" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -216,6 +240,7 @@ "expected_output": "vers:npm/<1.8.10" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -225,6 +250,7 @@ "expected_output": "vers:npm/>=1.4.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -234,6 +260,7 @@ "expected_output": "vers:npm/<=1.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -243,6 +270,7 @@ "expected_output": "vers:npm/>=16.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -252,6 +280,7 @@ "expected_output": "vers:npm/>=15.0.0|<=16.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -261,6 +290,7 @@ "expected_output": "vers:npm/>0.12.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -270,6 +300,7 @@ "expected_output": "vers:npm/<=0.12.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -279,6 +310,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -288,6 +320,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -297,6 +330,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -306,6 +340,7 @@ "expected_output": "vers:npm/>=2.1.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -315,6 +350,7 @@ "expected_output": "vers:npm/2.1.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -324,6 +360,7 @@ "expected_output": "vers:npm/>=1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -333,6 +370,7 @@ "expected_output": "vers:npm/<1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -342,6 +380,7 @@ "expected_output": "vers:npm/>=6.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -351,6 +390,7 @@ "expected_output": "vers:npm/<6.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -360,6 +400,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -369,6 +410,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -378,6 +420,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -387,6 +430,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -396,6 +440,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -405,6 +450,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -414,6 +460,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -423,6 +470,7 @@ "expected_output": "vers:npm/>=1.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -432,6 +480,7 @@ "expected_output": "vers:npm/<1.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -441,6 +490,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -450,6 +500,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -459,6 +510,7 @@ "expected_output": "vers:npm/>=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -468,6 +520,7 @@ "expected_output": "vers:npm/<=2.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -477,6 +530,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -486,6 +540,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -495,6 +550,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -504,6 +560,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -513,6 +570,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -522,6 +580,7 @@ "expected_output": "vers:npm/<=0.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -531,6 +590,7 @@ "expected_output": "vers:npm/>=3.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -540,6 +600,7 @@ "expected_output": "vers:npm/<3.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -549,6 +610,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -558,6 +620,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -567,6 +630,7 @@ "expected_output": "vers:npm/>=3.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -576,6 +640,7 @@ "expected_output": "vers:npm/>=2.0.1|<3.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -585,6 +650,7 @@ "expected_output": "vers:npm/<=2.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -594,6 +660,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -603,6 +670,7 @@ "expected_output": "vers:npm/<99.999.9999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -612,6 +680,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -621,6 +690,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -630,6 +700,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -639,6 +710,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -648,6 +720,7 @@ "expected_output": "vers:npm/>=1.0.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -657,6 +730,7 @@ "expected_output": "vers:npm/<=1.0.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -666,6 +740,7 @@ "expected_output": "vers:npm/>=1.3.2|<1.4.0|>=1.4.11|<1.5.0|>=1.5.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -675,6 +750,7 @@ "expected_output": "vers:npm/>=1.3.0|<1.3.2|>=1.4.0|<1.4.11|>=1.5.0|<1.5.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -684,6 +760,7 @@ "expected_output": "vers:npm/>=2.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -693,6 +770,7 @@ "expected_output": "vers:npm/<=2.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -702,6 +780,7 @@ "expected_output": "vers:npm/<=3.2.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -711,6 +790,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -720,6 +800,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -729,6 +810,7 @@ "expected_output": "vers:npm/>=1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -738,6 +820,7 @@ "expected_output": "vers:npm/<1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -747,6 +830,7 @@ "expected_output": "vers:npm/>=0.7.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -756,6 +840,7 @@ "expected_output": "vers:npm/<=0.6.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -765,6 +850,7 @@ "expected_output": "vers:npm/>=1.0.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -774,6 +860,7 @@ "expected_output": "vers:npm/<=1.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -783,6 +870,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -792,6 +880,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -801,6 +890,7 @@ "expected_output": "vers:npm/>=3.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -810,6 +900,7 @@ "expected_output": "vers:npm/<=3.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -819,6 +910,7 @@ "expected_output": "vers:npm/>=1.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -828,6 +920,7 @@ "expected_output": "vers:npm/<=1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -837,6 +930,7 @@ "expected_output": "vers:npm/>=2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -846,6 +940,7 @@ "expected_output": "vers:npm/<2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -855,6 +950,7 @@ "expected_output": "vers:npm/<=0.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -864,6 +960,7 @@ "expected_output": "vers:npm/>=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -873,6 +970,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -882,6 +980,7 @@ "expected_output": "vers:npm/>=2.15.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -891,6 +990,7 @@ "expected_output": "vers:npm/>=2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -900,6 +1000,7 @@ "expected_output": "vers:npm/>=0.4.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -909,6 +1010,7 @@ "expected_output": "vers:npm/<0.4.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -918,6 +1020,7 @@ "expected_output": "vers:npm/>=1.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -927,6 +1030,7 @@ "expected_output": "vers:npm/<1.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -936,6 +1040,7 @@ "expected_output": "vers:npm/<=0.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -945,6 +1050,7 @@ "expected_output": "vers:npm/>=1.3.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -954,6 +1060,7 @@ "expected_output": "vers:npm/<=1.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -963,6 +1070,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -972,6 +1080,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -981,6 +1090,7 @@ "expected_output": "vers:npm/>=2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -990,6 +1100,7 @@ "expected_output": "vers:npm/<=1.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -999,6 +1110,7 @@ "expected_output": "vers:npm/>=1.2.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1008,6 +1120,7 @@ "expected_output": "vers:npm/<=1.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1017,6 +1130,7 @@ "expected_output": "vers:npm/>=0.9.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1026,6 +1140,7 @@ "expected_output": "vers:npm/<0.9.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1035,6 +1150,7 @@ "expected_output": "vers:npm/>=0.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1044,6 +1160,7 @@ "expected_output": "vers:npm/<=0.3.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1053,6 +1170,7 @@ "expected_output": "vers:npm/>=1.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1062,6 +1180,7 @@ "expected_output": "vers:npm/<=1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1071,6 +1190,7 @@ "expected_output": "vers:npm/>=1.9.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1080,6 +1200,7 @@ "expected_output": "vers:npm/<1.9.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1089,6 +1210,7 @@ "expected_output": "vers:npm/<=0.30.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1098,6 +1220,7 @@ "expected_output": "vers:npm/>=2.0.0-alpha8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1107,6 +1230,7 @@ "expected_output": "vers:npm/<=2.0.0-alpha7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1116,6 +1240,7 @@ "expected_output": "vers:npm/>=1.3.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1125,6 +1250,7 @@ "expected_output": "vers:npm/<1.3.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1134,6 +1260,7 @@ "expected_output": "vers:npm/>=4.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1143,6 +1270,7 @@ "expected_output": "vers:npm/<4.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1152,6 +1280,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1161,6 +1290,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1170,6 +1300,7 @@ "expected_output": "vers:npm/>=2.4.24" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1179,6 +1310,7 @@ "expected_output": "vers:npm/<=2.4.23" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1188,6 +1320,7 @@ "expected_output": "vers:npm/>=1.12.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1197,6 +1330,7 @@ "expected_output": "vers:npm/<=1.11.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1206,6 +1340,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1215,6 +1350,7 @@ "expected_output": "vers:npm/<=0.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1224,6 +1360,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1233,6 +1370,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1242,6 +1380,7 @@ "expected_output": "vers:npm/>=1.1.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1251,6 +1390,7 @@ "expected_output": "vers:npm/<=1.1.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1260,6 +1400,7 @@ "expected_output": "vers:npm/>=4.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1269,6 +1410,7 @@ "expected_output": "vers:npm/<4.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1278,6 +1420,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1287,6 +1430,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1296,6 +1440,7 @@ "expected_output": "vers:npm/>=0.4.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1305,6 +1450,7 @@ "expected_output": "vers:npm/<0.4.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1314,6 +1460,7 @@ "expected_output": "vers:npm/>=2.3.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1323,6 +1470,7 @@ "expected_output": "vers:npm/<2.3.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1332,6 +1480,7 @@ "expected_output": "vers:npm/>=3.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1341,6 +1490,7 @@ "expected_output": "vers:npm/<3.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1350,6 +1500,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1359,6 +1510,7 @@ "expected_output": "vers:npm/<99.999.9999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1368,6 +1520,7 @@ "expected_output": "vers:npm/>=0.4.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1377,6 +1530,7 @@ "expected_output": "vers:npm/<=0.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1386,6 +1540,7 @@ "expected_output": "vers:npm/<=0.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1395,6 +1550,7 @@ "expected_output": "vers:npm/>=2.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1404,6 +1560,7 @@ "expected_output": "vers:npm/<=2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1413,6 +1570,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1422,6 +1580,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1431,6 +1590,7 @@ "expected_output": "vers:npm/>=2.9.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1440,6 +1600,7 @@ "expected_output": "vers:npm/<2.9.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1449,6 +1610,7 @@ "expected_output": "vers:npm/>=1.6.5|<1.7.0|>=1.7.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1458,6 +1620,7 @@ "expected_output": "vers:npm/<1.6.5|>=1.7.0|<1.7.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1467,6 +1630,7 @@ "expected_output": "vers:npm/>=1.5.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1476,6 +1640,7 @@ "expected_output": "vers:npm/<=1.5.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1485,6 +1650,7 @@ "expected_output": "vers:npm/>=1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1494,6 +1660,7 @@ "expected_output": "vers:npm/<1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1503,6 +1670,7 @@ "expected_output": "vers:npm/<=0.0.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1512,6 +1680,7 @@ "expected_output": "vers:npm/>=2.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1521,6 +1690,7 @@ "expected_output": "vers:npm/<2.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1530,6 +1700,7 @@ "expected_output": "vers:npm/>=1.3.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1539,6 +1710,7 @@ "expected_output": "vers:npm/<1.3.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1548,6 +1720,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1557,6 +1730,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1566,6 +1740,7 @@ "expected_output": "vers:npm/>=0.1.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1575,6 +1750,7 @@ "expected_output": "vers:npm/<0.1.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1584,6 +1760,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1593,6 +1770,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1602,6 +1780,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1611,6 +1790,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1620,6 +1800,7 @@ "expected_output": "vers:npm/>=1.10.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1629,6 +1810,7 @@ "expected_output": "vers:npm/<=1.10.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1638,6 +1820,7 @@ "expected_output": "vers:npm/>=4.17.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1647,6 +1830,7 @@ "expected_output": "vers:npm/<4.17.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1656,6 +1840,7 @@ "expected_output": "vers:npm/>=1.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1665,6 +1850,7 @@ "expected_output": "vers:npm/<1.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1674,6 +1860,7 @@ "expected_output": "vers:npm/>=0.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1683,6 +1870,7 @@ "expected_output": "vers:npm/<0.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1692,6 +1880,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1701,6 +1890,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1710,6 +1900,7 @@ "expected_output": "vers:npm/>=2.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1719,6 +1910,7 @@ "expected_output": "vers:npm/<2.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1728,6 +1920,7 @@ "expected_output": "vers:npm/>=1.6.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1737,6 +1930,7 @@ "expected_output": "vers:npm/<1.6.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1746,6 +1940,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1755,6 +1950,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1764,6 +1960,7 @@ "expected_output": "vers:npm/>=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1773,6 +1970,7 @@ "expected_output": "vers:npm/<=2.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1782,6 +1980,7 @@ "expected_output": "vers:npm/>=3.5.1|<4.0.0|>=4.1.3|<5.0.0|>=5.6.1|<6.0.0|>=6.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1791,6 +1990,7 @@ "expected_output": "vers:npm/<3.5.1|>=4.0.0|<4.1.3|>=5.0.0|<5.6.1|>=6.0.0|<6.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1800,6 +2000,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1809,6 +2010,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1818,6 +2020,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1827,6 +2030,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1836,6 +2040,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1845,6 +2050,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1854,6 +2060,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1863,6 +2070,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1872,6 +2080,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1881,6 +2090,7 @@ "expected_output": "vers:npm/>=1.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1890,6 +2100,7 @@ "expected_output": "vers:npm/<1.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1899,6 +2110,7 @@ "expected_output": "vers:npm/>=0.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1908,6 +2120,7 @@ "expected_output": "vers:npm/<0.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1917,6 +2130,7 @@ "expected_output": "vers:npm/>=2.5.0|<=3.0.0|>=3.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1926,6 +2140,7 @@ "expected_output": "vers:npm/<=2.4.2|>=3.0.0|<=3.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1935,6 +2150,7 @@ "expected_output": "vers:npm/<=0.2.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1944,6 +2160,7 @@ "expected_output": "vers:npm/>=1.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1953,6 +2170,7 @@ "expected_output": "vers:npm/<=1.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1962,6 +2180,7 @@ "expected_output": "vers:npm/>=2.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1971,6 +2190,7 @@ "expected_output": "vers:npm/2.1.0-M1|2.1.0-M2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1980,6 +2200,7 @@ "expected_output": "vers:npm/<=0.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1989,6 +2210,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -1998,6 +2220,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2007,6 +2230,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2016,6 +2240,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2025,6 +2250,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2034,6 +2260,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2043,6 +2270,7 @@ "expected_output": "vers:npm/>=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2052,6 +2280,7 @@ "expected_output": "vers:npm/<=2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2061,6 +2290,7 @@ "expected_output": "vers:npm/>=2.8.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2070,6 +2300,7 @@ "expected_output": "vers:npm/<=2.8.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2079,6 +2310,7 @@ "expected_output": "vers:npm/>=1.4.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2088,6 +2320,7 @@ "expected_output": "vers:npm/<1.4.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2097,6 +2330,7 @@ "expected_output": "vers:npm/>=4.2.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2106,6 +2340,7 @@ "expected_output": "vers:npm/<4.2.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2115,6 +2350,7 @@ "expected_output": "vers:npm/>=2.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2124,6 +2360,7 @@ "expected_output": "vers:npm/<2.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2133,6 +2370,7 @@ "expected_output": "vers:npm/>=3.8.39|<4.0.0|>=4.3.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2142,6 +2380,7 @@ "expected_output": "vers:npm/>=3.5.5|<=3.8.38|>=4.0.0|<=4.3.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2151,6 +2390,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2160,6 +2400,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2169,6 +2410,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2178,6 +2420,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2187,6 +2430,7 @@ "expected_output": "vers:npm/>=0.8.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2196,6 +2440,7 @@ "expected_output": "vers:npm/<0.8.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2205,6 +2450,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2214,6 +2460,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2223,6 +2470,7 @@ "expected_output": "vers:npm/>=1.6.5|<2.0.0|>=2.1.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2232,6 +2480,7 @@ "expected_output": "vers:npm/<1.6.5|>2.0.0|<2.1.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2241,6 +2490,7 @@ "expected_output": "vers:npm/>=1.7.0-alpha3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2250,6 +2500,7 @@ "expected_output": "vers:npm/<=1.7.0-alpha2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2259,6 +2510,7 @@ "expected_output": "vers:npm/>=3.1.11" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2268,6 +2520,7 @@ "expected_output": "vers:npm/<=3.1.10" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2277,6 +2530,7 @@ "expected_output": "vers:npm/>=1.0.29" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2286,6 +2540,7 @@ "expected_output": "vers:npm/<1.0.29" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2295,6 +2550,7 @@ "expected_output": "vers:npm/>=0.0.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2304,6 +2560,7 @@ "expected_output": "vers:npm/<=0.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2313,6 +2570,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2322,6 +2580,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2331,6 +2590,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2340,6 +2600,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2349,6 +2610,7 @@ "expected_output": "vers:npm/>0.9.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2358,6 +2620,7 @@ "expected_output": "vers:npm/>=0.2.0|>=0.8.0-pre|<0.8.0|>=0.8.0|<0.8.1|<=0.9.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2367,6 +2630,7 @@ "expected_output": "vers:npm/>=1.0.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2376,6 +2640,7 @@ "expected_output": "vers:npm/<=1.0.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2385,6 +2650,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2394,6 +2660,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2403,6 +2670,7 @@ "expected_output": "vers:npm/>=2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2412,6 +2680,7 @@ "expected_output": "vers:npm/<2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2421,6 +2690,7 @@ "expected_output": "vers:npm/<=0.2.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2430,6 +2700,7 @@ "expected_output": "vers:npm/>=1.21.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2439,6 +2710,7 @@ "expected_output": "vers:npm/<=1.20.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2448,6 +2720,7 @@ "expected_output": "vers:npm/>=2.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2457,6 +2730,7 @@ "expected_output": "vers:npm/<2.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2466,6 +2740,7 @@ "expected_output": "vers:npm/>=0.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2475,6 +2750,7 @@ "expected_output": "vers:npm/<0.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2484,6 +2760,7 @@ "expected_output": "vers:npm/>=2.2.0|<2.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2493,6 +2770,7 @@ "expected_output": "vers:npm/>=2.0.0|<2.1.0|>=2.1.0|<2.2.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2502,6 +2780,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2511,6 +2790,7 @@ "expected_output": "vers:npm/>=2.2.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2520,6 +2800,7 @@ "expected_output": "vers:npm/<2.2.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2529,6 +2810,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2538,6 +2820,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2547,6 +2830,7 @@ "expected_output": "vers:npm/>=2.1.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2556,6 +2840,7 @@ "expected_output": "vers:npm/2.1.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2565,6 +2850,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2574,6 +2860,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2583,6 +2870,7 @@ "expected_output": "vers:npm/>=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2592,6 +2880,7 @@ "expected_output": "vers:npm/3.0.0-rc.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2601,6 +2890,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2610,6 +2900,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2619,6 +2910,7 @@ "expected_output": "vers:npm/>=0.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2628,6 +2920,7 @@ "expected_output": "vers:npm/<=0.3.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2637,6 +2930,7 @@ "expected_output": "vers:npm/>=0.0.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2646,6 +2940,7 @@ "expected_output": "vers:npm/<=0.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2655,6 +2950,7 @@ "expected_output": "vers:npm/>=2.8.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2664,6 +2960,7 @@ "expected_output": "vers:npm/<2.8.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2673,6 +2970,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2682,6 +2980,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2691,6 +2990,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2700,6 +3000,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2709,6 +3010,7 @@ "expected_output": "vers:npm/>=0.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2718,6 +3020,7 @@ "expected_output": "vers:npm/<0.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2727,6 +3030,7 @@ "expected_output": "vers:npm/<=0.29.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2736,6 +3040,7 @@ "expected_output": "vers:npm/>=7.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2745,6 +3050,7 @@ "expected_output": "vers:npm/<=6.5.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2754,6 +3060,7 @@ "expected_output": "vers:npm/>=0.8.13" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2763,6 +3070,7 @@ "expected_output": "vers:npm/<0.8.13" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2772,6 +3080,7 @@ "expected_output": "vers:npm/>=2.0.18|<3.0.0|>=3.0.16|>=3.1.6|<4.0.0|<4.0.0|>=4.0.8|>=5.0.0-beta.5|<5.0.0|<6.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2781,6 +3090,7 @@ "expected_output": "vers:npm/<2.0.18|<3.0.16|<3.1.6|<4.0.8|<5.0.0-beta.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2790,6 +3100,7 @@ "expected_output": "vers:npm/>=1.7.16|<1.8.0|>=1.8.8|<2.0.0|>=2.0.8|<3.0.0-beta.1|>=3.0.0-beta.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2799,6 +3110,7 @@ "expected_output": "vers:npm/>=1.7.0|<1.7.16|>=1.8.0|<1.8.8|>=2.0.0|<2.0.8|>=3.0.0-beta.1|<3.0.0-beta.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2808,6 +3120,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2817,6 +3130,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2826,6 +3140,7 @@ "expected_output": "vers:npm/>=1.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2835,6 +3150,7 @@ "expected_output": "vers:npm/<1.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2844,6 +3160,7 @@ "expected_output": "vers:npm/>=0.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2853,6 +3170,7 @@ "expected_output": "vers:npm/<0.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2862,6 +3180,7 @@ "expected_output": "vers:npm/>=1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2871,6 +3190,7 @@ "expected_output": "vers:npm/<=0.3.13" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2880,6 +3200,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2889,6 +3210,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2898,6 +3220,7 @@ "expected_output": "vers:npm/7.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2907,6 +3230,7 @@ "expected_output": "vers:npm/<=6.5.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2916,6 +3240,7 @@ "expected_output": "vers:npm/>=9.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2925,6 +3250,7 @@ "expected_output": "vers:npm/<9.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2934,6 +3260,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2943,6 +3270,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2952,6 +3280,7 @@ "expected_output": "vers:npm/>=2.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2961,6 +3290,7 @@ "expected_output": "vers:npm/<2.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2970,6 +3300,7 @@ "expected_output": "vers:npm/>=1.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2979,6 +3310,7 @@ "expected_output": "vers:npm/>=1.1.0|<=1.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2988,6 +3320,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -2997,6 +3330,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3006,6 +3340,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3015,6 +3350,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3024,6 +3360,7 @@ "expected_output": "vers:npm/>=0.0.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3033,6 +3370,7 @@ "expected_output": "vers:npm/<=0.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3042,6 +3380,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3051,6 +3390,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3060,6 +3400,7 @@ "expected_output": "vers:npm/>0.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3069,6 +3410,7 @@ "expected_output": "vers:npm/<=0.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3078,6 +3420,7 @@ "expected_output": "vers:npm/>3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3087,6 +3430,7 @@ "expected_output": "vers:npm/<=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3096,6 +3440,7 @@ "expected_output": "vers:npm/<=0.78.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3105,6 +3450,7 @@ "expected_output": "vers:npm/>=1.4.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3114,6 +3460,7 @@ "expected_output": "vers:npm/<1.4.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3123,6 +3470,7 @@ "expected_output": "vers:npm/>=2.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3132,6 +3480,7 @@ "expected_output": "vers:npm/<=2.0.9" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3141,6 +3490,7 @@ "expected_output": "vers:npm/>=1.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3150,6 +3500,7 @@ "expected_output": "vers:npm/<1.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3159,6 +3510,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3168,6 +3520,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3177,6 +3530,7 @@ "expected_output": "vers:npm/>=0.5.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3186,6 +3540,7 @@ "expected_output": "vers:npm/<0.5.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3195,6 +3550,7 @@ "expected_output": "vers:npm/>=1.6.6|<2.0.0|>=2.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3204,6 +3560,7 @@ "expected_output": "vers:npm/<1.6.6|>2.0.0|<2.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3213,6 +3570,7 @@ "expected_output": "vers:npm/>=2.15.1|<=3.0.0|>=3.8.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3222,6 +3580,7 @@ "expected_output": "vers:npm/<=2.15.0|>=3.0.0|<=3.8.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3231,6 +3590,7 @@ "expected_output": "vers:npm/>=2.25.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3240,6 +3600,7 @@ "expected_output": "vers:npm/<2.25.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3249,6 +3610,7 @@ "expected_output": "vers:npm/>=2.2.18" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3258,6 +3620,7 @@ "expected_output": "vers:npm/<=2.2.17" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3267,6 +3630,7 @@ "expected_output": "vers:npm/<=3.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3276,6 +3640,7 @@ "expected_output": "vers:npm/<=1.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3285,6 +3650,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3294,6 +3660,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3303,6 +3670,7 @@ "expected_output": "vers:npm/>=1.4.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3312,6 +3680,7 @@ "expected_output": "vers:npm/<1.4.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3321,6 +3690,7 @@ "expected_output": "vers:npm/>=11.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3330,6 +3700,7 @@ "expected_output": "vers:npm/<11.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3339,6 +3710,7 @@ "expected_output": "vers:npm/>=1.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3348,6 +3720,7 @@ "expected_output": "vers:npm/<=1.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3357,6 +3730,7 @@ "expected_output": "vers:npm/>=1.11.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3366,6 +3740,7 @@ "expected_output": "vers:npm/<=1.11.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3375,6 +3750,7 @@ "expected_output": "vers:npm/>=2.3.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3384,6 +3760,7 @@ "expected_output": "vers:npm/<2.3.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3393,6 +3770,7 @@ "expected_output": "vers:npm/>=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3402,6 +3780,7 @@ "expected_output": "vers:npm/>=1.4.0|<=1.11.3|>=1.12.3|<=2.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3411,6 +3790,7 @@ "expected_output": "vers:npm/>=6.4.9" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3420,6 +3800,7 @@ "expected_output": "vers:npm/<=6.4.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3429,6 +3810,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3438,6 +3820,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3447,6 +3830,7 @@ "expected_output": "vers:npm/>=1.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3456,6 +3840,7 @@ "expected_output": "vers:npm/<1.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3465,6 +3850,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3474,6 +3860,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3483,6 +3870,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3492,6 +3880,7 @@ "expected_output": "vers:npm/<=2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3501,6 +3890,7 @@ "expected_output": "vers:npm/>=0.10.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3510,6 +3900,7 @@ "expected_output": "vers:npm/<=0.9.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3519,6 +3910,7 @@ "expected_output": "vers:npm/>=0.9.5|<1.0.0|>=1.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3528,6 +3920,7 @@ "expected_output": "vers:npm/<=0.9.4|1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3537,6 +3930,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3546,6 +3940,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3555,6 +3950,7 @@ "expected_output": "vers:npm/<=1.4.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3564,6 +3960,7 @@ "expected_output": "vers:npm/>=4.2.1|>=5.0.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3573,6 +3970,7 @@ "expected_output": "vers:npm/<4.2.1|>=5.0.0|<5.0.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3582,6 +3980,7 @@ "expected_output": "vers:npm/>=0.9.74" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3591,6 +3990,7 @@ "expected_output": "vers:npm/<=0.9.73" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3600,6 +4000,7 @@ "expected_output": "vers:npm/>=1.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3609,6 +4010,7 @@ "expected_output": "vers:npm/<1.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3618,6 +4020,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3627,6 +4030,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3636,6 +4040,7 @@ "expected_output": "vers:npm/>=3.1.3|<4.0.0|>=4.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3645,6 +4050,7 @@ "expected_output": "vers:npm/<3.1.3|>=4.0.0|<4.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3654,6 +4060,7 @@ "expected_output": "vers:npm/>=1.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3663,6 +4070,7 @@ "expected_output": "vers:npm/<=1.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3672,6 +4080,7 @@ "expected_output": "vers:npm/>=0.3.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3681,6 +4090,7 @@ "expected_output": "vers:npm/<0.3.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3690,6 +4100,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3699,6 +4110,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3708,6 +4120,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3717,6 +4130,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3726,6 +4140,7 @@ "expected_output": "vers:npm/>=1.0.0|<2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3735,6 +4150,7 @@ "expected_output": "vers:npm/<1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3744,6 +4160,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3753,6 +4170,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3762,6 +4180,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3771,6 +4190,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3780,6 +4200,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3789,6 +4210,7 @@ "expected_output": "vers:npm/>=1.10.4|<1.11.0|>=1.16.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3798,6 +4220,7 @@ "expected_output": "vers:npm/<1.10.4|>=1.11.0|<1.16.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3807,6 +4230,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3816,6 +4240,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3825,6 +4250,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3834,6 +4260,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3843,6 +4270,7 @@ "expected_output": "vers:npm/>=6.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3852,6 +4280,7 @@ "expected_output": "vers:npm/<=0.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3861,6 +4290,7 @@ "expected_output": "vers:npm/>=6.5.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3870,6 +4300,7 @@ "expected_output": "vers:npm/<6.5.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3879,6 +4310,7 @@ "expected_output": "vers:npm/>=1.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3888,6 +4320,7 @@ "expected_output": "vers:npm/<1.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3897,6 +4330,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3906,6 +4340,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3915,6 +4350,7 @@ "expected_output": "vers:npm/<=1.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3924,6 +4360,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3933,6 +4370,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3942,6 +4380,7 @@ "expected_output": "vers:npm/>=2.2.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3951,6 +4390,7 @@ "expected_output": "vers:npm/<2.2.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3960,6 +4400,7 @@ "expected_output": "vers:npm/>=0.0.15" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3969,6 +4410,7 @@ "expected_output": "vers:npm/>=0.0.10|<=0.0.14" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3978,6 +4420,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3987,6 +4430,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -3996,6 +4440,7 @@ "expected_output": "vers:npm/<=1.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4005,6 +4450,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4014,6 +4460,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4023,6 +4470,7 @@ "expected_output": "vers:npm/>=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4032,6 +4480,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4041,6 +4490,7 @@ "expected_output": "vers:npm/<=1.0.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4050,6 +4500,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4059,6 +4510,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4068,6 +4520,7 @@ "expected_output": "vers:npm/<=0.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4077,6 +4530,7 @@ "expected_output": "vers:npm/>=0.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4086,6 +4540,7 @@ "expected_output": "vers:npm/<=0.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4095,6 +4550,7 @@ "expected_output": "vers:npm/>=2.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4104,6 +4560,7 @@ "expected_output": "vers:npm/<=2.2.13" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4113,6 +4570,7 @@ "expected_output": "vers:npm/>=0.1.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4122,6 +4580,7 @@ "expected_output": "vers:npm/<0.1.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4131,6 +4590,7 @@ "expected_output": "vers:npm/>=2.68.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4140,6 +4600,7 @@ "expected_output": "vers:npm/>=2.2.6|<2.47.0|>2.51.0|<=2.67.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4149,6 +4610,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4158,6 +4620,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4167,6 +4630,7 @@ "expected_output": "vers:npm/>=1.1.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4176,6 +4640,7 @@ "expected_output": "vers:npm/<=1.1.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4185,6 +4650,7 @@ "expected_output": "vers:npm/>=2.0.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4194,6 +4660,7 @@ "expected_output": "vers:npm/<2.0.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4203,6 +4670,7 @@ "expected_output": "vers:npm/>=1.7.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4212,6 +4680,7 @@ "expected_output": "vers:npm/<=1.6.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4221,6 +4690,7 @@ "expected_output": "vers:npm/>=1.3.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4230,6 +4700,7 @@ "expected_output": "vers:npm/<=1.3.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4239,6 +4710,7 @@ "expected_output": "vers:npm/>=1.4.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4248,6 +4720,7 @@ "expected_output": "vers:npm/<1.4.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4257,6 +4730,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4266,6 +4740,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4275,6 +4750,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4284,6 +4760,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4293,6 +4770,7 @@ "expected_output": "vers:npm/>=0.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4302,6 +4780,7 @@ "expected_output": "vers:npm/<0.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4311,6 +4790,7 @@ "expected_output": "vers:npm/>=0.38.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4320,6 +4800,7 @@ "expected_output": "vers:npm/<=0.37.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4329,6 +4810,7 @@ "expected_output": "vers:npm/>=2.26.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4338,6 +4820,7 @@ "expected_output": "vers:npm/<2.26.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4347,6 +4830,7 @@ "expected_output": "vers:npm/>=0.8.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4356,6 +4840,7 @@ "expected_output": "vers:npm/<=0.7.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4365,6 +4850,7 @@ "expected_output": "vers:npm/>=0.4.16" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4374,6 +4860,7 @@ "expected_output": "vers:npm/<0.4.16" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4383,6 +4870,7 @@ "expected_output": "vers:npm/>=1.3.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4392,6 +4880,7 @@ "expected_output": "vers:npm/<1.3.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4401,6 +4890,7 @@ "expected_output": "vers:npm/>=2.1.13" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4410,6 +4900,7 @@ "expected_output": "vers:npm/<=2.1.12" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4419,6 +4910,7 @@ "expected_output": "vers:npm/>=1.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4428,6 +4920,7 @@ "expected_output": "vers:npm/<=1.2.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4437,6 +4930,7 @@ "expected_output": "vers:npm/>=3.4.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4446,6 +4940,7 @@ "expected_output": "vers:npm/>=2.0.0|<=3.4.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4455,6 +4950,7 @@ "expected_output": "vers:npm/>0.7.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4464,6 +4960,7 @@ "expected_output": "vers:npm/<=0.7.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4473,6 +4970,7 @@ "expected_output": "vers:npm/>=0.1.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4482,6 +4980,7 @@ "expected_output": "vers:npm/<0.1.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4491,6 +4990,7 @@ "expected_output": "vers:npm/>=1.1.10" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4500,6 +5000,7 @@ "expected_output": "vers:npm/<=1.1.9" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4509,6 +5010,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4518,6 +5020,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4527,6 +5030,7 @@ "expected_output": "vers:npm/>=2.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4536,6 +5040,7 @@ "expected_output": "vers:npm/<=2.0.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4545,6 +5050,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4554,6 +5060,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4563,6 +5070,7 @@ "expected_output": "vers:npm/>=0.5.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4572,6 +5080,7 @@ "expected_output": "vers:npm/0.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4581,6 +5090,7 @@ "expected_output": "vers:npm/>=2.4.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4590,6 +5100,7 @@ "expected_output": "vers:npm/<=2.4.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4599,6 +5110,7 @@ "expected_output": "vers:npm/>3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4608,6 +5120,7 @@ "expected_output": "vers:npm/<=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4617,6 +5130,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4626,6 +5140,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4635,6 +5150,7 @@ "expected_output": "vers:npm/>=1.1.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4644,6 +5160,7 @@ "expected_output": "vers:npm/<1.1.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4653,6 +5170,7 @@ "expected_output": "vers:npm/<=1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4662,6 +5180,7 @@ "expected_output": "vers:npm/>=3.23.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4671,6 +5190,7 @@ "expected_output": "vers:npm/<3.23.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4680,6 +5200,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4689,6 +5210,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4698,6 +5220,7 @@ "expected_output": "vers:npm/>=5.0.3|<6.0.0|>=6.8.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4707,6 +5230,7 @@ "expected_output": "vers:npm/<=6.8.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4716,6 +5240,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4725,6 +5250,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4734,6 +5260,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4743,6 +5270,7 @@ "expected_output": "vers:npm/<=0.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4752,6 +5280,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4761,6 +5290,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4770,6 +5300,7 @@ "expected_output": "vers:npm/>=6.4.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4779,6 +5310,7 @@ "expected_output": "vers:npm/<=6.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4788,6 +5320,7 @@ "expected_output": "vers:npm/>=1.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4797,6 +5330,7 @@ "expected_output": "vers:npm/<1.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4806,6 +5340,7 @@ "expected_output": "vers:npm/>=1.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4815,6 +5350,7 @@ "expected_output": "vers:npm/<1.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4824,6 +5360,7 @@ "expected_output": "vers:npm/>=2.2.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4833,6 +5370,7 @@ "expected_output": "vers:npm/<=2.2.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4842,6 +5380,7 @@ "expected_output": "vers:npm/<=0.0.24" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4851,6 +5390,7 @@ "expected_output": "vers:npm/<=0.0.20" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4860,6 +5400,7 @@ "expected_output": "vers:npm/>=0.3.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4869,6 +5410,7 @@ "expected_output": "vers:npm/<=0.3.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4878,6 +5420,7 @@ "expected_output": "vers:npm/3.10.1|>=3.10.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4887,6 +5430,7 @@ "expected_output": "vers:npm/>=3.0.0|<=3.9.1|3.10.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4896,6 +5440,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4905,6 +5450,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4914,6 +5460,7 @@ "expected_output": "vers:npm/>=0.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4923,6 +5470,7 @@ "expected_output": "vers:npm/<=0.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4932,6 +5480,7 @@ "expected_output": "vers:npm/<=0.13.12" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4941,6 +5490,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4950,6 +5500,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4959,6 +5510,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4968,6 +5520,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4977,6 +5530,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4986,6 +5540,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -4995,6 +5550,7 @@ "expected_output": "vers:npm/>1.1.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5004,6 +5560,7 @@ "expected_output": "vers:npm/<=1.1.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5013,6 +5570,7 @@ "expected_output": "vers:npm/>=1.1.7|<2.0.0|>=2.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5022,6 +5580,7 @@ "expected_output": "vers:npm/<1.1.7|<2.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5031,6 +5590,7 @@ "expected_output": "vers:npm/>=2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5040,6 +5600,7 @@ "expected_output": "vers:npm/>=1.4.0|<2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5049,6 +5610,7 @@ "expected_output": "vers:npm/>=2.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5058,6 +5620,7 @@ "expected_output": "vers:npm/>=0.9.7|<=2.2.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5067,6 +5630,7 @@ "expected_output": "vers:npm/>=0.2.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5076,6 +5640,7 @@ "expected_output": "vers:npm/<0.2.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5085,6 +5650,7 @@ "expected_output": "vers:npm/>=3.22.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5094,6 +5660,7 @@ "expected_output": "vers:npm/<3.22.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5103,6 +5670,7 @@ "expected_output": "vers:npm/<=0.0.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5112,6 +5680,7 @@ "expected_output": "vers:npm/>=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5121,6 +5690,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5130,6 +5700,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5139,6 +5710,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5148,6 +5720,7 @@ "expected_output": "vers:npm/>=3.4.6|<4.0.0|>=4.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5157,6 +5730,7 @@ "expected_output": "vers:npm/<3.4.6|>4.0.0|<4.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5166,6 +5740,7 @@ "expected_output": "vers:npm/>=1.8.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5175,6 +5750,7 @@ "expected_output": "vers:npm/<1.8.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5184,6 +5760,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5193,6 +5770,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5202,6 +5780,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5211,6 +5790,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5220,6 +5800,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5229,6 +5810,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5238,6 +5820,7 @@ "expected_output": "vers:npm/>=0.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5247,6 +5830,7 @@ "expected_output": "vers:npm/>=1.6.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5256,6 +5840,7 @@ "expected_output": "vers:npm/<=1.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5265,6 +5850,7 @@ "expected_output": "vers:npm/>=3.9.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5274,6 +5860,7 @@ "expected_output": "vers:npm/<3.9.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5283,6 +5870,7 @@ "expected_output": "vers:npm/>=1.4.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5292,6 +5880,7 @@ "expected_output": "vers:npm/<=1.4.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5301,6 +5890,7 @@ "expected_output": "vers:npm/>=0.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5310,6 +5900,7 @@ "expected_output": "vers:npm/<0.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5319,6 +5910,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5328,6 +5920,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5337,6 +5930,7 @@ "expected_output": "vers:npm/>=3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5346,6 +5940,7 @@ "expected_output": "vers:npm/<3.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5355,6 +5950,7 @@ "expected_output": "vers:npm/>=0.3.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5364,6 +5960,7 @@ "expected_output": "vers:npm/<=0.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5373,6 +5970,7 @@ "expected_output": "vers:npm/>=3.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5382,6 +5980,7 @@ "expected_output": "vers:npm/<3.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5391,6 +5990,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5400,6 +6000,7 @@ "expected_output": "vers:npm/<=2.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5409,6 +6010,7 @@ "expected_output": "vers:npm/>=1.1.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5418,6 +6020,7 @@ "expected_output": "vers:npm/<1.1.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5427,6 +6030,7 @@ "expected_output": "vers:npm/<=0.0.32" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5436,6 +6040,7 @@ "expected_output": "vers:npm/>=1.1.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5445,6 +6050,7 @@ "expected_output": "vers:npm/<=1.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5454,6 +6060,7 @@ "expected_output": "vers:npm/>=0.35.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5463,6 +6070,7 @@ "expected_output": "vers:npm/<=0.35.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5472,6 +6080,7 @@ "expected_output": "vers:npm/>=4.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5481,6 +6090,7 @@ "expected_output": "vers:npm/>=3.1.0|<4.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5490,6 +6100,7 @@ "expected_output": "vers:npm/>=5.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5499,6 +6110,7 @@ "expected_output": "vers:npm/<=5.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5508,6 +6120,7 @@ "expected_output": "vers:npm/>=1.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5517,6 +6130,7 @@ "expected_output": "vers:npm/<1.4.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5526,6 +6140,7 @@ "expected_output": "vers:npm/>=3.20.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5535,6 +6150,7 @@ "expected_output": "vers:npm/<=3.19.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5544,6 +6160,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5553,6 +6170,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5562,6 +6180,7 @@ "expected_output": "vers:npm/>=1.1.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5571,6 +6190,7 @@ "expected_output": "vers:npm/<1.1.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5580,6 +6200,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5589,6 +6210,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5598,6 +6220,7 @@ "expected_output": "vers:npm/<=1.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5607,6 +6230,7 @@ "expected_output": "vers:npm/>=3.2.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5616,6 +6240,7 @@ "expected_output": "vers:npm/<3.2.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5625,6 +6250,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5634,6 +6260,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5643,6 +6270,7 @@ "expected_output": "vers:npm/>=1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5652,6 +6280,7 @@ "expected_output": "vers:npm/<1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5661,6 +6290,7 @@ "expected_output": "vers:npm/>=5.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5670,6 +6300,7 @@ "expected_output": "vers:npm/<5.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5679,6 +6310,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5688,6 +6320,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5697,6 +6330,7 @@ "expected_output": "vers:npm/>=0.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5706,6 +6340,7 @@ "expected_output": "vers:npm/<0.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5715,6 +6350,7 @@ "expected_output": "vers:npm/>=3.11.0|<4.0.0|>=4.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5724,6 +6360,7 @@ "expected_output": "vers:npm/<3.11.0|>=4.0.0|<4.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5733,6 +6370,7 @@ "expected_output": "vers:npm/>=1.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5742,6 +6380,7 @@ "expected_output": "vers:npm/<1.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5751,6 +6390,7 @@ "expected_output": "vers:npm/>=4.17.19" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5760,6 +6400,7 @@ "expected_output": "vers:npm/>=4.17.15|<4.17.19" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5769,6 +6410,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5778,6 +6420,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5787,6 +6430,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5796,6 +6440,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5805,6 +6450,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5814,6 +6460,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5823,6 +6470,7 @@ "expected_output": "vers:npm/>=6.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5832,6 +6480,7 @@ "expected_output": "vers:npm/<=6.0.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5841,6 +6490,7 @@ "expected_output": "vers:npm/>=2.14.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5850,6 +6500,7 @@ "expected_output": "vers:npm/>=2.0.0-alpha8|<=2.0.0-rc2|>=2.0.0|<=2.13.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5859,6 +6510,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5868,6 +6520,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5877,6 +6530,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5886,6 +6540,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5895,6 +6550,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5904,6 +6560,7 @@ "expected_output": "vers:npm/<=0.8.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5913,6 +6570,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5922,6 +6580,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5931,6 +6590,7 @@ "expected_output": "vers:npm/>=0.4.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5940,6 +6600,7 @@ "expected_output": "vers:npm/<=0.3.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5949,6 +6610,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5958,6 +6620,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5967,6 +6630,7 @@ "expected_output": "vers:npm/>=0.5.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5976,6 +6640,7 @@ "expected_output": "vers:npm/<=0.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5985,6 +6650,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -5994,6 +6660,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6003,6 +6670,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6012,6 +6680,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6021,6 +6690,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6030,6 +6700,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6039,6 +6710,7 @@ "expected_output": "vers:npm/>=0.11.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6048,6 +6720,7 @@ "expected_output": "vers:npm/<0.11.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6057,6 +6730,7 @@ "expected_output": "vers:npm/>2.3.21" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6066,6 +6740,7 @@ "expected_output": "vers:npm/2.3.21" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6075,6 +6750,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6084,6 +6760,7 @@ "expected_output": "vers:npm/>=3.3.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6093,6 +6770,7 @@ "expected_output": "vers:npm/<3.3.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6102,6 +6780,7 @@ "expected_output": "vers:npm/>=1.4.6|<2.0.0|>=2.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6111,6 +6790,7 @@ "expected_output": "vers:npm/>=1.0.0|<1.4.6|2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6120,6 +6800,7 @@ "expected_output": "vers:npm/>=1.0.0|<2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6129,6 +6810,7 @@ "expected_output": "vers:npm/<1.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6138,6 +6820,7 @@ "expected_output": "vers:npm/>=1.6.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6147,6 +6830,7 @@ "expected_output": "vers:npm/<1.6.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6156,6 +6840,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6165,6 +6850,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6174,6 +6860,7 @@ "expected_output": "vers:npm/>=11.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6183,6 +6870,7 @@ "expected_output": "vers:npm/<11.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6192,6 +6880,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6201,6 +6890,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6210,6 +6900,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6219,6 +6910,7 @@ "expected_output": "vers:npm/>=1.0.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6228,6 +6920,7 @@ "expected_output": "vers:npm/<=1.0.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6237,6 +6930,7 @@ "expected_output": "vers:npm/>=1.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6246,6 +6940,7 @@ "expected_output": "vers:npm/<1.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6255,6 +6950,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6264,6 +6960,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6273,6 +6970,7 @@ "expected_output": "vers:npm/>=2.3.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6282,6 +6980,7 @@ "expected_output": "vers:npm/<=2.3.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6291,6 +6990,7 @@ "expected_output": "vers:npm/>=0.3.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6300,6 +7000,7 @@ "expected_output": "vers:npm/<=0.3.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6309,6 +7010,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6318,6 +7020,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6327,6 +7030,7 @@ "expected_output": "vers:npm/>=3.17.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6336,6 +7040,7 @@ "expected_output": "vers:npm/<=3.16.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6345,6 +7050,7 @@ "expected_output": "vers:npm/>=0.4.9" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6354,6 +7060,7 @@ "expected_output": "vers:npm/<0.4.9" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6363,6 +7070,7 @@ "expected_output": "vers:npm/>=4.17.11" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6372,6 +7080,7 @@ "expected_output": "vers:npm/<4.17.11" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6381,6 +7090,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6390,6 +7100,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6399,6 +7110,7 @@ "expected_output": "vers:npm/<=0.0.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6408,6 +7120,7 @@ "expected_output": "vers:npm/>=0.10.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6417,6 +7130,7 @@ "expected_output": "vers:npm/<=0.9.11" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6426,6 +7140,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6435,6 +7150,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6444,6 +7160,7 @@ "expected_output": "vers:npm/>=2.2.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6453,6 +7170,7 @@ "expected_output": "vers:npm/<=2.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6462,6 +7180,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6471,6 +7190,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6480,6 +7200,7 @@ "expected_output": "vers:npm/<=0.2.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6489,6 +7210,7 @@ "expected_output": "vers:npm/<=0.29.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6498,6 +7220,7 @@ "expected_output": "vers:npm/>=1.8.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6507,6 +7230,7 @@ "expected_output": "vers:npm/<1.8.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6516,6 +7240,7 @@ "expected_output": "vers:npm/>=2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6525,6 +7250,7 @@ "expected_output": "vers:npm/<=1.3.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6534,6 +7260,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6543,6 +7270,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6552,6 +7280,7 @@ "expected_output": "vers:npm/>=1.9.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6561,6 +7290,7 @@ "expected_output": "vers:npm/>=1.7.1|<=1.8.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6570,6 +7300,7 @@ "expected_output": "vers:npm/<=0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6579,6 +7310,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6588,6 +7320,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6597,6 +7330,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6606,6 +7340,7 @@ "expected_output": "vers:npm/>=0.4.11" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6615,6 +7350,7 @@ "expected_output": "vers:npm/<=0.4.10" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6624,6 +7360,7 @@ "expected_output": "vers:npm/>=0.6.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6633,6 +7370,7 @@ "expected_output": "vers:npm/<=0.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6642,6 +7380,7 @@ "expected_output": "vers:npm/>=11.1.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6651,6 +7390,7 @@ "expected_output": "vers:npm/<11.1.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6660,6 +7400,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6669,6 +7410,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6678,6 +7420,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6687,6 +7430,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6696,6 +7440,7 @@ "expected_output": "vers:npm/>=13.0.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6705,6 +7450,7 @@ "expected_output": "vers:npm/<13.0.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6714,6 +7460,7 @@ "expected_output": "vers:npm/>=5.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6723,6 +7470,7 @@ "expected_output": "vers:npm/5.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6732,6 +7480,7 @@ "expected_output": "vers:npm/<=1.1.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6741,6 +7490,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6750,6 +7500,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6759,6 +7510,7 @@ "expected_output": "vers:npm/>=0.1.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6768,6 +7520,7 @@ "expected_output": "vers:npm/<=0.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6777,6 +7530,7 @@ "expected_output": "vers:npm/>=1.4.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6786,6 +7540,7 @@ "expected_output": "vers:npm/<1.4.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6795,6 +7550,7 @@ "expected_output": "vers:npm/>=1.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6804,6 +7560,7 @@ "expected_output": "vers:npm/<1.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6813,6 +7570,7 @@ "expected_output": "vers:npm/>=0.10.9" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6822,6 +7580,7 @@ "expected_output": "vers:npm/>=0.10.0|<=0.10.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6831,6 +7590,7 @@ "expected_output": "vers:npm/>=4.3.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6840,6 +7600,7 @@ "expected_output": "vers:npm/<4.3.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6849,6 +7610,7 @@ "expected_output": "vers:npm/>=2.0.0-rc8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6858,6 +7620,7 @@ "expected_output": "vers:npm/<=2.0.0-rc7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6867,6 +7630,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6876,6 +7640,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6885,6 +7650,7 @@ "expected_output": "vers:npm/>=1.13.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6894,6 +7660,7 @@ "expected_output": "vers:npm/<=1.13.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6903,6 +7670,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6912,6 +7680,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6921,6 +7690,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6930,6 +7700,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6939,6 +7710,7 @@ "expected_output": "vers:npm/>=3.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6948,6 +7720,7 @@ "expected_output": "vers:npm/<3.5.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6957,6 +7730,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6966,6 +7740,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6975,6 +7750,7 @@ "expected_output": "vers:npm/<=3.7.1|>=3.7.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6984,6 +7760,7 @@ "expected_output": "vers:npm/3.7.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -6993,6 +7770,7 @@ "expected_output": "vers:npm/>=0.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7002,6 +7780,7 @@ "expected_output": "vers:npm/<0.1.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7011,6 +7790,7 @@ "expected_output": "vers:npm/<=0.13.12" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7020,6 +7800,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7029,6 +7810,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7038,6 +7820,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7047,6 +7830,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7056,6 +7840,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7065,6 +7850,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7074,6 +7860,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7083,6 +7870,7 @@ "expected_output": "vers:npm/>=3.0.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7092,6 +7880,7 @@ "expected_output": "vers:npm/<3.0.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7101,6 +7890,7 @@ "expected_output": "vers:npm/>=1.0.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7110,6 +7900,7 @@ "expected_output": "vers:npm/<=1.0.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7119,6 +7910,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7128,6 +7920,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7137,6 +7930,7 @@ "expected_output": "vers:npm/>=1.3.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7146,6 +7940,7 @@ "expected_output": "vers:npm/<1.3.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7155,6 +7950,7 @@ "expected_output": "vers:npm/>2.4.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7164,6 +7960,7 @@ "expected_output": "vers:npm/<=2.4.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7173,6 +7970,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7182,6 +7980,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7191,6 +7990,7 @@ "expected_output": "vers:npm/>=0.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7200,6 +8000,7 @@ "expected_output": "vers:npm/<0.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7209,6 +8010,7 @@ "expected_output": "vers:npm/>=1.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7218,6 +8020,7 @@ "expected_output": "vers:npm/<=1.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7227,6 +8030,7 @@ "expected_output": "vers:npm/<=1.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7236,6 +8040,7 @@ "expected_output": "vers:npm/>=1.4.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7245,6 +8050,7 @@ "expected_output": "vers:npm/<1.4.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7254,6 +8060,7 @@ "expected_output": "vers:npm/>=1.4.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7263,6 +8070,7 @@ "expected_output": "vers:npm/<=1.4.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7272,6 +8080,7 @@ "expected_output": "vers:npm/>=2.1.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7281,6 +8090,7 @@ "expected_output": "vers:npm/<=2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7290,6 +8100,7 @@ "expected_output": "vers:npm/>=0.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7299,6 +8110,7 @@ "expected_output": "vers:npm/<0.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7308,6 +8120,7 @@ "expected_output": "vers:npm/>=1.1.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7317,6 +8130,7 @@ "expected_output": "vers:npm/<=1.1.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7326,6 +8140,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7335,6 +8150,7 @@ "expected_output": "vers:npm/<=2.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7344,6 +8160,7 @@ "expected_output": "vers:npm/>=4.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7353,6 +8170,7 @@ "expected_output": "vers:npm/<4.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7362,6 +8180,7 @@ "expected_output": "vers:npm/>=2.12.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7371,6 +8190,7 @@ "expected_output": "vers:npm/<=2.12.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7380,6 +8200,7 @@ "expected_output": "vers:npm/>=0.0.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7389,6 +8210,7 @@ "expected_output": "vers:npm/<0.0.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7398,6 +8220,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7407,6 +8230,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7416,6 +8240,7 @@ "expected_output": "vers:npm/>1.10.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7425,6 +8250,7 @@ "expected_output": "vers:npm/<=1.10.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7434,6 +8260,7 @@ "expected_output": "vers:npm/*" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7443,6 +8270,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7452,6 +8280,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7461,6 +8290,7 @@ "expected_output": "vers:npm/>=1.4.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7470,6 +8300,7 @@ "expected_output": "vers:npm/<=1.4.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7479,6 +8310,7 @@ "expected_output": "vers:npm/<=1.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7488,6 +8320,7 @@ "expected_output": "vers:npm/<=1.1.8" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7497,6 +8330,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7506,6 +8340,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7515,6 +8350,7 @@ "expected_output": "vers:npm/>=0.3.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7524,6 +8360,7 @@ "expected_output": "vers:npm/<=0.3.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7533,6 +8370,7 @@ "expected_output": "vers:npm/>=0.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7542,6 +8380,7 @@ "expected_output": "vers:npm/<0.1.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7551,6 +8390,7 @@ "expected_output": "vers:npm/>=0.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7560,6 +8400,7 @@ "expected_output": "vers:npm/<0.3.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7569,6 +8410,7 @@ "expected_output": "vers:npm/>=0.2.2|<0.3.0|>=0.3.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7578,6 +8420,7 @@ "expected_output": "vers:npm/<0.2.2|>=0.3.0|<0.3.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7587,6 +8430,7 @@ "expected_output": "vers:npm/>=7.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7596,6 +8440,7 @@ "expected_output": "vers:npm/>=5.2.1|<=6.0.0|>=6.0.0|<=6.0.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7605,6 +8450,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7614,6 +8460,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7623,6 +8470,7 @@ "expected_output": "vers:npm/<=0.0.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7632,6 +8480,7 @@ "expected_output": "vers:npm/>=1.4.1|<2.0.0|>=2.17.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7641,6 +8490,7 @@ "expected_output": "vers:npm/<1.4.1|>=2.0.0|<2.17.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7650,6 +8500,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7659,6 +8510,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7668,6 +8520,7 @@ "expected_output": "vers:npm/>=0.3.16" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7677,6 +8530,7 @@ "expected_output": "vers:npm/<0.3.16" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7686,6 +8540,7 @@ "expected_output": "vers:npm/<=0.2.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7695,6 +8550,7 @@ "expected_output": "vers:npm/<=0.2.4" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7704,6 +8560,7 @@ "expected_output": "vers:npm/>=2.2.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7713,6 +8570,7 @@ "expected_output": "vers:npm/<2.2.5" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7722,6 +8580,7 @@ "expected_output": "vers:npm/<=0.2.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7731,6 +8590,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7740,6 +8600,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7749,6 +8610,7 @@ "expected_output": "vers:npm/>=1.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7758,6 +8620,7 @@ "expected_output": "vers:npm/<1.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7767,6 +8630,7 @@ "expected_output": "vers:npm/<=0.0.9" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7776,6 +8640,7 @@ "expected_output": "vers:npm/>=0.9.7" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7785,6 +8650,7 @@ "expected_output": "vers:npm/<=0.9.6" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7794,6 +8660,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7803,6 +8670,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7812,6 +8680,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7821,6 +8690,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7830,6 +8700,7 @@ "expected_output": "vers:npm/>=2.4.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7839,6 +8710,7 @@ "expected_output": "vers:npm/<2.4.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7848,6 +8720,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7857,6 +8730,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7866,6 +8740,7 @@ "expected_output": "vers:npm/>=1.2.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7875,6 +8750,7 @@ "expected_output": "vers:npm/<1.2.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7884,6 +8760,7 @@ "expected_output": "vers:npm/<0.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7893,6 +8770,7 @@ "expected_output": "vers:npm/<=99.999.99999" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7902,6 +8780,7 @@ "expected_output": "vers:npm/>=3.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7911,6 +8790,7 @@ "expected_output": "vers:npm/<3.0.1" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7920,6 +8800,7 @@ "expected_output": "vers:npm/>=1.2.9|<2.0.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7929,6 +8810,7 @@ "expected_output": "vers:npm/>=3.8.2|<3.9.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7938,6 +8820,7 @@ "expected_output": "vers:npm/>=5.0.0|<=7.2.3" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7947,6 +8830,7 @@ "expected_output": "vers:npm/2.1.0|2.6.0" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7956,6 +8840,7 @@ "expected_output": "vers:npm/1.1.2|1.2.2" }, { + "description": "Construct VERS range from native npm range.", "test_group": "advanced", "test_type": "from_native", "input": { @@ -7963,5 +8848,125 @@ "scheme": "npm" }, "expected_output": "vers:npm/>=1.1.0|<=2.1.0" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "~3.8.2", + "scheme": "npm" + }, + "expected_output": "vers:npm/>=3.8.2|<3.9.0" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "^1.2.9", + "scheme": "npm" + }, + "expected_output": "vers:npm/>=1.2.9|<2.0.0" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "^1.2.3-beta.1", + "scheme": "npm" + }, + "expected_output": "vers:npm/>=1.2.3-beta.1|<2.0.0" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "^0.2.1-beta", + "scheme": "npm" + }, + "expected_output": "vers:npm/>=0.2.1-beta|<0.3.0" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "^0.0.2-beta", + "scheme": "npm" + }, + "expected_output": "vers:npm/>=0.0.2-beta|<0.0.3" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "^1.2.9", + "scheme": "npm" + }, + "expected_output": "vers:npm/>=1.2.9|<2.0.0" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "~3.8.2", + "scheme": "npm" + }, + "expected_output": "vers:npm/>=3.8.2|<3.9.0" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "5.0.0 - 7.2.3", + "scheme": "npm" + }, + "expected_output": "vers:npm/>=5.0.0|<=7.2.3" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "2.1.0 || 2.6.0", + "scheme": "npm" + }, + "expected_output": "vers:npm/2.1.0|2.6.0" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "1.1.2 1.2.2", + "scheme": "npm" + }, + "expected_output": "vers:npm/1.1.2|1.2.2" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "<=2.1.0 >=1.1.0", + "scheme": "npm" + }, + "expected_output": "vers:npm/>=1.1.0|<=2.1.0" + }, + { + "description": "Construct VERS range from native npm range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "1.2.x", + "scheme": "npm" + }, + "expected_output": "vers:npm/>=1.2.0|<1.3.0" } ] \ No newline at end of file diff --git a/tests/data/schema/range/nuget_range_from_native.json b/tests/data/schema/range/nuget_range_from_native.json new file mode 100644 index 00000000..6f6061ce --- /dev/null +++ b/tests/data/schema/range/nuget_range_from_native.json @@ -0,0 +1,12 @@ +[ + { + "description": "Construct VERS range from native NuGet range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "[1.0.0, 2.0.0)", + "scheme": "nuget" + }, + "expected_output": "vers:nuget/>=1.0.0|<2.0.0" + } +] \ No newline at end of file diff --git a/tests/data/schema/range/openssl_range_from_native.json b/tests/data/schema/range/openssl_range_from_native.json new file mode 100644 index 00000000..6b204d94 --- /dev/null +++ b/tests/data/schema/range/openssl_range_from_native.json @@ -0,0 +1,82 @@ +[ + { + "description": "Construct VERS range from native openssl range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "3.0.0, 1.0.1b", + "scheme": "openssl" + }, + "expected_output": "vers:openssl/1.0.1b|3.0.0" + }, + { + "description": "Construct VERS range from native openssl range.", + "test_group": "basic", + "test_type": "from_native", + "input": { + "native_range": "0.9.8j", + "scheme": "openssl" + }, + "expected_output": "vers:openssl/0.9.8j" + }, + { + "description": "Construct VERS range from native openssl range.", + "test_group": "basic", + "test_type": "from_native", + "input": { + "native_range": "3.0.1", + "scheme": "openssl" + }, + "expected_output": "vers:openssl/3.0.1" + }, + { + "description": "Construct VERS range from native openssl range.", + "test_group": "basic", + "test_type": "from_native", + "input": { + "native_range": "1.1.1ak", + "scheme": "openssl" + }, + "expected_output": "vers:openssl/1.1.1ak" + }, + { + "description": "Construct VERS range from native openssl range.", + "test_group": "basic", + "test_type": "from_native", + "input": { + "native_range": "1.1.0", + "scheme": "openssl" + }, + "expected_output": "vers:openssl/1.1.0" + }, + { + "description": "Construct VERS range from native openssl range.", + "test_group": "basic", + "test_type": "from_native", + "input": { + "native_range": "3.0.2", + "scheme": "openssl" + }, + "expected_output": "vers:openssl/3.0.2" + }, + { + "description": "Construct VERS range from native openssl range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "3.0.1, 0.9.7a", + "scheme": "openssl" + }, + "expected_output": "vers:openssl/0.9.7a|3.0.1" + }, + { + "description": "Construct VERS range from native openssl range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "1.0.2ck, 3.1.2", + "scheme": "openssl" + }, + "expected_output": "vers:openssl/1.0.2ck|3.1.2" + } +] \ No newline at end of file diff --git a/tests/data/schema/range/range_containment.json b/tests/data/schema/range/pypi_range_containment.json similarity index 73% rename from tests/data/schema/range/range_containment.json rename to tests/data/schema/range/pypi_range_containment.json index 1da08139..d4b232bf 100644 --- a/tests/data/schema/range/range_containment.json +++ b/tests/data/schema/range/pypi_range_containment.json @@ -1,5 +1,6 @@ [ { + "description": "Test version containment for pypi VERS range.", "test_group": "advanced", "test_type": "containment", "input": { @@ -9,6 +10,7 @@ "expected_output": true }, { + "description": "Test version containment for pypi VERS range.", "test_group": "advanced", "test_type": "containment", "input": { @@ -18,6 +20,7 @@ "expected_output": true }, { + "description": "Test version containment for pypi VERS range.", "test_group": "advanced", "test_type": "containment", "input": { @@ -27,6 +30,7 @@ "expected_output": true }, { + "description": "Test version containment for pypi VERS range.", "test_group": "advanced", "test_type": "containment", "input": { @@ -36,6 +40,7 @@ "expected_output": true }, { + "description": "Test version containment for pypi VERS range.", "test_group": "advanced", "test_type": "containment", "input": { @@ -45,6 +50,7 @@ "expected_output": true }, { + "description": "Test version containment for pypi VERS range.", "test_group": "advanced", "test_type": "containment", "input": { @@ -54,6 +60,7 @@ "expected_output": false }, { + "description": "Test version containment for pypi VERS range.", "test_group": "advanced", "test_type": "containment", "input": { @@ -63,6 +70,7 @@ "expected_output": false }, { + "description": "Test version containment for pypi VERS range.", "test_group": "advanced", "test_type": "containment", "input": { @@ -72,6 +80,7 @@ "expected_output": false }, { + "description": "Test version containment for pypi VERS range.", "test_group": "advanced", "test_type": "containment", "input": { @@ -81,6 +90,7 @@ "expected_output": false }, { + "description": "Test version containment for pypi VERS range.", "test_group": "advanced", "test_type": "containment", "input": { @@ -88,14 +98,5 @@ "version": "2.0.3" }, "expected_output": false - }, - { - "test_group": "advanced", - "test_type": "containment", - "input": { - "vers": "vers:nginx/*", - "version": "1.0.0" - }, - "expected_output": true } ] \ No newline at end of file diff --git a/tests/data/schema/range/pypi_range_from_native.json b/tests/data/schema/range/pypi_range_from_native.json new file mode 100644 index 00000000..6260faa2 --- /dev/null +++ b/tests/data/schema/range/pypi_range_from_native.json @@ -0,0 +1,32 @@ +[ + { + "description": "Construct VERS range from native pypi range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": ">= 1.0", + "scheme": "pypi" + }, + "expected_output": "vers:pypi/>=1.0" + }, + { + "description": "Construct VERS range from native pypi range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "<2.1.0", + "scheme": "pypi" + }, + "expected_output": "vers:pypi/<2.1.0" + }, + { + "description": "Construct VERS range from native pypi range.", + "test_group": "advanced", + "test_type": "from_native", + "input": { + "native_range": "!=5", + "scheme": "pypi" + }, + "expected_output": "vers:pypi/!=5" + } +] \ No newline at end of file diff --git a/tests/data/schema/range/pypi_range_roundtrip.json b/tests/data/schema/range/pypi_range_roundtrip.json index ea8a0b73..da9a6dd2 100644 --- a/tests/data/schema/range/pypi_range_roundtrip.json +++ b/tests/data/schema/range/pypi_range_roundtrip.json @@ -1,5 +1,6 @@ [ { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -8,6 +9,7 @@ "expected_output": "vers:pypi/>0.0.2" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -16,6 +18,7 @@ "expected_output": "vers:pypi/0.0.0|0.0.1|0.0.2|0.0.3|0.0.4|0.0.5|0.0.6" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -24,6 +27,7 @@ "expected_output": "vers:pypi/>0.0.0|>=0.0.1|0.0.2|<0.0.3|0.0.4|<0.0.5|>=0.0.6" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -32,6 +36,7 @@ "expected_output": "vers:pypi/>0.0.0|>=0.0.1|>=0.0.1|0.0.2|0.0.3|0.0.4|<0.0.5|<=0.0.6|!=0.7|8.0|>12|<15.3" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -40,6 +45,7 @@ "expected_output": "vers:pypi/>0.0.0|>=0.0.1|0.0.2|0.0.3|0.0.4|<0.0.5|>=0.0.6|!=0.8" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -48,6 +54,7 @@ "expected_output": "vers:pypi/>0.0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -56,6 +63,7 @@ "expected_output": "vers:pypi/>=0.0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -64,6 +72,7 @@ "expected_output": "vers:pypi/<0.0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -72,6 +81,7 @@ "expected_output": "vers:pypi/<=0.0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -80,6 +90,7 @@ "expected_output": "vers:pypi/0.0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -88,6 +99,7 @@ "expected_output": "vers:pypi/!=0.0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -96,6 +108,7 @@ "expected_output": "vers:pypi/*" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -104,6 +117,7 @@ "expected_output": "vers:pypi/>0.0.1|<0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -112,6 +126,7 @@ "expected_output": "vers:pypi/>=0.0.1|<0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -120,6 +135,7 @@ "expected_output": "vers:pypi/<0.0.1|>0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -128,6 +144,7 @@ "expected_output": "vers:pypi/<=0.0.1|>0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -136,6 +153,7 @@ "expected_output": "vers:pypi/0.0.1|>0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { @@ -144,6 +162,7 @@ "expected_output": "vers:pypi/!=0.0.1|>0.1" }, { + "description": "Roundtrip test for pypi VERS range.", "test_group": "advanced", "test_type": "roundtrip", "input": { diff --git a/tests/data/schema/range/range_from_native.json b/tests/data/schema/range/range_from_native.json deleted file mode 100644 index 793af493..00000000 --- a/tests/data/schema/range/range_from_native.json +++ /dev/null @@ -1,263 +0,0 @@ -[ - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "~>2.0.8", - "scheme": "gem" - }, - "expected_output": "vers:gem/>=2.0.8|<2.1" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "~3.8.2", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=3.8.2|<3.9.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "^1.2.9", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=1.2.9|<2.0.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "^1.2.3-beta.1", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=1.2.3-beta.1|<2.0.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "^0.2.1-beta", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=0.2.1-beta|<0.3.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "^0.0.2-beta", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=0.0.2-beta|<0.0.3" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "3.0.0, 1.0.1b", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/1.0.1b|3.0.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "0.9.8j", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/0.9.8j" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "3.0.1", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/3.0.1" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "[1.0.0, 2.0.0)", - "scheme": "nuget" - }, - "expected_output": "vers:nuget/>=1.0.0|<2.0.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "0.8.40+", - "scheme": "nginx" - }, - "expected_output": "vers:nginx/>=0.8.40|<0.9.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "0.7.52-0.8.39", - "scheme": "nginx" - }, - "expected_output": "vers:nginx/>=0.7.52|<=0.8.39" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "0.9.10", - "scheme": "nginx" - }, - "expected_output": "vers:nginx/0.9.10" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.5.0+, 1.4.1+", - "scheme": "nginx" - }, - "expected_output": "vers:nginx/>=1.4.1|<1.5.0|>=1.5.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "^1.2.9", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=1.2.9|<2.0.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "~3.8.2", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=3.8.2|<3.9.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "5.0.0 - 7.2.3", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=5.0.0|<=7.2.3" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "2.1.0 || 2.6.0", - "scheme": "npm" - }, - "expected_output": "vers:npm/2.1.0|2.6.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.1.2 1.2.2", - "scheme": "npm" - }, - "expected_output": "vers:npm/1.1.2|1.2.2" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "<=2.1.0 >=1.1.0", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=1.1.0|<=2.1.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.2.x", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=1.2.0|<1.3.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.1.1ak", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/1.1.1ak" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.1.0", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/1.1.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "3.0.2", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/3.0.2" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "3.0.1, 0.9.7a", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/0.9.7a|3.0.1" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.0.2ck, 3.1.2", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/1.0.2ck|3.1.2" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": ">= 1.0", - "scheme": "pypi" - }, - "expected_output": "vers:pypi/>=1.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "<2.1.0", - "scheme": "pypi" - }, - "expected_output": "vers:pypi/<2.1.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "!=5", - "scheme": "pypi" - }, - "expected_output": "vers:pypi/!=5" - } -] \ No newline at end of file diff --git a/tests/data/schema/range/range_roundtrip.json b/tests/data/schema/range/range_roundtrip.json deleted file mode 100644 index a65dc2e3..00000000 --- a/tests/data/schema/range/range_roundtrip.json +++ /dev/null @@ -1,173 +0,0 @@ -[ - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "0.8.40+", - "scheme": "nginx" - }, - "expected_output": "vers:nginx/>=0.8.40|<0.9.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "0.7.52-0.8.39", - "scheme": "nginx" - }, - "expected_output": "vers:nginx/>=0.7.52|<=0.8.39" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "0.9.10", - "scheme": "nginx" - }, - "expected_output": "vers:nginx/0.9.10" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.5.0+, 1.4.1+", - "scheme": "nginx" - }, - "expected_output": "vers:nginx/>=1.4.1|<1.5.0|>=1.5.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "^1.2.9", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=1.2.9|<2.0.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "~3.8.2", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=3.8.2|<3.9.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "5.0.0 - 7.2.3", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=5.0.0|<=7.2.3" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "2.1.0 || 2.6.0", - "scheme": "npm" - }, - "expected_output": "vers:npm/2.1.0|2.6.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.1.2 1.2.2", - "scheme": "npm" - }, - "expected_output": "vers:npm/1.1.2|1.2.2" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "<=2.1.0 >=1.1.0", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=1.1.0|<=2.1.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.2.x", - "scheme": "npm" - }, - "expected_output": "vers:npm/>=1.2.0|<1.3.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.1.1ak", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/1.1.1ak" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.1.0", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/1.1.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "3.0.2", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/3.0.2" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "3.0.1, 0.9.7a", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/0.9.7a|3.0.1" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "1.0.2ck, 3.1.2", - "scheme": "openssl" - }, - "expected_output": "vers:openssl/1.0.2ck|3.1.2" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": ">= 1.0", - "scheme": "pypi" - }, - "expected_output": "vers:pypi/>=1.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "<2.1.0", - "scheme": "pypi" - }, - "expected_output": "vers:pypi/<2.1.0" - }, - { - "test_group": "advanced", - "test_type": "from_native", - "input": { - "native_range": "!=5", - "scheme": "pypi" - }, - "expected_output": "vers:pypi/!=5" - } -] \ No newline at end of file diff --git a/tests/test_alpine.py b/tests/test_alpine.py index e02bc4c4..75574cce 100644 --- a/tests/test_alpine.py +++ b/tests/test_alpine.py @@ -14,7 +14,7 @@ from . import SchemaDrivenVersTest -TEST_DATA = Path(__file__).parent / "data" / "schema" / "alpine_test.json" +TEST_DATA = Path(__file__).parent / "data" / "schema" / "alpine_version_cmp.json" class AlpineVersionComparison(SchemaDrivenVersTest): diff --git a/tests/test_conan_version_comparison.py b/tests/test_conan_version_comparison.py index 891b2397..9557a4c4 100644 --- a/tests/test_conan_version_comparison.py +++ b/tests/test_conan_version_comparison.py @@ -13,7 +13,7 @@ from . import SchemaDrivenVersTest -TEST_DATA = Path(__file__).parent / "data" / "schema" / "conan_test.json" +TEST_DATA = Path(__file__).parent / "data" / "schema" / "conan_version_cmp.json" class ConanVersionComparison(SchemaDrivenVersTest): diff --git a/tests/test_conan_version_range.py b/tests/test_conan_version_range.py index 95072b0e..603c095c 100644 --- a/tests/test_conan_version_range.py +++ b/tests/test_conan_version_range.py @@ -15,7 +15,7 @@ from univers.version_range import ConanVersionRange from univers.versions import ConanVersion -TEST_DATA = Path(__file__).parent / "data" / "schema" / "conan_range_test.json" +TEST_DATA = Path(__file__).parent / "data" / "schema" / "conan_range_from_native_basic.json" values = [ [">1.0.0", [[[">", "1.0.0"]]], ["1.0.1"], ["0.1"]], @@ -78,15 +78,3 @@ def test_wrong_range_syntax(): # https://github.com/conan-io/conan/issues/12692 with pytest.raises(ConanException): VersionRange(">= 1.0") - - -class ConanVersionRangeFromNative(SchemaDrivenVersTest): - @property - def result(self): - return str(ConanVersionRange.from_native(self.input_native_range)) - - -@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA))) -def test_conan_version_range_parse(test_case): - avc = ConanVersionRangeFromNative.from_data(data=test_case) - avc.assert_result() diff --git a/tests/test_gentoo.py b/tests/test_gentoo.py index c4c14964..d2eddd5e 100644 --- a/tests/test_gentoo.py +++ b/tests/test_gentoo.py @@ -14,7 +14,7 @@ from tests import SchemaDrivenVersTest from univers.versions import GentooVersion -TEST_DATA = Path(__file__).parent / "data" / "schema" / "gentoo_version.json" +TEST_DATA = Path(__file__).parent / "data" / "schema" / "gentoo_version_cmp.json" class GentooVersionComp(SchemaDrivenVersTest): diff --git a/tests/test_version_range.py b/tests/test_version_range.py index f43ca2f2..be4d9215 100644 --- a/tests/test_version_range.py +++ b/tests/test_version_range.py @@ -26,18 +26,32 @@ from univers.versions import Version TEST_DATA_PARENT = Path(__file__).parent / "data" / "schema" / "range" +TEST_DATA_PARENT_GITLAB = TEST_DATA_PARENT / "gitlab" -TEST_DATA_RANGE_CONTAINMENT = TEST_DATA_PARENT / "range_containment.json" -TEST_DATA_PYPI_ROUNDTRIP = TEST_DATA_PARENT / "pypi_range_roundtrip.json" -TEST_DATA_FROM_NATIVE = TEST_DATA_PARENT / "range_from_native.json" -TEST_DATA_PYPI_GITLAB_FROM_NATIVE = TEST_DATA_PARENT / "pypi_gitlab_range_from_native.json" -TEST_DATA_CONAN_GITLAB_FROM_NATIVE = TEST_DATA_PARENT / "conan_gitlab_range_from_native.json" -TEST_DATA_NPM_GITLAB_FROM_NATIVE = TEST_DATA_PARENT / "npm_gitlab_range_from_native.json" -TEST_DATA_GEM_GITLAB_FROM_NATIVE = TEST_DATA_PARENT / "gem_gitlab_range_from_native.json" -TEST_DATA_GOLANG_GITLAB_FROM_NATIVE = TEST_DATA_PARENT / "golang_gitlab_range_from_native.json" -TEST_DATA_COMPOSER_GITLAB_FROM_NATIVE = TEST_DATA_PARENT / "composer_gitlab_range_from_native.json" -TEST_DATA_NPM_FROM_NATIVE = TEST_DATA_PARENT / "npm_range_from_native.json" +TEST_DATA_COMPOSER_GITLAB_FROM_NATIVE = ( + TEST_DATA_PARENT_GITLAB / "composer_gitlab_range_from_native.json" +) +TEST_DATA_CONAN_GITLAB_FROM_NATIVE = TEST_DATA_PARENT_GITLAB / "conan_gitlab_range_from_native.json" +TEST_DATA_GEM_GITLAB_FROM_NATIVE = TEST_DATA_PARENT_GITLAB / "gem_gitlab_range_from_native.json" +TEST_DATA_GOLANG_GITLAB_FROM_NATIVE = ( + TEST_DATA_PARENT_GITLAB / "golang_gitlab_range_from_native.json" +) +TEST_DATA_NPM_GITLAB_FROM_NATIVE = TEST_DATA_PARENT_GITLAB / "npm_gitlab_range_from_native.json" +TEST_DATA_PYPI_GITLAB_FROM_NATIVE = TEST_DATA_PARENT_GITLAB / "pypi_gitlab_range_from_native.json" + +TEST_DATA_CONAN_FROM_NATIVE_BASIC = TEST_DATA_PARENT / "conan_range_from_native_basic.json" TEST_DATA_CONAN_FROM_NATIVE = TEST_DATA_PARENT / "conan_range_from_native.json" +TEST_DATA_GEM_FROM_NATIVE = TEST_DATA_PARENT / "gem_range_from_native.json" +TEST_DATA_NGINX_FROM_NATIVE = TEST_DATA_PARENT / "nginx_range_from_native.json" +TEST_DATA_NPM_FROM_NATIVE = TEST_DATA_PARENT / "npm_range_from_native.json" +TEST_DATA_NUGET_FROM_NATIVE = TEST_DATA_PARENT / "nuget_range_from_native.json" +TEST_DATA_OPENSSL_FROM_NATIVE = TEST_DATA_PARENT / "openssl_range_from_native.json" +TEST_DATA_PYPI_FROM_NATIVE = TEST_DATA_PARENT / "pypi_range_from_native.json" + +TEST_DATA_NPM_CONTAINMENT = TEST_DATA_PARENT / "npm_range_containment.json" +TEST_DATA_PYPI_CONTAINMENT = TEST_DATA_PARENT / "pypi_range_containment.json" + +TEST_DATA_PYPI_ROUNDTRIP = TEST_DATA_PARENT / "pypi_range_roundtrip.json" class TestVersionRangeContainment(SchemaDrivenVersTest): @@ -47,7 +61,13 @@ def containment(self): return version in version_range -@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_RANGE_CONTAINMENT))) +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_NPM_CONTAINMENT))) +def test_range_containment(test_case): + test = TestVersionRangeContainment.from_data(data=test_case) + test.assert_result() + + +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_PYPI_CONTAINMENT))) def test_range_containment(test_case): test = TestVersionRangeContainment.from_data(data=test_case) test.assert_result() @@ -70,19 +90,49 @@ def from_native(self): return str(range_class.from_native(self.input["native_range"])) -@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_FROM_NATIVE))) +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_CONAN_FROM_NATIVE))) def test_range_from_native(test_case): test = TestVersionRangeParseNative.from_data(data=test_case) test.assert_result() -@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_NPM_FROM_NATIVE))) +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_GEM_FROM_NATIVE))) def test_npm_range_from_native(test_case): test = TestVersionRangeParseNative.from_data(data=test_case) test.assert_result() +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_NGINX_FROM_NATIVE))) +def test_conan_range_from_native(test_case): + test = TestVersionRangeParseNative.from_data(data=test_case) + test.assert_result() + + +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_CONAN_FROM_NATIVE_BASIC))) +def test_conan_range_from_native(test_case): + test = TestVersionRangeParseNative.from_data(data=test_case) + test.assert_result() + + @pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_CONAN_FROM_NATIVE))) +def test_conan_version_range_parse(test_case): + avc = TestVersionRangeParseNative.from_data(data=test_case) + avc.assert_result() + + +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_OPENSSL_FROM_NATIVE))) +def test_npm_range_from_native(test_case): + test = TestVersionRangeParseNative.from_data(data=test_case) + test.assert_result() + + +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_NUGET_FROM_NATIVE))) +def test_npm_range_from_native(test_case): + test = TestVersionRangeParseNative.from_data(data=test_case) + test.assert_result() + + +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_PYPI_FROM_NATIVE))) def test_conan_range_from_native(test_case): test = TestVersionRangeParseNative.from_data(data=test_case) test.assert_result() @@ -99,7 +149,7 @@ def from_native(self): return str(range) -@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_PYPI_GITLAB_FROM_NATIVE))) +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_COMPOSER_GITLAB_FROM_NATIVE))) def test_pypi_gitlab_range_from_native(test_case): test = TestGitlabVersionRangeNative.from_data(data=test_case) test.assert_result() @@ -111,14 +161,26 @@ def test_conan_gitlab_range_from_native(test_case): test.assert_result() +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_GEM_GITLAB_FROM_NATIVE))) +def test_conan_gitlab_range_from_native(test_case): + test = TestGitlabVersionRangeNative.from_data(data=test_case) + test.assert_result() + + +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_GOLANG_GITLAB_FROM_NATIVE))) +def test_gem_gitlab_range_from_native(test_case): + test = TestGitlabVersionRangeNative.from_data(data=test_case) + test.assert_result() + + @pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_NPM_GITLAB_FROM_NATIVE))) def test_npm_gitlab_range_from_native(test_case): test = TestGitlabVersionRangeNative.from_data(data=test_case) test.assert_result() -@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_GEM_GITLAB_FROM_NATIVE))) -def test_gem_gitlab_range_from_native(test_case): +@pytest.mark.parametrize("test_case", json.load(open(TEST_DATA_PYPI_GITLAB_FROM_NATIVE))) +def test_npm_gitlab_range_from_native(test_case): test = TestGitlabVersionRangeNative.from_data(data=test_case) test.assert_result()