mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
renderer/link: fix test
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user