test:Add test for output config with multiple exclusion/wildcard

This commit is contained in:
Paul Riou
2023-03-13 00:49:18 +00:00
parent 90206f55be
commit c26849217e
2 changed files with 6 additions and 1 deletions

View File

@ -21,5 +21,9 @@
"layer": "overlay",
"height": 23,
"output": "!HDMI-1"
},
{
"height": 24,
"output": ["!HDMI-0", "!HDMI-1", "*"]
}
]