Skip to content

pangram: Add extra invalid pangram test case#331

Merged
kytrinyx merged 1 commit into
exercism:masterfrom
helenst:pangram-extra-test
Apr 9, 2016
Merged

pangram: Add extra invalid pangram test case#331
kytrinyx merged 1 commit into
exercism:masterfrom
helenst:pangram-extra-test

Conversation

@helenst
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants