mirror of
https://github.com/correl/elm.git
synced 2025-04-12 01:01:01 -09:00
bob tests match bob test from other languages
This commit is contained in:
parent
1197b527c3
commit
e3e50a91d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue