[Mono-bugs] [Bug 54242][Wis] Changed - Regex: 'Split' function problem.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Mar 2004 16:05:42 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54242
--- shadow/54242 2004-03-17 16:01:25.000000000 -0500
+++ shadow/54242.tmp.11535 2004-03-17 16:05:42.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 54242
Product: Mono: Class Libraries
Version: unspecified
OS: SUSE 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndhameja@panaceasoftware.com
QAContact: mono-bugs@ximian.com
@@ -42,6 +42,9 @@
string[] pS = parseString.Split(c,parseString.Length-1);
return pS;
------- Additional Comments From beauche@softhome.net 2004-02-18 13:28 -------
I Mark this bug to depend on 54537 since it use
RegexOptions.RightToLeft. Without this option, this seem to work.
+
+------- Additional Comments From gonzalo@ximian.com 2004-03-17 16:05 -------
+Fixed in CVS.