|
87 | 87 | },
|
88 | 88 | "tests": [
|
89 | 89 | {
|
90 |
| - "description": "with no unevaluted items", |
| 90 | + "description": "with no unevaluated items", |
91 | 91 | "data": ["foo"],
|
92 | 92 | "valid": true
|
93 | 93 | },
|
94 | 94 | {
|
95 |
| - "description": "with unevaluted items", |
| 95 | + "description": "with unevaluated items", |
96 | 96 | "data": ["foo", "bar"],
|
97 | 97 | "valid": false
|
98 | 98 | }
|
|
135 | 135 | },
|
136 | 136 | "tests": [
|
137 | 137 | {
|
138 |
| - "description": "with no unevaluted items", |
| 138 | + "description": "with no unevaluated items", |
139 | 139 | "data": ["foo", 42],
|
140 | 140 | "valid": true
|
141 | 141 | },
|
142 | 142 | {
|
143 |
| - "description": "with unevaluted items", |
| 143 | + "description": "with unevaluated items", |
144 | 144 | "data": ["foo", 42, true],
|
145 | 145 | "valid": false
|
146 | 146 | }
|
|
228 | 228 | },
|
229 | 229 | "tests": [
|
230 | 230 | {
|
231 |
| - "description": "when one schema matches and has no unevaluted items", |
| 231 | + "description": "when one schema matches and has no unevaluated items", |
232 | 232 | "data": ["foo", "bar"],
|
233 | 233 | "valid": true
|
234 | 234 | },
|
235 | 235 | {
|
236 |
| - "description": "when one schema matches and has unevaluted items", |
| 236 | + "description": "when one schema matches and has unevaluated items", |
237 | 237 | "data": ["foo", "bar", 42],
|
238 | 238 | "valid": false
|
239 | 239 | },
|
240 | 240 | {
|
241 |
| - "description": "when two schemas match and has no unevaluted items", |
| 241 | + "description": "when two schemas match and has no unevaluated items", |
242 | 242 | "data": ["foo", "bar", "baz"],
|
243 | 243 | "valid": true
|
244 | 244 | },
|
245 | 245 | {
|
246 |
| - "description": "when two schemas match and has unevaluted items", |
| 246 | + "description": "when two schemas match and has unevaluated items", |
247 | 247 | "data": ["foo", "bar", "baz", 42],
|
248 | 248 | "valid": false
|
249 | 249 | }
|
|
274 | 274 | },
|
275 | 275 | "tests": [
|
276 | 276 | {
|
277 |
| - "description": "with no unevaluted items", |
| 277 | + "description": "with no unevaluated items", |
278 | 278 | "data": ["foo", "bar"],
|
279 | 279 | "valid": true
|
280 | 280 | },
|
281 | 281 | {
|
282 |
| - "description": "with unevaluted items", |
| 282 | + "description": "with unevaluated items", |
283 | 283 | "data": ["foo", "bar", 42],
|
284 | 284 | "valid": false
|
285 | 285 | }
|
|
304 | 304 | },
|
305 | 305 | "tests": [
|
306 | 306 | {
|
307 |
| - "description": "with unevaluted items", |
| 307 | + "description": "with unevaluated items", |
308 | 308 | "data": ["foo", "bar"],
|
309 | 309 | "valid": false
|
310 | 310 | }
|
|
342 | 342 | },
|
343 | 343 | "tests": [
|
344 | 344 | {
|
345 |
| - "description": "when if matches and it has no unevaluted items", |
| 345 | + "description": "when if matches and it has no unevaluated items", |
346 | 346 | "data": ["foo", "bar", "then"],
|
347 | 347 | "valid": true
|
348 | 348 | },
|
349 | 349 | {
|
350 |
| - "description": "when if matches and it has unevaluted items", |
| 350 | + "description": "when if matches and it has unevaluated items", |
351 | 351 | "data": ["foo", "bar", "then", "else"],
|
352 | 352 | "valid": false
|
353 | 353 | },
|
354 | 354 | {
|
355 |
| - "description": "when if doesn't match and it has no unevaluted items", |
| 355 | + "description": "when if doesn't match and it has no unevaluated items", |
356 | 356 | "data": ["foo", 42, 42, "else"],
|
357 | 357 | "valid": true
|
358 | 358 | },
|
359 | 359 | {
|
360 |
| - "description": "when if doesn't match and it has unevaluted items", |
| 360 | + "description": "when if doesn't match and it has unevaluated items", |
361 | 361 | "data": ["foo", 42, 42, "else", 42],
|
362 | 362 | "valid": false
|
363 | 363 | }
|
|
0 commit comments