Validate custom commands in sub menus

This commit is contained in:
Stefan Haller 2025-04-30 17:37:06 +02:00
parent e295477951
commit 4e3d09e9d8
2 changed files with 12 additions and 10 deletions

View file

@ -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},
},
},
{