← Back to index
|
Original Bugzilla link
Bug 7975 – Incorrect quotes escaping in std.format
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-04-23T08:44:00Z
Last change time
2012-04-23T09:28:18Z
Keywords
pull
Assigned to
nobody
Creator
verylonglogin.reg
Comments
Comment #0
by verylonglogin.reg — 2012-04-23T08:44:16Z
['"':`"` , '\'':"'"] // object ['\"':"\"", ''':"'"] // current formatting ['"':"\"", '\'':"'"] // should be Fix in
https://github.com/D-Programming-Language/phobos/pull/552
Comment #1
by github-bugzilla — 2012-04-23T08:51:58Z
Commit pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/4430ee9a479f23fb9cf2edd09ac6b5fe2d3eef12
fix Issue 7975 - Incorrect quotes escaping in std.format