|
1 | | -# This is an auto-generated file. Regular comments will be removed when this |
2 | | -# file is regenerated. Regenerating will not touch any manually added keys, |
3 | | -# so comments can be added in a "comment" key. |
| 1 | +# This is an auto-generated file. |
| 2 | +# |
| 3 | +# Regenerating this file via `configlet sync` will: |
| 4 | +# - Recreate every `description` key/value pair |
| 5 | +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications |
| 6 | +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) |
| 7 | +# - Preserve any other key/value pair |
| 8 | +# |
| 9 | +# As user-added comments (using the # character) will be removed when this file |
| 10 | +# is regenerated, comments can be added via a `comment` key. |
4 | 11 |
|
5 | 12 | [0caa3eac-d2e3-4c29-8df8-b188bc8c9292] |
6 | | -description = "valid isbn number" |
| 13 | +description = "valid isbn" |
7 | 14 |
|
8 | 15 | [19f76b53-7c24-45f8-87b8-4604d0ccd248] |
9 | 16 | description = "invalid isbn check digit" |
10 | 17 |
|
11 | 18 | [4164bfee-fb0a-4a1c-9f70-64c6a1903dcd] |
12 | | -description = "valid isbn number with a check digit of 10" |
| 19 | +description = "valid isbn with a check digit of 10" |
13 | 20 |
|
14 | 21 | [3ed50db1-8982-4423-a993-93174a20825c] |
15 | 22 | description = "check digit is a character other than X" |
16 | 23 |
|
| 24 | +[9416f4a5-fe01-4b61-a07b-eb75892ef562] |
| 25 | +description = "invalid check digit in isbn is not treated as zero" |
| 26 | + |
17 | 27 | [c19ba0c4-014f-4dc3-a63f-ff9aefc9b5ec] |
18 | | -description = "invalid character in isbn" |
| 28 | +description = "invalid character in isbn is not treated as zero" |
19 | 29 |
|
20 | 30 | [28025280-2c39-4092-9719-f3234b89c627] |
21 | 31 | description = "X is only valid as a check digit" |
@@ -48,7 +58,10 @@ description = "empty isbn" |
48 | 58 | description = "input is 9 characters" |
49 | 59 |
|
50 | 60 | [ed6e8d1b-382c-4081-8326-8b772c581fec] |
51 | | -description = "invalid characters are not ignored" |
| 61 | +description = "invalid characters are not ignored after checking length" |
| 62 | + |
| 63 | +[daad3e58-ce00-4395-8a8e-e3eded1cdc86] |
| 64 | +description = "invalid characters are not ignored before checking length" |
52 | 65 |
|
53 | 66 | [fb5e48d8-7c03-4bfb-a088-b101df16fdc3] |
54 | 67 | description = "input is too long but contains a valid isbn" |
0 commit comments