mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
core: add description to built-in light theme
This commit is contained in:
@@ -1143,6 +1143,10 @@ TEST(CoreTheme, BuiltinInit)
|
||||
theme = theme_search ("light");
|
||||
CHECK(theme != NULL);
|
||||
|
||||
/* the built-in "light" theme carries a description */
|
||||
CHECK(theme->description != NULL);
|
||||
CHECK(theme->description[0] != '\0');
|
||||
|
||||
/* sanity check: many core color overrides (>= 30) */
|
||||
CHECK(theme_overrides_count (theme) >= 30);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user