| author | |
| committer | |
| log | b4b54b597d59b709b7d801db55c7705c8e950d4e |
| tree | 4a78affa3c45c3241c1bf05404e9b35d9d496cab |
| parent | ffb0050d811ba7c79d7781cc908a499e4c95d4e3 |
Co-authored-by: Ryan Liptak <squeek502@hotmail.com>1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/fmt.zig+1| ... | ... | @@ -1249,6 +1249,7 @@ test "vector" { |
| 1249 | 1249 | |
| 1250 | 1250 | test "enum-literal" { |
| 1251 | 1251 | try expectFmt(".hello_world", "{}", .{.hello_world}); |
| 1252 | try expectFmt("hello_world", "{t}", .{.hello_world}); | |
| 1252 | 1253 | } |
| 1253 | 1254 | |
| 1254 | 1255 | test "padding" { |