Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
WIP: #37 added test case wich works wrong for further investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Siemienik committed Jul 21, 2020
1 parent bc216ea commit 9a87732
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"set1": [
{
"x": "value1 set1",
"y": 123,
"z": "1-1"
},
{
"x": "value2 set1",
"y": 234,
"z": "1-2"
}
],
"set2": [
{
"x": "value1 set2",
"y": 123,
"z": "2-1"
},
{
"x": "value2 set2",
"y": 234,
"z": "2-2"
},
{
"x": "value3 set2",
"y": 345,
"z": "2-3"
}
],
"set3": [
{
"x": "value1 set3",
"y": 123,
"z": "3-1"
},
{
"x": "value2 set3",
"y": 234,
"z": "3-2"
},
{
"x": "value3 set3",
"y": 345,
"z": "3-3"
},
{
"x": "value4 set3",
"y": 456,
"z": "3-4"
}
]
}

0 comments on commit 9a87732

Please sign in to comment.