diff --git a/test-suite-data.json b/test-suite-data.json index 55a9689..ee2b23c 100644 --- a/test-suite-data.json +++ b/test-suite-data.json @@ -659,6 +659,18 @@ "subpath": null, "is_invalid": false }, + { + "description": "bazel module names are currently all lowercased, but this is not enforced by the PURL type spec", + "purl": "pkg:bazel/Curl@8.8.0.bcr.1", + "canonical_purl": "pkg:bazel/Curl@8.8.0.bcr.1", + "type": "bazel", + "namespace": null, + "name": "Curl", + "version": "8.8.0.bcr.1", + "qualifiers": null, + "subpath": null, + "is_invalid": false + }, { "description": "bazel module with multi-segment package", "purl": "pkg:bazel/rules_java@8.5.0#java/runfiles",