Merge pull request #121 from gilesbowkett/bob-bug-in-tests

fixed a bug in the Bob tests
This commit is contained in:
Erik Simmler 2016-11-13 21:50:09 -05:00 committed by GitHub
commit 9c285afb24

View file

@ -76,7 +76,7 @@ tests =
\() -> \() ->
Expect.equal Expect.equal
"Whoa, chill out!" "Whoa, chill out!"
(Bob.hey "ZOMG THE %^*@#$(*^ ZOMBIES ARE COMING!!11!!1!)") (Bob.hey "ZOMG THE %^*@#$(*^ ZOMBIES ARE COMING!!11!!1!")
, test "shouting with no exclamation mark" <| , test "shouting with no exclamation mark" <|
\() -> \() ->
Expect.equal Expect.equal