Skip to content

Commit 357a640

Browse files
committed
Let multiple line question example be one sentence
Using multiple sentences is a bit ambiguous in this exercise, in general. This is especially so, if we follow a sentence with a question mark by a sentence with a dot. To avoid that ambiguity gettting in the way of showcasing the intended way to handle multi-line queries, let this example use just one sentence, but let it spread over multiple lines. Disucssion: https://forum.exercism.org/t/bob-exercise-text-should-mention-linebreak-handling/13582/17
1 parent 0bc4985 commit 357a640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/bob/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186
"description": "multiple line question",
187187
"property": "response",
188188
"input": {
189-
"heyBob": "\nDoes this cryogenic chamber make me look fat?\nNo."
189+
"heyBob": "\nDoes this cryogenic chamber make\n me look fat?"
190190
},
191-
"expected": "Whatever."
191+
"expected": "Sure."
192192
},
193193
{
194194
"uuid": "5371ef75-d9ea-4103-bcfa-2da973ddec1b",

0 commit comments

Comments
 (0)