We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c284e59 commit 5610496Copy full SHA for 5610496
exercises/isbn-verifier/canonical-data.json
@@ -61,7 +61,20 @@
61
},
62
{
63
"uuid": "28025280-2c39-4092-9719-f3234b89c627",
64
+ "description": "X is only valid as a check digit",
65
+ "property": "isValid",
66
+ "input": {
67
+ "isbn": "3-598-2X507-9"
68
+ },
69
+ "expected": false
70
71
+ {
72
+ "uuid": "0153f517-3008-4832-a168-8155c2ec0d94",
73
+ "reimplements": "28025280-2c39-4092-9719-f3234b89c627",
74
"description": "X is only valid as a check digit - X character is substituted for 10 and multiplied",
75
+ "comments": [
76
+ "Rename this test due to multiple tests on X that should be only valid as a check digit"
77
+ ],
78
"property": "isValid",
79
"input": {
80
"isbn": "3-598-2X507-9"
0 commit comments