Subject: | Validate fails when check digit returned is "10" |
generateIsbn13CheckDigit() returns "10" rather than "0" as output at time (for example, when
input is 978000731261).
When "10" is returned, validateIsbn13() fails, since the last digit ("0") doesn't match with the
returned value ("10").