| ... | @@ -1249,6 +1249,7 @@ test "vector" { | ... | @@ -1249,6 +1249,7 @@ test "vector" { |
| 1249 | | 1249 | |
| 1250 | test "enum-literal" { | 1250 | test "enum-literal" { |
| 1251 | try expectFmt(".hello_world", "{}", .{.hello_world}); | 1251 | try expectFmt(".hello_world", "{}", .{.hello_world}); |
| | 1252 | try expectFmt("hello_world", "{t}", .{.hello_world}); |
| 1252 | } | 1253 | } |
| 1253 | | 1254 | |
| 1254 | test "padding" { | 1255 | test "padding" { |