Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Feb 2, 2022
1 parent 9259283 commit 764464e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/testing/asteriskArray/asteriskArray.fix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set_array("TEST_TWO[]")
copy_field("test[].*", "TEST_TWO[].$append")
set_array("TEST_3[]")
copy_field("test[].*", "TEST_THREE[].$append")
copy_field("test[].*", "TEST_3[].$append")
prepend("nestedTest[].*.test[].*", "Number ")
set_array("TEST_5[]")
copy_field("coll[].*.b", "TEST_5[].$append")
Expand Down
7 changes: 1 addition & 6 deletions data/testing/asteriskArray/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@
"name" : "Blacky"
} ],
"TEST_TWO" : [ "One", "Two", "Three" ],
"TEST_3" : [ ],
"TEST_THREE" : [ {
"1" : "One",
"2" : "Two",
"3" : "Three"
} ],
"TEST_3" : [ "One", "Two", "Three" ],
"TEST_5" : [ "Dog", "Ape" ],
"TEST_4" : [ ]
}

0 comments on commit 764464e

Please sign in to comment.