mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
ok
This commit is contained in:
@@ -760,7 +760,9 @@ test "PathName.init" {
|
||||
&file,
|
||||
);
|
||||
|
||||
std.testing.expectEqualStrings(res.dir, "/root/directory");
|
||||
std.testing.expectEqualStrings(res.base, "file");
|
||||
std.testing.expectEqualStrings(res.ext, ".ext");
|
||||
try std.testing.expectEqualStrings(res.dir, "/root/directory");
|
||||
try std.testing.expectEqualStrings(res.base, "file");
|
||||
try std.testing.expectEqualStrings(res.ext, ".ext");
|
||||
}
|
||||
|
||||
test {}
|
||||
|
||||
Reference in New Issue
Block a user