Commit b4b54b597d
Changed files (1)
lib
std
lib/std/fmt.zig
@@ -1249,6 +1249,7 @@ test "vector" {
test "enum-literal" {
try expectFmt(".hello_world", "{}", .{.hello_world});
+ try expectFmt("hello_world", "{t}", .{.hello_world});
}
test "padding" {