Skip to content

Commit

Permalink
test: improve test code coverage
Browse files Browse the repository at this point in the history
Supercedes package-url#52

Signed-off-by: Jeremy Long <[email protected]>
  • Loading branch information
jeremylong committed Dec 10, 2024
1 parent 1951d21 commit a6561a1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test-suite-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,18 @@
"subpath": null,
"is_invalid": false
},
{
"description": "slash / between version and qualifiers separator is not significant",
"purl": "pkg:maven/org.apache.commons/[email protected]/?scope=test",
"canonical_purl": "pkg:maven/org.apache.commons/[email protected]?scope=test",
"type": "maven",
"namespace": "org.apache.commons",
"name": "io",
"version": "2.6",
"qualifiers": {"scope": "test"},
"subpath": null,
"is_invalid": false
},
{
"description": "checks for invalid qualifier keys",
"purl": "pkg:npm/[email protected]?in%20production=true",
Expand Down

0 comments on commit a6561a1

Please sign in to comment.