pull/9860/head
Mitchell Hashimoto 2025-12-10 10:34:35 -08:00
parent 29bb18d8cd
commit b3e7c92263
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

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