From 97bf10facd00096728048f97c88e1970c6093398 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Fri, 29 Dec 2023 16:02:43 +0100 Subject: [PATCH] core: add missed config test --- tests/config/colors.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/config/colors.conf diff --git a/tests/config/colors.conf b/tests/config/colors.conf new file mode 100644 index 0000000..7269cc9 --- /dev/null +++ b/tests/config/colors.conf @@ -0,0 +1,6 @@ + +myColors { + pink = rgba(200, 0, 200, 1.0) + green = rgb(20, 240, 20) + random = 0xFFFF$MY_VAR +} \ No newline at end of file