Skip to content
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

pangram: Add extra invalid pangram test case #331

Merged
merged 1 commit into from
Apr 9, 2016

Conversation

helenst
Copy link
Contributor

@helenst helenst commented Apr 9, 2016

I reviewed a solution that was passing the tests by coincidence - they were performing an alphabetic string comparison between sets of letters, and the only non empty False test case was passing because the string ('a quick movement...') is alphabetically less than 'abcdef...'. It seemed like another test case would help here!

(See http://exercism.io/submissions/c6790b9a65fe4c08b865e5eb621fe94d)

@kytrinyx
Copy link
Member

kytrinyx commented Apr 9, 2016

This is a great find, thank you! I've added a note about this exercise so that we can add this test case to the other tracks as well.

@kytrinyx kytrinyx merged commit 3519060 into exercism:master Apr 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants