| ... | @@ -2380,7 +2380,7 @@ test "std.zon enum literals" { | ... | @@ -2380,7 +2380,7 @@ test "std.zon enum literals" { |
| 2380 | test "std.zon parse bool" { | 2380 | test "std.zon parse bool" { |
| 2381 | const gpa = std.testing.allocator; | 2381 | const gpa = std.testing.allocator; |
| 2382 | | 2382 | |
| 2383 | // Correct floats | 2383 | // Correct bools |
| 2384 | try std.testing.expectEqual(true, try fromSlice(bool, gpa, "true", null, .{})); | 2384 | try std.testing.expectEqual(true, try fromSlice(bool, gpa, "true", null, .{})); |
| 2385 | try std.testing.expectEqual(false, try fromSlice(bool, gpa, "false", null, .{})); | 2385 | try std.testing.expectEqual(false, try fromSlice(bool, gpa, "false", null, .{})); |
| 2386 | | 2386 | |