core: add missed config test

This commit is contained in:
Vaxry 2023-12-29 16:02:43 +01:00
parent 710bf1276a
commit 97bf10facd
1 changed files with 6 additions and 0 deletions

6
tests/config/colors.conf Normal file
View File

@ -0,0 +1,6 @@
myColors {
pink = rgba(200, 0, 200, 1.0)
green = rgb(20, 240, 20)
random = 0xFFFF$MY_VAR
}