Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions exercises/isbn-verifier/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "isbn-verifier",
"version": "1.0.0",
"version": "1.1.0",
"comments": [
"An expected value of true indicates a valid ISBN-10, ",
"whereas false means the ISBN-10 is invalid."
Expand Down Expand Up @@ -39,7 +39,7 @@
{
"description": "X is only valid as a check digit",
"property": "isbn",
"input": "3-598-2X507-0",
"input": "3-598-2X507-9",
"expected": false
},
{
Expand Down Expand Up @@ -75,7 +75,7 @@
{
"description": "too long isbn",
"property": "isbn",
"input": "3-598-21507-XA",
"input": "3-598-21507-XX",
"expected": false
},
{
Expand Down