We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831a4ab commit bfd6660Copy full SHA for bfd6660
tests/compare_to_libc.rs
@@ -70,6 +70,7 @@ fn test_float() {
70
check_fmt("%f", -46.38);
71
check_fmt("%012.3f", 1.2);
72
check_fmt("%012.3e", 1.7);
73
+ check_fmt("%e", 1e300);
74
check_fmt("%012.3g%%!", 2.6);
75
check_fmt("%012.5G", -2.69);
76
check_fmt("%+7.4f", 42.785);
0 commit comments