From e3e50a91d4717dd9af09cfba48ad8803cd6aa927 Mon Sep 17 00:00:00 2001 From: Giles Bowkett Date: Tue, 8 Nov 2016 19:21:48 -0700 Subject: [PATCH] bob tests match bob test from other languages --- exercises/bob/BobTests.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/bob/BobTests.elm b/exercises/bob/BobTests.elm index 9c7564f..0e01bfe 100644 --- a/exercises/bob/BobTests.elm +++ b/exercises/bob/BobTests.elm @@ -76,7 +76,7 @@ tests = \() -> Expect.equal "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" <| \() -> Expect.equal