[Mono-bugs] [Bug 72043][Cos] Changed - The String.Format
documentation shows {{ formatted as {{ in sample output. My
test case shows that it formats as a single { as expected.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 19 21:04:30 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=72043
--- shadow/72043 2005-02-01 01:52:08.000000000 -0500
+++ shadow/72043.tmp.9744 2005-05-19 21:04:30.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 72043
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Cosmetic
-Component: System
+Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: ayerkes at speakeasy.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -29,6 +29,9 @@
Console.WriteLine(s);
}
};
my output:
{0}
+
+------- Additional Comments From bmaurer at users.sf.net 2005-05-19 21:04 -------
+This gives the same output as on msft.net. {{ is an escape.
More information about the mono-bugs
mailing list