Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tests/types/gem-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://packageurl.org/schemas/purl-test.schema-1.0.json",
"tests": [
{
"description": "Java gem can use a qualifier. Rountrip an input purl to canonical.",
"description": "Ruby gems can use qualifiers. Rountrip an input purl to canonical.",
"test_group": "advanced",
"test_type": "roundtrip",
"input": "pkg:gem/jruby-launcher@1.1.2?Platform=java",
Expand All @@ -11,7 +11,7 @@
"expected_failure_reason": null
},
{
"description": "Java gem can use a qualifier",
"description": "Ruby gems can use qualifiers",
"test_group": "base",
"test_type": "parse",
"input": "pkg:gem/jruby-launcher@1.1.2?Platform=java",
Expand All @@ -29,7 +29,7 @@
"expected_failure_reason": null
},
{
"description": "Java gem can use a qualifier. Rountrip a canonical input to canonical output.",
"description": "Ruby gems can use qualifiers. Rountrip a canonical input to canonical output.",
"test_group": "base",
"test_type": "roundtrip",
"input": "pkg:gem/jruby-launcher@1.1.2?platform=java",
Expand All @@ -38,7 +38,7 @@
"expected_failure_reason": null
},
{
"description": "Java gem can use a qualifier",
"description": "Ruby gems can use qualifiers",
"test_group": "base",
"test_type": "build",
"input": {
Expand Down