This commit is contained in:
Mitchell Hashimoto
2025-12-10 10:34:35 -08:00
parent 29bb18d8cd
commit b3e7c92263

View File

@@ -555,7 +555,7 @@ pub const Notification = union(enum) {
try writer.writeAll(" }");
}
}
};
};
test "tmux begin/end empty" {
const testing = std.testing;