diff options
| author | William Boman <william@redwill.se> | 2023-06-29 00:33:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 00:33:13 +0200 |
| commit | b68d3be4b664671002221d43c82e74a0f1006b26 (patch) | |
| tree | e60a09d6c5cbd0adb4e393d9b18e4dc4596105e1 /tests/fixtures | |
| parent | fix(linker): ensure exec wrapper target is executable (#1380) (diff) | |
| download | mason-b68d3be4b664671002221d43c82e74a0f1006b26.tar mason-b68d3be4b664671002221d43c82e74a0f1006b26.tar.gz mason-b68d3be4b664671002221d43c82e74a0f1006b26.tar.bz2 mason-b68d3be4b664671002221d43c82e74a0f1006b26.tar.lz mason-b68d3be4b664671002221d43c82e74a0f1006b26.tar.xz mason-b68d3be4b664671002221d43c82e74a0f1006b26.tar.zst mason-b68d3be4b664671002221d43c82e74a0f1006b26.zip | |
fix(purl): percent-encoding is case insensitive (#1382)
Diffstat (limited to 'tests/fixtures')
| -rw-r--r-- | tests/fixtures/purl-test-suite-data.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/fixtures/purl-test-suite-data.json b/tests/fixtures/purl-test-suite-data.json index 0e156278..3856ab4e 100644 --- a/tests/fixtures/purl-test-suite-data.json +++ b/tests/fixtures/purl-test-suite-data.json @@ -540,6 +540,18 @@ "is_invalid": false }, { + "description": "composer names are not case sensitive", + "purl": "pkg:composer/Laravel/Laravel@5.5.0", + "canonical_purl": "pkg:composer/laravel/laravel@5.5.0", + "type": "composer", + "namespace": "laravel", + "name": "laravel", + "version": "5.5.0", + "qualifiers": null, + "subpath": null, + "is_invalid": false + }, + { "description": "splits checksum qualifier", "purl": "pkg:github/rust-lang/rust-analyzer@2022-12-05?download_url=https://github.com/rust-lang/rust-analyzer/releases/download/2022-12-05/rust-analyzer-aarch64-apple-darwin.gz&checksum=sha1:256d83a0a59929099e7564169ef444c5e4088afc,sha256:28461b29ac0da9c653616e1d96092c85f86e24dd448d0fbe1973aa4c6d9b8b44", "canonical_purl": "pkg:github/rust-lang/rust-analyzer@2022-12-05?checksum=sha1:256d83a0a59929099e7564169ef444c5e4088afc,sha256:28461b29ac0da9c653616e1d96092c85f86e24dd448d0fbe1973aa4c6d9b8b44&download_url=https://github.com/rust-lang/rust-analyzer/releases/download/2022-12-05/rust-analyzer-aarch64-apple-darwin.gz", |
