Skip to content

Commit e28fd6e

Browse files
committed
[ISBN Verifier] Error in tests that check if the X character is only the verification digit
PR according to [this](https://forum.exercism.org/t/isbn-verifier-error-in-tests-that-check-if-the-x-character-is-only-the-verification-digit/19639) topic.
1 parent c34fa5d commit e28fd6e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

exercises/isbn-verifier/canonical-data.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@
6868
},
6969
"expected": false
7070
},
71+
{
72+
"uuid": "fdb14c99-4cf8-43c5-b06d-eb1638eff343",
73+
"description": "X is not substituted by the value 10",
74+
"property": "isValid",
75+
"input": {
76+
"isbn": "3-598-2X507-5"
77+
},
78+
"expected": false
79+
},
7180
{
7281
"uuid": "f6294e61-7e79-46b3-977b-f48789a4945b",
7382
"description": "valid isbn without separating dashes",

0 commit comments

Comments
 (0)