[Issue 21738] New: std.format.spec: singleSpec should throw on "%%"
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 20 09:22:45 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21738
Issue ID: 21738
Summary: std.format.spec: singleSpec should throw on "%%"
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: bugzilla at bernis-buecher.de
singleSpec checks the format specifier and throws if it is invalid, but forgets
to throw on %%.
--
More information about the Digitalmars-d-bugs
mailing list