[Mono-bugs] [Bug 69787][Min] Changed - Type.GetType(string) should skip CR, LF, tabs as well as whitespace
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 21 Nov 2004 23:18:15 -0500 (EST)
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@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=69787
--- shadow/69787 2004-11-21 23:12:50.000000000 -0500
+++ shadow/69787.tmp.6904 2004-11-21 23:18:15.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69787
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: atsushi@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -44,6 +44,9 @@
It happens consistently.
------- Additional Comments From atsushi@ximian.com 2004-11-21 23:12 -------
Created an attachment (id=13290)
proposed patch
+
+------- Additional Comments From bmaurer@users.sf.net 2004-11-21 23:18 -------
+Should probably use g_ascii_isspace. Also, needs test case.