mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-06 04:06:06 -05:00
test: config: test [bell].command (spawn template)
This commit is contained in:
parent
a4af00bd8b
commit
2c4e6680aa
1 changed files with 2 additions and 2 deletions
|
|
@ -317,8 +317,8 @@ test_section_bell(void)
|
|||
test_boolean(&ctx, &parse_section_bell, "notify", &conf.bell.notify);
|
||||
test_boolean(&ctx, &parse_section_bell, "command-focused",
|
||||
&conf.bell.command_focused);
|
||||
|
||||
/* TODO: command (spawn tepmlate) */
|
||||
test_spawn_template(&ctx, &parse_section_bell, "command",
|
||||
&conf.bell.command);
|
||||
|
||||
config_free(conf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue