tests(OSC52): Added base64 encoding test cases

This commit is contained in:
Grace Yoder 2026-06-24 17:48:16 -06:00
parent bf46515ca5
commit 47f2491ae0
Signed by: grace
SSH key fingerprint: SHA256:oG9v0ZlohsoMAg083HAwBGOcaPLF3nIuOlAW4MtASMo
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");
}