diff --git a/spec/invalid.json b/spec/invalid.json index 0f021c7..1235b1d 100644 --- a/spec/invalid.json +++ b/spec/invalid.json @@ -62,7 +62,7 @@ { "name": "suffix-hyphens", "typeid": "prefix_123456789-123456789-123456", - "description": "The suffix should be lowercase with no uppercase letters" + "description": "The suffix can't have any hyphens" }, { "name": "suffix-wrong-alphabet", diff --git a/spec/invalid.yml b/spec/invalid.yml index 1e19c33..18a969a 100644 --- a/spec/invalid.yml +++ b/spec/invalid.yml @@ -4,7 +4,7 @@ # Each example contains an invalid TypeID string. Implementations are expected # to throw an error when attempting to parse/validate these strings. # -# Last updated: 2024-04-10 (for version 0.3.0 of the spec) +# Last updated: 2024-05-18 (for version 0.3.0 of the spec) - name: prefix-uppercase typeid: "PREFIX_00000000000000000000000000" @@ -67,7 +67,7 @@ # This example has the right length, so that the failure is caused by the hyphens # and not the suffix length typeid: "prefix_123456789-123456789-123456" - description: "The suffix should be lowercase with no uppercase letters" + description: "The suffix can't have any hyphens" - name: suffix-wrong-alphabet typeid: "prefix_ooooooiiiiiiuuuuuuulllllll"