You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tests.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ to the PURL specification for tool functions such as:
8
8
- parse a canonical PURL string into a set of PURL components
9
9
- parse a PURL string input and rebuild it as a canonical PURL string
10
10
11
-
The current JSON schema is available at: [`purl-spec/schemas/purl-test.schema-0.1.json`](https://github.com/package-url/purl-spec/blob/main/schemas/purl-type-definition.schema-1.0.json).
11
+
The current JSON schema is available at: [`purl-spec/schemas/purl-test.schema-0.1.json`](https://github.com/package-url/purl-spec/blob/main/schemas/purl-test.schema-0.1.json).
@@ -38,8 +38,7 @@ permissive than base tests. They may correct some errors.
38
38
There are three PURL test types:
39
39
-**build**: A test to build a canonical PURL output string from an input of
40
40
decoded PURL components. See also [`/docs/how-build.md`](https://github.com/package-url/purl-spec/blob/main/docs/how-to-build.md).
41
-
-**parse**: A test to parse decoded components from a canonical PURL
42
-
input string. See also [`/docs/how-parse.md`](https://github.com/package-url/purl-spec/blob/main/docs/how-to-parse.md).
41
+
-**parse**: A test to parse a PURL input string into a set of decoded components. See also [`/docs/how-parse.md`](https://github.com/package-url/purl-spec/blob/main/docs/how-to-parse.md).
43
42
-**roundtrip**: A test to parse an input PURL string and then rebuild it as a
0 commit comments