|
380 | 380 | "cases": [ |
381 | 381 | { |
382 | 382 | "uuid": "b97d00b6-2fab-435d-ae74-3233dcc13698", |
383 | | - "description": "Empty linked list to list (LIFO) is empty", |
| 383 | + "description": "Empty linked list to list is empty", |
| 384 | + "comments": ["toList LIFO"], |
384 | 385 | "property": "list", |
385 | 386 | "input": { |
386 | 387 | "initialValues": [], |
|
395 | 396 | }, |
396 | 397 | { |
397 | 398 | "uuid": "eedeb95f-b5cf-431d-8ad6-5854ba6b251c", |
398 | | - "description": "To list (LIFO) with multiple values", |
| 399 | + "description": "To list with multiple values", |
| 400 | + "comments": ["toList LIFO"], |
399 | 401 | "property": "list", |
400 | 402 | "input": { |
401 | 403 | "initialValues": [1, 2, 3], |
|
410 | 412 | }, |
411 | 413 | { |
412 | 414 | "uuid": "838678de-eaf3-4c14-b34e-7e35b6d851e8", |
413 | | - "description": "To list (LIFO) after a pop", |
| 415 | + "description": "To list after a pop", |
| 416 | + "comments": ["toList LIFO"], |
414 | 417 | "property": "list", |
415 | 418 | "input": { |
416 | 419 | "initialValues": [], |
|
451 | 454 | "cases": [ |
452 | 455 | { |
453 | 456 | "uuid": "03fc83a5-48a8-470b-a2d2-a286c5e8365f", |
454 | | - "description": "Empty linked list to list (FIFO) is empty", |
| 457 | + "description": "Empty linked list to list is empty", |
| 458 | + "comments": ["toList FIFO"], |
455 | 459 | "property": "list", |
456 | 460 | "input": { |
457 | 461 | "initialValues": [], |
|
466 | 470 | }, |
467 | 471 | { |
468 | 472 | "uuid": "1282484e-a58c-426a-972e-90746bda61fc", |
469 | | - "description": "To list (FIFO) with multiple values", |
| 473 | + "description": "To list with multiple values", |
| 474 | + "comments": ["toList FIFO"], |
470 | 475 | "property": "list", |
471 | 476 | "input": { |
472 | 477 | "initialValues": [1, 2, 3], |
|
481 | 486 | }, |
482 | 487 | { |
483 | 488 | "uuid": "05ca3109-1249-4c0c-a567-a3b2f8352a7c", |
484 | | - "description": "To list (FIFO) after a pop", |
| 489 | + "description": "To list after a pop", |
| 490 | + "comments": ["toList FIFO"], |
485 | 491 | "property": "list", |
486 | 492 | "input": { |
487 | 493 | "initialValues": [], |
|
0 commit comments