[Issue 21777] std.format: several issues when formatting integers with precision
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Mar 28 13:42:34 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21777
--- Comment #1 from Berni44 <bugzilla at bernis-buecher.de> ---
One more:
assert(format!"%20.5,4d"(0) == " 0,0000"); // comma is in the
wrong place
--
More information about the Digitalmars-d-bugs
mailing list