Skip to content

Commit 401b245

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d2e3053 commit 401b245

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/src/test/resources/1.7/valid-component-extraneous-with-versionRange.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "Foo",
1111
"description": "extraneous with version range constraints",
1212
"isExtraneous": true,
13-
"versionRange": "vers:gem/>=2.2.0|!= 2.2.1|<2.3.0"
13+
"versionRange": "vers:pypi/0.0.0|0.0.1|0.0.2|0.0.3|1.0|2.0pre1"
1414
}
1515
]
1616
}

tools/src/test/resources/1.7/valid-component-extraneous-with-versionRange.textproto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ components {
99
name: "Foo"
1010
description: "extraneous with version range constraints"
1111
isExtraneous: true
12-
versionRange: "vers:gem/>=2.2.0|!= 2.2.1|<2.3.0"
12+
versionRange: "vers:pypi/0.0.0|0.0.1|0.0.2|0.0.3|1.0|2.0pre1"
1313
}

tools/src/test/resources/1.7/valid-component-extraneous-with-versionRange.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<components>
66
<component type="library" isExtraneous="true">
77
<name>Foo</name>
8-
<versionRange><![CDATA[vers:gem/>=2.2.0|!= 2.2.1|<2.3.0]]></versionRange>
8+
<versionRange><![CDATA[vers:pypi/0.0.0|0.0.1|0.0.2|0.0.3|1.0|2.0pre1]]></versionRange>
99
<description>extraneous with version range constraints</description>
1010
</component>
1111
</components>

0 commit comments

Comments
 (0)