https://issues.dlang.org/show_bug.cgi?id=21841
Issue ID: 21841
Summary: std.format: grouping produces strange result with zero
precision and %e
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
assert("%0.0,e"(0.0) == "0e+00");
--
