test: config: colors: test ‘256’ is an invalid key

This commit is contained in:
Daniel Eklöf 2021-12-30 21:49:08 +01:00
parent b7976e9565
commit c0aa414404
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -623,6 +623,8 @@ test_section_colors(void)
&conf.colors.table[i]);
}
test_invalid_key(&ctx, &parse_section_colors, "256");
/* TODO: alpha (float in range 0-1, converted to uint16_t) */
/* TODO: jump-labels (two colors) */
/* TODO: scrollback-indicator (two colors) */