-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Labels
Description
The following test case appears incorrect. The description
and input
is inconsistent.
purl-spec/tests/types/maven-test.json
Lines 569 to 584 in 96d6f8c
{ | |
"description": "invalid encoded colon : between scheme and type", | |
"test_group": "base", | |
"test_type": "build", | |
"input": { | |
"type": "maven", | |
"namespace": "org.apache.commons", | |
"name": "io", | |
"version": null, | |
"qualifiers": null, | |
"subpath": null | |
}, | |
"expected_output": null, | |
"expected_failure": true, | |
"expected_failure_reason": "Should fail to build a PURL from invalid input components" | |
}, |