Merge pull request #128 from duckmole/improve_pangram_tests

Improve pangram test
This commit is contained in:
Erik Simmler 2017-05-27 20:20:06 -04:00 committed by GitHub
commit 411219c42d

View file

@ -22,6 +22,10 @@ tests =
\() ->
Expect.equal False
(isPangram "a quick movement of the enemy will jeopardize five gunboats")
, test "missing character 'z'" <|
\() ->
Expect.equal False
(isPangram "a quick movement of the enemy will jeopardixe five gunboats")
, test "another missing character 'x'" <|
\() ->
Expect.equal False