Skip to content

Commit

Permalink
Merge pull request #240 from metafacture/239-addIntegrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx authored Dec 3, 2024
2 parents 8b65b6e + 4f8cca3 commit b254549
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"animal_string_Array" : [ "dog" ],
"test" : {
"1" : "dog"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"animal_string_Array" : [
"dog"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
copy_field("animal_string_Array[]", "test")
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FLUX_DIR + "input.json"
|open-file
|as-records
|decode-json
|fix(FLUX_DIR + "test.fix")
|encode-json(prettyPrinting="true")
|write(FLUX_DIR + "output-metafix.json")
;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See issue #239

0 comments on commit b254549

Please sign in to comment.