|
148 | 148 | "input": {
|
149 | 149 | "question": "What is 52 cubed?"
|
150 | 150 | },
|
151 |
| - "expected": {"error": "unknown operation"} |
| 151 | + "expected": { |
| 152 | + "error": "unknown operation" |
| 153 | + } |
152 | 154 | },
|
153 | 155 | {
|
154 | 156 | "uuid": "8a7e85a8-9e7b-4d46-868f-6d759f4648f8",
|
|
157 | 159 | "input": {
|
158 | 160 | "question": "Who is the President of the United States?"
|
159 | 161 | },
|
160 |
| - "expected": {"error": "unknown operation"} |
| 162 | + "expected": { |
| 163 | + "error": "unknown operation" |
| 164 | + } |
161 | 165 | },
|
162 | 166 | {
|
163 | 167 | "uuid": "42d78b5f-dbd7-4cdb-8b30-00f794bb24cf",
|
|
166 | 170 | "input": {
|
167 | 171 | "question": "What is 1 plus?"
|
168 | 172 | },
|
169 |
| - "expected": {"error": "syntax error"} |
| 173 | + "expected": { |
| 174 | + "error": "syntax error" |
| 175 | + } |
170 | 176 | },
|
171 | 177 | {
|
172 | 178 | "uuid": "c2c3cbfc-1a72-42f2-b597-246e617e66f5",
|
|
175 | 181 | "input": {
|
176 | 182 | "question": "What is?"
|
177 | 183 | },
|
178 |
| - "expected": {"error": "syntax error"} |
| 184 | + "expected": { |
| 185 | + "error": "syntax error" |
| 186 | + } |
179 | 187 | },
|
180 | 188 | {
|
181 | 189 | "uuid": "4b3df66d-6ed5-4c95-a0a1-d38891fbdab6",
|
|
184 | 192 | "input": {
|
185 | 193 | "question": "What is 1 plus plus 2?"
|
186 | 194 | },
|
187 |
| - "expected": {"error": "syntax error"} |
| 195 | + "expected": { |
| 196 | + "error": "syntax error" |
| 197 | + } |
188 | 198 | },
|
189 | 199 | {
|
190 | 200 | "uuid": "6abd7a50-75b4-4665-aa33-2030fd08bab1",
|
|
193 | 203 | "input": {
|
194 | 204 | "question": "What is 1 plus 2 1?"
|
195 | 205 | },
|
196 |
| - "expected": {"error": "syntax error"} |
| 206 | + "expected": { |
| 207 | + "error": "syntax error" |
| 208 | + } |
197 | 209 | },
|
198 | 210 | {
|
199 | 211 | "uuid": "10a56c22-e0aa-405f-b1d2-c642d9c4c9de",
|
|
202 | 214 | "input": {
|
203 | 215 | "question": "What is 1 2 plus?"
|
204 | 216 | },
|
205 |
| - "expected": {"error": "syntax error"} |
| 217 | + "expected": { |
| 218 | + "error": "syntax error" |
| 219 | + } |
206 | 220 | },
|
207 | 221 | {
|
208 | 222 | "uuid": "0035bc63-ac43-4bb5-ad6d-e8651b7d954e",
|
|
211 | 225 | "input": {
|
212 | 226 | "question": "What is plus 1 2?"
|
213 | 227 | },
|
214 |
| - "expected": {"error": "syntax error"} |
| 228 | + "expected": { |
| 229 | + "error": "syntax error" |
| 230 | + } |
215 | 231 | }
|
216 | 232 | ]
|
217 | 233 | }
|
0 commit comments