renderer/link: fix test

This commit is contained in:
Mitchell Hashimoto
2024-01-27 19:34:05 -08:00
parent 9beb395b12
commit 75ca29da59

View File

@ -286,7 +286,7 @@ test "matchset mods no match" {
.{
.regex = "EF",
.action = .{ .open = {} },
.highlight = .{ .mods = .{ .ctrl = true } },
.highlight = .{ .always_mods = .{ .ctrl = true } },
},
});
defer set.deinit(alloc);