[Mono-bugs] [Bug 56436][Nor] Changed - DateFormat.ParseExact() can't handle quoted chars

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Apr 2004 09:20:12 -0400 (EDT)


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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=56436

--- shadow/56436	2004-04-06 09:15:58.000000000 -0400
+++ shadow/56436.tmp.12994	2004-04-06 09:20:12.000000000 -0400
@@ -91,6 +91,15 @@
 don't. Hurray.
 
 ------- Additional Comments From gonzalo@ximian.com  2004-04-06 09:15 -------
 Created an attachment (id=7205)
 self-contained test case
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-04-06 09:20 -------
+Your patch seems to fix the quote issue, but i still get:
+Unhandled Exception: System.FormatException: Invalid format.
+in <0x0013b> System.DateTime:ParseExact
+(string,string[],System.IFormatProvider,System.Globalization.DateTimeStyles)
+in <0x00091> Test:Main ()
+
+when running the test case i made.