File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ description = "alternate silence"
7171
7272[66953780-165b-4e7e-8ce3-4bcb80b6385a ]
7373description = " multiple line question"
74+ include = false
7475
7576[5371ef75-d9ea-4103-bcfa-2da973ddec1b ]
7677description = " starting with whitespace"
@@ -83,3 +84,7 @@ description = "other whitespace"
8384
8485[12983553-8601-46a8-92fa-fcaa3bc4a2a0 ]
8586description = " non-question ending with whitespace"
87+
88+ [2c7278ac-f955-4eb4-bf8f-e33eb4116a15 ]
89+ description = " multiple line question"
90+ reimplements = " 66953780-165b-4e7e-8ce3-4bcb80b6385a"
Original file line number Diff line number Diff line change 190190
191191fun 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
You can’t perform that action at this time.
0 commit comments