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