mirror of
https://github.com/correl/elm.git
synced 2025-03-07 04:35:48 -10:00
Merge pull request #121 from gilesbowkett/bob-bug-in-tests
fixed a bug in the Bob tests
This commit is contained in:
commit
9c285afb24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue