Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Luhn: Update test of non-digit (#496)
* Luhn: Update test of non-digit While implementing these tests for Rust I found that the final test was not well written (my fault!) exercism/rust#247 I added the alphabetical character to an already-invalid string. So the test doesn't show anything useful. Instead the test should show that a known-valid string is made invalid by the inclusion of a non-digit
- Loading branch information