Skip to content

Commit 003f9d9

Browse files
sshinepetertseng
authored andcommitted
bob 1.3.0.6: Include acronym in shouting (#717)
Otherwise, a student may assume DMV isn't shouted. Prerequisite to #713. Addresses exercism/problem-specifications#1293.
1 parent 596e99f commit 003f9d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/bob/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bob
2-
version: 1.2.0.5
2+
version: 1.3.0.6
33

44
dependencies:
55
- base

exercises/bob/test/Tests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ cases = [ Case { description = "stating something"
7373
, expected = "Whoa, chill out!"
7474
}
7575
, Case { description = "shouting with no exclamation mark"
76-
, input = "I HATE YOU"
76+
, input = "I HATE THE DMV"
7777
, expected = "Whoa, chill out!"
7878
}
7979
, Case { description = "statement containing question mark"

0 commit comments

Comments
 (0)