Skip to content

Commit

Permalink
test: ensure namespace allows multiple segments
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 c00ed0a
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 @@ -622,5 +622,17 @@
"qualifiers": null,
"subpath": null,
"is_invalid": false
},
{
"description": "ensure namespace allows multiple segments",
"purl": "pkg:bintray/apache/couchdb/[email protected]",
"canonical_purl": "pkg:bintray/apache/couchdb/[email protected]",
"type": "bintray",
"namespace": "apache/couchdb",
"name": "couchdb-mac",
"version": "2.3.0",
"qualifiers": null,
"subpath": null,
"is_invalid": false
}
]

0 comments on commit c00ed0a

Please sign in to comment.