mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 17:26:09 +03:00
fix test name
This commit is contained in:
@ -485,7 +485,7 @@ test "OSC: reset_cursor_color" {
|
|||||||
try testing.expect(cmd == .reset_cursor_color);
|
try testing.expect(cmd == .reset_cursor_color);
|
||||||
}
|
}
|
||||||
|
|
||||||
test "OSC: reset_cursor_color" {
|
test "OSC: get/set clipboard" {
|
||||||
const testing = std.testing;
|
const testing = std.testing;
|
||||||
|
|
||||||
var p: Parser = .{};
|
var p: Parser = .{};
|
||||||
|
Reference in New Issue
Block a user