D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 7975 - Incorrect quotes escaping in std.format
Summary: Incorrect quotes escaping in std.format
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2012-04-23 08:44 UTC by Denis Shelomovskii
Modified: 2012-04-23 09:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Denis Shelomovskii 2012-04-23 08:44:16 UTC
['"':`"` , '\'':"'"] // object
['\"':"\"", ''':"'"] // current formatting
['"':"\"", '\'':"'"] // should be

Fix in https://github.com/D-Programming-Language/phobos/pull/552
Comment 1 github-bugzilla 2012-04-23 08:51:58 UTC
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