@helenst came across a solution that had a bug that the test suite didn't catch. It's addressed in https://github.com/exercism/xpython/pull/331
The solution worked by accident because 'the quick...' happens to be alphabetically greater than 'abcdef...'.
Here's the test case that was added:
def test_invalid_pangram(self):
self.assertFalse(
is_pangram('the quick brown fish jumps over the lazy dog'))
We need to:
I'm reopening this, since we haven't put together the issue text to be blasted across all the relevant repositories with blazon.
Yay for Blazon.
exercism/x-common#284 hopefully helps clarifies this.
All tracks have incorporated the change, even the java track have merged the change they just didn't close the issue. So we could close this here, right?
Most helpful comment
Yay for Blazon.