We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596e99f commit 003f9d9Copy full SHA for 003f9d9
exercises/bob/package.yaml
@@ -1,5 +1,5 @@
1
name: bob
2
-version: 1.2.0.5
+version: 1.3.0.6
3
4
dependencies:
5
- base
exercises/bob/test/Tests.hs
@@ -73,7 +73,7 @@ cases = [ Case { description = "stating something"
73
, expected = "Whoa, chill out!"
74
}
75
, Case { description = "shouting with no exclamation mark"
76
- , input = "I HATE YOU"
+ , input = "I HATE THE DMV"
77
78
79
, Case { description = "statement containing question mark"
0 commit comments