initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
43
dawidd6/action-download-artifact-v3/node_modules/dot-object/test/data/empty_array.json
generated
vendored
Normal file
43
dawidd6/action-download-artifact-v3/node_modules/dot-object/test/data/empty_array.json
generated
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"name": "empty array",
|
||||
"input": [
|
||||
{
|
||||
"a": []
|
||||
},
|
||||
{
|
||||
"a.0": 1,
|
||||
"a": []
|
||||
},
|
||||
{
|
||||
"a": [],
|
||||
"a.0": 2
|
||||
},
|
||||
{
|
||||
"a.0.b": []
|
||||
},
|
||||
{
|
||||
"b.a.0": "b",
|
||||
"b.a": [],
|
||||
"b.a.1": "c"
|
||||
}
|
||||
],
|
||||
"expected": [
|
||||
{
|
||||
"a": []
|
||||
},
|
||||
{
|
||||
"a": [1]
|
||||
},
|
||||
{
|
||||
"a": [2]
|
||||
},
|
||||
{
|
||||
"a" : [ {"b" : [] } ]
|
||||
},
|
||||
{
|
||||
"b" : {
|
||||
"a": [ "b", "c" ]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue