[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:56:47 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69787
--- shadow/69787 2004-11-21 23:18:15.000000000 -0500
+++ shadow/69787.tmp.7591 2004-11-21 23:56:47.000000000 -0500
@@ -47,6 +47,10 @@
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.
+
+------- Additional Comments From atsushi@ximian.com 2004-11-21 23:56 -------
+feel free to go ahead and change it so (test could be added using that
+repro).