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 fc372ceCopy full SHA for fc372ce
exercises/isbn-verifier/canonical-data.json
@@ -61,7 +61,18 @@
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": ["Rename this test due to multiple tests on X that should be only valid as a check digit"],
76
"property": "isValid",
77
"input": {
78
"isbn": "3-598-2X507-9"
0 commit comments