mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
test: config: colors: test ‘256’ is an invalid key
This commit is contained in:
parent
b7976e9565
commit
c0aa414404
1 changed files with 2 additions and 0 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue