Skip to content
Closed
Show file tree
Hide file tree
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 PURL-SPECIFICATION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,10 @@ all package types:
Tests
~~~~~

To support the language-neutral testing of ``purl`` implementations, a test suite
is provided as JSON document named ``test-suite-data.json``. This JSON document
contains an array of objects. Each object represents a test with these key/value
pairs some of which may not be normalized:
To support the language-neutral testing of ``purl`` implementations, a test suite is provided as JSON documents:
``test-suite-data/PURL-SPECIFICATION.json`` for the general specification, and
``test-suite-data/PURL-TYPES.*.json`` for type-specific details.
These JSON documents each contain an array of objects. Each object represents a test with these key/value pairs some of which may not be normalized:

- **purl**: a ``purl`` string.
- **canonical**: the same ``purl`` string in canonical, normalized form
Expand Down
Loading