Skip to content

Commit fef09f6

Browse files
authored
Bob: Add fifth rule (#1025)
* Add response to emphatic question * Add emphatic expectation Add a new response to forcefully asked question. * Simplify language Removed misspelling and ended up rewodring the sentence to simplify sentence meaning. * Bump version to 1.1.0 decided to go ahead and bump to 1.1.0 after reviewing versioning criteria laid out in the repo README.
1 parent 8793a05 commit fef09f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

exercises/bob/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"exercise": "bob",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"cases": [
55
{
66
"description": "stating something",
@@ -54,7 +54,7 @@
5454
"description": "forceful question",
5555
"property": "response",
5656
"input": "WHAT THE HELL WERE YOU THINKING?",
57-
"expected": "Whoa, chill out!"
57+
"expected": "Calm down, I know what I'm doing!"
5858
},
5959
{
6060
"description": "shouting numbers",

exercises/bob/description.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Bob answers 'Sure.' if you ask him a question.
44

55
He answers 'Whoa, chill out!' if you yell at him.
66

7+
He answers 'Calm down, I know what I'm doing!' if you yell a question at him.
8+
79
He says 'Fine. Be that way!' if you address him without actually saying
810
anything.
911

0 commit comments

Comments
 (0)