Skip to content

Commit bfd6660

Browse files
committed
Add failing test for 1e300
1 parent 831a4ab commit bfd6660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/compare_to_libc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ fn test_float() {
7070
check_fmt("%f", -46.38);
7171
check_fmt("%012.3f", 1.2);
7272
check_fmt("%012.3e", 1.7);
73+
check_fmt("%e", 1e300);
7374
check_fmt("%012.3g%%!", 2.6);
7475
check_fmt("%012.5G", -2.69);
7576
check_fmt("%+7.4f", 42.785);

0 commit comments

Comments
 (0)