Skip to content

Commit 7fbc4ad

Browse files
wordy: format
1 parent ab9c124 commit 7fbc4ad

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

exercises/wordy/canonical-data.json

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@
148148
"input": {
149149
"question": "What is 52 cubed?"
150150
},
151-
"expected": {"error": "unknown operation"}
151+
"expected": {
152+
"error": "unknown operation"
153+
}
152154
},
153155
{
154156
"uuid": "8a7e85a8-9e7b-4d46-868f-6d759f4648f8",
@@ -157,7 +159,9 @@
157159
"input": {
158160
"question": "Who is the President of the United States?"
159161
},
160-
"expected": {"error": "unknown operation"}
162+
"expected": {
163+
"error": "unknown operation"
164+
}
161165
},
162166
{
163167
"uuid": "42d78b5f-dbd7-4cdb-8b30-00f794bb24cf",
@@ -166,7 +170,9 @@
166170
"input": {
167171
"question": "What is 1 plus?"
168172
},
169-
"expected": {"error": "syntax error"}
173+
"expected": {
174+
"error": "syntax error"
175+
}
170176
},
171177
{
172178
"uuid": "c2c3cbfc-1a72-42f2-b597-246e617e66f5",
@@ -175,7 +181,9 @@
175181
"input": {
176182
"question": "What is?"
177183
},
178-
"expected": {"error": "syntax error"}
184+
"expected": {
185+
"error": "syntax error"
186+
}
179187
},
180188
{
181189
"uuid": "4b3df66d-6ed5-4c95-a0a1-d38891fbdab6",
@@ -184,7 +192,9 @@
184192
"input": {
185193
"question": "What is 1 plus plus 2?"
186194
},
187-
"expected": {"error": "syntax error"}
195+
"expected": {
196+
"error": "syntax error"
197+
}
188198
},
189199
{
190200
"uuid": "6abd7a50-75b4-4665-aa33-2030fd08bab1",
@@ -193,7 +203,9 @@
193203
"input": {
194204
"question": "What is 1 plus 2 1?"
195205
},
196-
"expected": {"error": "syntax error"}
206+
"expected": {
207+
"error": "syntax error"
208+
}
197209
},
198210
{
199211
"uuid": "10a56c22-e0aa-405f-b1d2-c642d9c4c9de",
@@ -202,7 +214,9 @@
202214
"input": {
203215
"question": "What is 1 2 plus?"
204216
},
205-
"expected": {"error": "syntax error"}
217+
"expected": {
218+
"error": "syntax error"
219+
}
206220
},
207221
{
208222
"uuid": "0035bc63-ac43-4bb5-ad6d-e8651b7d954e",
@@ -211,7 +225,9 @@
211225
"input": {
212226
"question": "What is plus 1 2?"
213227
},
214-
"expected": {"error": "syntax error"}
228+
"expected": {
229+
"error": "syntax error"
230+
}
215231
}
216232
]
217233
}

0 commit comments

Comments
 (0)