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 07cd334 commit adb99f7Copy full SHA for adb99f7
exercises/isbn-verifier/canonical-data.json
@@ -1,6 +1,6 @@
1
{
2
"exercise": "isbn-verifier",
3
- "version": "2.3.0",
+ "version": "2.4.0",
4
"comments": [
5
"An expected value of true indicates a valid ISBN-10, ",
6
"whereas false means the ISBN-10 is invalid."
@@ -117,6 +117,14 @@
117
"isbn": ""
118
},
119
"expected": false
120
+ },
121
+ {
122
+ "description": "input is 9 characters",
123
+ "property": "isValid",
124
+ "input": {
125
+ "isbn": "134456729"
126
127
+ "expected": false
128
}
129
]
130
0 commit comments