tests(OSC52): Added base64 encoding test cases

This commit is contained in:
Grace Yoder 2026-06-24 17:48:16 -06:00
parent 62c89c5bf2
commit 805392ddca
2 changed files with 72 additions and 21 deletions

View file

@ -38,3 +38,7 @@ pub fn main(init: std.process.Init) !void {
std.debug.print("\x1b[0;32mCopied To Pasteboard!\x1b[0m\n", .{});
}
test {
_ = @import("Clip.zig");
}