blob: 65bf3c04ffadf6f20ee11b8fa76044446b44d157 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"matrix": {
"options": {
"testoption": [{ "val": "A string with spaces" }],
"other_one": [{ "val": "true" }],
"combo_opt": [{ "val": "one" }],
"werror": [{ "val": "true" }]
}
}
}
|