Skip to content

Commit db4c4cf

Browse files
Revert "Remove duplicate test"
This reverts commit 1361b42.
1 parent 1361b42 commit db4c4cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/std/fmt/parse_hex_float.zig

+1
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ test "f128" {
341341
// // Min denormalized value.
342342
.{ .s = "0x1p-16494", .v = math.f128_true_min },
343343
.{ .s = "-0x1p-16494", .v = -math.f128_true_min },
344+
.{ .s = "0x1.edcb34a235253948765432134674fp-1", .v = 0x1.edcb34a235253948765432134674fp-1 },
344345
};
345346

346347
for (cases) |case| {

0 commit comments

Comments
 (0)