mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-27 07:18:22 +00:00
core: use std.testing.expectEqualStrings where appropriate
This commit is contained in:
@@ -95,7 +95,7 @@ test "ASCII" {
|
||||
}
|
||||
}
|
||||
|
||||
try testing.expect(std.mem.eql(u8, &out, "Hello, World!"));
|
||||
try testing.expectEqualStrings(&out, "Hello, World!");
|
||||
}
|
||||
|
||||
test "Well formed utf-8" {
|
||||
|
||||
Reference in New Issue
Block a user