From e28fd6e24ad1e7405e121c9a82a1ee26464df659 Mon Sep 17 00:00:00 2001 From: Alban <39836656+Keftcha@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:41:03 +0200 Subject: [PATCH] [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. --- exercises/isbn-verifier/canonical-data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/exercises/isbn-verifier/canonical-data.json b/exercises/isbn-verifier/canonical-data.json index 411990ba58..26a97e277d 100644 --- a/exercises/isbn-verifier/canonical-data.json +++ b/exercises/isbn-verifier/canonical-data.json @@ -68,6 +68,15 @@ }, "expected": false }, + { + "uuid": "fdb14c99-4cf8-43c5-b06d-eb1638eff343", + "description": "X is not substituted by the value 10", + "property": "isValid", + "input": { + "isbn": "3-598-2X507-5" + }, + "expected": false + }, { "uuid": "f6294e61-7e79-46b3-977b-f48789a4945b", "description": "valid isbn without separating dashes",