mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Validate custom commands in sub menus
This commit is contained in:
parent
e295477951
commit
4e3d09e9d8
2 changed files with 12 additions and 10 deletions
|
@ -92,10 +92,7 @@ func TestUserConfigValidate_enums(t *testing.T) {
|
|||
{value: "<disabled>", valid: true},
|
||||
{value: "q", valid: true},
|
||||
{value: "<c-c>", valid: true},
|
||||
/* EXPECTED:
|
||||
{value: "invalid_value", valid: false},
|
||||
ACTUAL */
|
||||
{value: "invalid_value", valid: true},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue