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

Commit 9a87732

Browse files
committed
WIP: #37 added test case wich works wrong for further investigation
1 parent bc216ea commit 9a87732

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed
Binary file not shown.
Binary file not shown.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"set1": [
3+
{
4+
"x": "value1 set1",
5+
"y": 123,
6+
"z": "1-1"
7+
},
8+
{
9+
"x": "value2 set1",
10+
"y": 234,
11+
"z": "1-2"
12+
}
13+
],
14+
"set2": [
15+
{
16+
"x": "value1 set2",
17+
"y": 123,
18+
"z": "2-1"
19+
},
20+
{
21+
"x": "value2 set2",
22+
"y": 234,
23+
"z": "2-2"
24+
},
25+
{
26+
"x": "value3 set2",
27+
"y": 345,
28+
"z": "2-3"
29+
}
30+
],
31+
"set3": [
32+
{
33+
"x": "value1 set3",
34+
"y": 123,
35+
"z": "3-1"
36+
},
37+
{
38+
"x": "value2 set3",
39+
"y": 234,
40+
"z": "3-2"
41+
},
42+
{
43+
"x": "value3 set3",
44+
"y": 345,
45+
"z": "3-3"
46+
},
47+
{
48+
"x": "value4 set3",
49+
"y": 456,
50+
"z": "3-4"
51+
}
52+
]
53+
}

0 commit comments

Comments
 (0)