mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-17 00:18:05 +02:00
Validate custom commands in sub menus
This commit is contained in:
@ -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},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user