[Mono-bugs] [Bug 76702][Min] Changed - String.IndexOf("/0") does
not match Windows behavior
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 14 18:03:09 EST 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76702
--- shadow/76702 2005-11-14 18:00:06.000000000 -0500
+++ shadow/76702.tmp.29553 2005-11-14 18:03:09.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 76702
Product: Mono: Class Libraries
Version: 1.1
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: atsushi at ximian.com
ReportedBy: yogendrathakur at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: String.IndexOf("\0") does not match Windows behavior
+Summary: String.IndexOf("/0") does not match Windows behavior
Please fill in this template when reporting a bug, unless you know what
you are doing.
Description of Problem:
=======================
The function String.IndexOf(string value) behaves differently than
@@ -44,6 +44,11 @@
------- Additional Comments From atsushi at ximian.com 2005-11-14 18:00 -------
- corlib
- concrete summary (only applies to \0)
- minor (very few people use \0)
- assigning to myself
+
+------- Additional Comments From atsushi at ximian.com 2005-11-14 18:03 -------
+oops, you meant /0, not \0.
+
+Then it does not happen to the latest svn version.
More information about the mono-bugs
mailing list