|
8 | 8 | "status": "fail", |
9 | 9 | "message": "Expected Whatever. but got Whatever.", |
10 | 10 | "output": "", |
11 | | - "test_code": "Hey(\"Tom-ay-to, tom-aaaah-to.\") \= 'Whatever.'", |
| 11 | + "test_code": "Hey(\"Tom-ay-to, tom-aaaah-to.\") \\= 'Whatever.'", |
12 | 12 | "task_id": 1 |
13 | 13 | }, |
14 | 14 | { |
15 | 15 | "name": "shouting", |
16 | 16 | "status": "fail", |
17 | 17 | "message": "Expected Whoa, chill out! but got Whoa, chill out!", |
18 | 18 | "output": "", |
19 | | - "test_code": "Hey(\"WATCH OUT!\") \= 'Whoa, chill out!'", |
| 19 | + "test_code": "Hey(\"WATCH OUT!\") \\= 'Whoa, chill out!'", |
20 | 20 | "task_id": 1 |
21 | 21 | }, |
22 | 22 | { |
23 | 23 | "name": "shouting gibberish", |
24 | 24 | "status": "fail", |
25 | 25 | "message": "Expected Whoa, chill out! but got Whoa, chill out!", |
26 | 26 | "output": "", |
27 | | - "test_code": "Hey(\"FCECDFCAAB\") \= 'Whoa, chill out!'", |
| 27 | + "test_code": "Hey(\"FCECDFCAAB\") \\= 'Whoa, chill out!'", |
28 | 28 | "task_id": 1 |
29 | 29 | }, |
30 | 30 | { |
31 | 31 | "name": "asking a question", |
32 | 32 | "status": "fail", |
33 | 33 | "message": "Expected Sure. but got Sure.", |
34 | 34 | "output": "", |
35 | | - "test_code": "Hey(\"Does this cryogenic chamber make me look fat?\") \= 'Sure.'", |
| 35 | + "test_code": "Hey(\"Does this cryogenic chamber make me look fat?\") \\= 'Sure.'", |
36 | 36 | "task_id": 1 |
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "name": "asking a numeric question", |
40 | 40 | "status": "fail", |
41 | 41 | "message": "Expected Sure. but got Sure.", |
42 | 42 | "output": "", |
43 | | - "test_code": "Hey(\"You are, what, like 15?\") \= 'Sure.'", |
| 43 | + "test_code": "Hey(\"You are, what, like 15?\") \\= 'Sure.'", |
44 | 44 | "task_id": 1 |
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "name": "asking gibberish", |
48 | 48 | "status": "fail", |
49 | 49 | "message": "Expected Sure. but got Sure.", |
50 | 50 | "output": "", |
51 | | - "test_code": "Hey(\"fffbbcbeab?\") \= 'Sure.'", |
| 51 | + "test_code": "Hey(\"fffbbcbeab?\") \\= 'Sure.'", |
52 | 52 | "task_id": 1 |
53 | 53 | }, |
54 | 54 | { |
55 | 55 | "name": "talking forcefully", |
56 | 56 | "status": "fail", |
57 | 57 | "message": "Expected Whatever. but got Whatever.", |
58 | 58 | "output": "", |
59 | | - "test_code": "Hey(\"Hi there!\") \= 'Whatever.'", |
| 59 | + "test_code": "Hey(\"Hi there!\") \\= 'Whatever.'", |
60 | 60 | "task_id": 1 |
61 | 61 | }, |
62 | 62 | { |
63 | 63 | "name": "using acronyms in regular speech", |
64 | 64 | "status": "fail", |
65 | 65 | "message": "Expected Whatever. but got Whatever.", |
66 | 66 | "output": "", |
67 | | - "test_code": "Hey(\"ItS OK IF YOU DONt want to go work for NASA.\") \= 'Whatever.'", |
| 67 | + "test_code": "Hey(\"ItS OK IF YOU DONt want to go work for NASA.\") \\= 'Whatever.'", |
68 | 68 | "task_id": 1 |
69 | 69 | }, |
70 | 70 | { |
71 | 71 | "name": "forceful question", |
72 | 72 | "status": "fail", |
73 | 73 | "message": "Expected Calm down, I know what I'm doing! but got Calm down, I know what I'm doing!", |
74 | 74 | "output": "", |
75 | | - "test_code": "Hey(\"WHAT'S GOING ON?\") \= 'Calm down, I know what I'm doing!'", |
| 75 | + "test_code": "Hey(\"WHAT'S GOING ON?\") \\= 'Calm down, I know what I'm doing!'", |
76 | 76 | "task_id": 1 |
77 | 77 | }, |
78 | 78 | { |
79 | 79 | "name": "shouting numbers", |
80 | 80 | "status": "fail", |
81 | 81 | "message": "Expected Whoa, chill out! but got Whoa, chill out!", |
82 | 82 | "output": "", |
83 | | - "test_code": "Hey(\"1, 2, 3 GO!\") \= 'Whoa, chill out!'", |
| 83 | + "test_code": "Hey(\"1, 2, 3 GO!\") \\= 'Whoa, chill out!'", |
84 | 84 | "task_id": 1 |
85 | 85 | }, |
86 | 86 | { |
87 | 87 | "name": "no letters", |
88 | 88 | "status": "fail", |
89 | 89 | "message": "Expected Whatever. but got Whatever.", |
90 | 90 | "output": "", |
91 | | - "test_code": "Hey(\"1, 2, 3\") \= 'Whatever.'", |
| 91 | + "test_code": "Hey(\"1, 2, 3\") \\= 'Whatever.'", |
92 | 92 | "task_id": 1 |
93 | 93 | }, |
94 | 94 | { |
95 | 95 | "name": "question with no letters", |
96 | 96 | "status": "fail", |
97 | 97 | "message": "Expected Sure. but got Sure.", |
98 | 98 | "output": "", |
99 | | - "test_code": "Hey(\"4?\") \= 'Sure.'", |
| 99 | + "test_code": "Hey(\"4?\") \\= 'Sure.'", |
100 | 100 | "task_id": 1 |
101 | 101 | }, |
102 | 102 | { |
103 | 103 | "name": "shouting with special characters", |
104 | 104 | "status": "fail", |
105 | 105 | "message": "Expected Whoa, chill out! but got Whoa, chill out!", |
106 | 106 | "output": "", |
107 | | - "test_code": "Hey(\"ZOMG THE %^*@#$(*^ ZOMBIES ARE COMING!!11!!1!\") \= 'Whoa, chill out!'", |
| 107 | + "test_code": "Hey(\"ZOMG THE %^*@#$(*^ ZOMBIES ARE COMING!!11!!1!\") \\= 'Whoa, chill out!'", |
108 | 108 | "task_id": 1 |
109 | 109 | }, |
110 | 110 | { |
111 | 111 | "name": "shouting with no exclamation mark", |
112 | 112 | "status": "fail", |
113 | 113 | "message": "Expected Whoa, chill out! but got Whoa, chill out!", |
114 | 114 | "output": "", |
115 | | - "test_code": "Hey(\"I HATE THE DENTIST\") \= 'Whoa, chill out!'", |
| 115 | + "test_code": "Hey(\"I HATE THE DENTIST\") \\= 'Whoa, chill out!'", |
116 | 116 | "task_id": 1 |
117 | 117 | }, |
118 | 118 | { |
119 | 119 | "name": "statement containing question mark", |
120 | 120 | "status": "fail", |
121 | 121 | "message": "Expected Whatever. but got Whatever.", |
122 | 122 | "output": "", |
123 | | - "test_code": "Hey(\"Ending with ? means a question.\") \= 'Whatever.'", |
| 123 | + "test_code": "Hey(\"Ending with ? means a question.\") \\= 'Whatever.'", |
124 | 124 | "task_id": 1 |
125 | 125 | }, |
126 | 126 | { |
127 | 127 | "name": "non-letters with question", |
128 | 128 | "status": "fail", |
129 | 129 | "message": "Expected Sure. but got Sure.", |
130 | 130 | "output": "", |
131 | | - "test_code": "Hey(\":) ?\") \= 'Sure.'", |
| 131 | + "test_code": "Hey(\":) ?\") \\= 'Sure.'", |
132 | 132 | "task_id": 1 |
133 | 133 | }, |
134 | 134 | { |
135 | 135 | "name": "prattling on", |
136 | 136 | "status": "fail", |
137 | 137 | "message": "Expected Sure. but got Sure.", |
138 | 138 | "output": "", |
139 | | - "test_code": "Hey(\"Wait! Hang on. Are you going to be OK?\") \= 'Sure.'", |
| 139 | + "test_code": "Hey(\"Wait! Hang on. Are you going to be OK?\") \\= 'Sure.'", |
140 | 140 | "task_id": 1 |
141 | 141 | }, |
142 | 142 | { |
143 | 143 | "name": "silence", |
144 | 144 | "status": "fail", |
145 | 145 | "message": "Expected Fine. Be that way! but got Fine. Be that way!", |
146 | 146 | "output": "", |
147 | | - "test_code": "Hey(\"\") \= 'Fine. Be that way!'", |
| 147 | + "test_code": "Hey(\"\") \\= 'Fine. Be that way!'", |
148 | 148 | "task_id": 1 |
149 | 149 | }, |
150 | 150 | { |
151 | 151 | "name": "prolonged silence", |
152 | 152 | "status": "fail", |
153 | 153 | "message": "Expected Fine. Be that way! but got Fine. Be that way!", |
154 | 154 | "output": "", |
155 | | - "test_code": "Hey(\" \") \= 'Fine. Be that way!'", |
| 155 | + "test_code": "Hey(\" \") \\= 'Fine. Be that way!'", |
156 | 156 | "task_id": 1 |
157 | 157 | }, |
158 | 158 | { |
159 | 159 | "name": "alternate silence", |
160 | 160 | "status": "fail", |
161 | 161 | "message": "Expected Fine. Be that way! but got Fine. Be that way!", |
162 | 162 | "output": "", |
163 | | - "test_code": "Hey(COPIES(\"09\"X, 10)) \= 'Fine. Be that way!'", |
| 163 | + "test_code": "Hey(COPIES(\"09\"X, 10)) \\= 'Fine. Be that way!'", |
164 | 164 | "task_id": 1 |
165 | 165 | }, |
166 | 166 | { |
167 | 167 | "name": "multiple line question", |
168 | 168 | "status": "fail", |
169 | 169 | "message": "Expected Whatever. but got Whatever.", |
170 | 170 | "output": "", |
171 | | - "test_code": "Hey(\"0A\"X||\"Does this cryogenic chamber make me look fat?\"||\"0A\"X||\"No\") \= 'Whatever.'", |
| 171 | + "test_code": "Hey(\"0A\"X||\"Does this cryogenic chamber make me look fat?\"||\"0A\"X||\"No\") \\= 'Whatever.'", |
172 | 172 | "task_id": 1 |
173 | 173 | }, |
174 | 174 | { |
175 | 175 | "name": "starting with whitespace", |
176 | 176 | "status": "fail", |
177 | 177 | "message": "Expected Whatever. but got Whatever.", |
178 | 178 | "output": "", |
179 | | - "test_code": "Hey(\" hmmmmmmm...\") \= 'Whatever.'", |
| 179 | + "test_code": "Hey(\" hmmmmmmm...\") \\= 'Whatever.'", |
180 | 180 | "task_id": 1 |
181 | 181 | }, |
182 | 182 | { |
183 | 183 | "name": "ending with whitespace", |
184 | 184 | "status": "fail", |
185 | 185 | "message": "Expected Sure. but got Sure.", |
186 | 186 | "output": "", |
187 | | - "test_code": "Hey(\"Okay if like my spacebar quite a bit? \") \= 'Sure.'", |
| 187 | + "test_code": "Hey(\"Okay if like my spacebar quite a bit? \") \\= 'Sure.'", |
188 | 188 | "task_id": 1 |
189 | 189 | }, |
190 | 190 | { |
191 | 191 | "name": "other whitespace", |
192 | 192 | "status": "fail", |
193 | 193 | "message": "Expected Fine. Be that way! but got Fine. Be that way!", |
194 | 194 | "output": "", |
195 | | - "test_code": "Hey(\"0A\"X||\"0D\"X||\" \"||\"09\"X) \= 'Fine. Be that way!'", |
| 195 | + "test_code": "Hey(\"0A\"X||\"0D\"X||\" \"||\"09\"X) \\= 'Fine. Be that way!'", |
196 | 196 | "task_id": 1 |
197 | 197 | }, |
198 | 198 | { |
199 | 199 | "name": "non-question ending with whitespace", |
200 | 200 | "status": "fail", |
201 | 201 | "message": "Expected Whatever. but got Whatever.", |
202 | 202 | "output": "", |
203 | | - "test_code": "Hey(\"This is a statement ending with whitespace \") \= 'Whatever.'", |
| 203 | + "test_code": "Hey(\"This is a statement ending with whitespace \") \\= 'Whatever.'", |
204 | 204 | "task_id": 1 |
205 | 205 | }, |
206 | 206 | { |
207 | 207 | "name": "no input is silence", |
208 | 208 | "status": "fail", |
209 | 209 | "message": "Expected Fine. Be that way! but got Fine. Be that way!", |
210 | 210 | "output": "", |
211 | | - "test_code": "Hey() \= 'Fine. Be that way!'", |
| 211 | + "test_code": "Hey() \\= 'Fine. Be that way!'", |
212 | 212 | "task_id": 1 |
213 | 213 | } |
214 | 214 | ] |
|
0 commit comments