test: multi-bar config with includes

This commit is contained in:
Aleksei Bavshin
2021-08-16 21:11:46 +07:00
parent 9f3b34e4d9
commit 8912bd3ed0
7 changed files with 93 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[
{
"output": "OUT-0",
"height": 20
},
{},
{},
{}
]

View File

@ -0,0 +1,8 @@
[
{},
{
"height": 21
},
{},
{}
]

View File

@ -0,0 +1,9 @@
[
{},
{},
{
"output": "OUT-1",
"height": 22
},
{}
]

View File

@ -0,0 +1,8 @@
[
{},
{},
{},
{
"height": 23
}
]

View File

@ -0,0 +1,9 @@
[
{},
{},
{},
{
"output": "OUT-3",
"include": "test/config/include-multi-3-0.json"
}
]

View File

@ -0,0 +1,16 @@
[
{
"include": "test/config/include-multi-0.json"
},
{
"output": "OUT-1",
"include": "test/config/include-multi-1.json"
},
{
"output": "OUT-2",
"include": "test/config/include-multi-2.json"
},
{
"include": "test/config/include-multi-3.json"
}
]