Skip to content

Commit b37cb98

Browse files
committed
Update bob tests
1 parent e061fbc commit b37cb98

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

exercises/practice/bob/.meta/tests.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ description = "alternate silence"
7171

7272
[66953780-165b-4e7e-8ce3-4bcb80b6385a]
7373
description = "multiple line question"
74+
include = false
7475

7576
[5371ef75-d9ea-4103-bcfa-2da973ddec1b]
7677
description = "starting with whitespace"
@@ -83,3 +84,7 @@ description = "other whitespace"
8384

8485
[12983553-8601-46a8-92fa-fcaa3bc4a2a0]
8586
description = "non-question ending with whitespace"
87+
88+
[2c7278ac-f955-4eb4-bf8f-e33eb4116a15]
89+
description = "multiple line question"
90+
reimplements = "66953780-165b-4e7e-8ce3-4bcb80b6385a"

exercises/practice/bob/bob-test.arr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ end
190190

191191
fun multiple-line-question():
192192
check "multiple line question":
193-
input = "\nDoes this cryogenic chamber make me look fat?\nNo."
194-
expected = "Whatever."
193+
input = "\nDoes this cryogenic chamber make\n me look fat?"
194+
expected = "Sure."
195195

196196
response(input) is expected
197197
end

0 commit comments

Comments
 (0)