| ... | ... | @@ -1435,14 +1435,15 @@ test "zig fmt: nosuspend block" { |
| 1435 | 1435 | // \\ |
| 1436 | 1436 | // ); |
| 1437 | 1437 | //} |
| 1438 | | //test "zig fmt: float literal with exponent" { |
| 1439 | | // try testCanonical( |
| 1440 | | // \\pub const f64_true_min = 4.94065645841246544177e-324; |
| 1441 | | // \\const threshold = 0x1.a827999fcef32p+1022; |
| 1442 | | // \\ |
| 1443 | | // ); |
| 1444 | | //} |
| 1445 | | // |
| 1438 | |
| 1439 | test "zig fmt: float literal with exponent" { |
| 1440 | try testCanonical( |
| 1441 | \\pub const f64_true_min = 4.94065645841246544177e-324; |
| 1442 | \\const threshold = 0x1.a827999fcef32p+1022; |
| 1443 | \\ |
| 1444 | ); |
| 1445 | } |
| 1446 | |
| 1446 | 1447 | //test "zig fmt: if-else end of comptime" { |
| 1447 | 1448 | // try testCanonical( |
| 1448 | 1449 | // \\comptime { |