This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: #37 added test case wich works wrong for further investigation
- Loading branch information
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+10.4 KB
tests/integration/data/Renderer017-ForEach-merged-vertical/expected.xlsx
Binary file not shown.
Binary file added
BIN
+11.1 KB
tests/integration/data/Renderer017-ForEach-merged-vertical/template.xlsx
Binary file not shown.
53 changes: 53 additions & 0 deletions
53
tests/integration/data/Renderer017-ForEach-merged-vertical/viewModel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |