digitalmars.D.bugs - [Issue 5444] New: std.string.format: arguments without format specifier appended to result
- d-bugmail puremagic.com (20/20) Jan 10 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5444
- d-bugmail puremagic.com (12/12) Apr 01 2012 http://d.puremagic.com/issues/show_bug.cgi?id=5444
http://d.puremagic.com/issues/show_bug.cgi?id=5444 Summary: std.string.format: arguments without format specifier appended to result Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: tomeksowi gmail.com --- Comment #0 from Tomasz SowiĆski <tomeksowi gmail.com> 2011-01-10 15:11:21 PST --- assert(format("aaa", 1) == "aaa"); // fails, produces "aaa1" assert(format("1%s3", 2, "4", '5') == "123"); // fails, produces "12345" Interestingly, writefln behaves correctly. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 10 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5444 Stewart Gordon <smjg iname.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |smjg iname.com Resolution| |DUPLICATE --- Comment #1 from Stewart Gordon <smjg iname.com> 2012-04-01 15:05:31 PDT --- *** This issue has been marked as a duplicate of issue 4532 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 01 2012