mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
renderer/link: fix test
This commit is contained in:
@ -286,7 +286,7 @@ test "matchset mods no match" {
|
|||||||
.{
|
.{
|
||||||
.regex = "EF",
|
.regex = "EF",
|
||||||
.action = .{ .open = {} },
|
.action = .{ .open = {} },
|
||||||
.highlight = .{ .mods = .{ .ctrl = true } },
|
.highlight = .{ .always_mods = .{ .ctrl = true } },
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
defer set.deinit(alloc);
|
defer set.deinit(alloc);
|
||||||
|
Reference in New Issue
Block a user