|
| 1 | +# This is an auto-generated file. Regular comments will be removed when this |
| 2 | +# file is regenerated. Regenerating will not touch any manually added keys, |
| 3 | +# so comments can be added in a "comment" key. |
| 4 | + |
| 5 | +[8c71dabd-da60-422d-a290-4a571471fb14] |
| 6 | +description = "empty" |
| 7 | + |
| 8 | +[d268b919-963c-442d-9f07-82b93f1b518c] |
| 9 | +description = "no nesting" |
| 10 | + |
| 11 | +[3f15bede-c856-479e-bb71-1684b20c6a30] |
| 12 | +description = "flattens a nested array" |
| 13 | + |
| 14 | +[c84440cc-bb3a-48a6-862c-94cf23f2815d] |
| 15 | +description = "flattens array with just integers present" |
| 16 | + |
| 17 | +[d3d99d39-6be5-44f5-a31d-6037d92ba34f] |
| 18 | +description = "5 level nesting" |
| 19 | + |
| 20 | +[d572bdba-c127-43ed-bdcd-6222ac83d9f7] |
| 21 | +description = "6 level nesting" |
| 22 | + |
| 23 | +[0705a8e5-dc86-4cec-8909-150c5e54fa9c] |
| 24 | +description = "null values are omitted from the final result" |
| 25 | + |
| 26 | +[c6cf26de-8ccd-4410-84bd-b9efd88fd2bc] |
| 27 | +description = "consecutive null values at the front of the list are omitted from the final result" |
| 28 | +include = false |
| 29 | + |
| 30 | +[bc72da10-5f55-4ada-baf3-50e4da02ec8e] |
| 31 | +description = "consecutive null values at the front of the array are omitted from the final result" |
| 32 | +reimplements = "c6cf26de-8ccd-4410-84bd-b9efd88fd2bc" |
| 33 | + |
| 34 | +[382c5242-587e-4577-b8ce-a5fb51e385a1] |
| 35 | +description = "consecutive null values in the middle of the list are omitted from the final result" |
| 36 | +include = false |
| 37 | + |
| 38 | +[6991836d-0d9b-4703-80a0-3f1f23eb5981] |
| 39 | +description = "consecutive null values in the middle of the array are omitted from the final result" |
| 40 | +reimplements = "382c5242-587e-4577-b8ce-a5fb51e385a1" |
| 41 | + |
| 42 | +[ef1d4790-1b1e-4939-a179-51ace0829dbd] |
| 43 | +description = "6 level nest list with null values" |
| 44 | +include = false |
| 45 | + |
| 46 | +[dc90a09c-5376-449c-a7b3-c2d20d540069] |
| 47 | +description = "6 level nested array with null values" |
| 48 | +reimplements = "ef1d4790-1b1e-4939-a179-51ace0829dbd" |
| 49 | + |
| 50 | +[85721643-705a-4150-93ab-7ae398e2942d] |
| 51 | +description = "all values in nested list are null" |
| 52 | +include = false |
| 53 | + |
| 54 | +[51f5d9af-8f7f-4fb5-a156-69e8282cb275] |
| 55 | +description = "all values in nested array are null" |
| 56 | +reimplements = "85721643-705a-4150-93ab-7ae398e2942d" |
0 commit comments