-
-
Notifications
You must be signed in to change notification settings - Fork 554
luhn: Update non-ASCII test case #1523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(@mienaikage we often wait for 3 approvals, but alas) |
Ah, sorry! |
Another small request. Please include PR number in commit message, makes it easier to search later. |
If you squash merge, this is automatic! (cc @mienaikage) |
* luhn: Updated the exercise to the version 1.6.1 Relevant PRs: - exercism/problem-specifications#1420 - exercism/problem-specifications#1480 - exercism/problem-specifications#1500 - exercism/problem-specifications#1523 * luhn: Fixed the 'exercise' util generated comments in the test suite
Relating to #441