[Mono-bugs] [Bug 24582] Changed - Regex Split error
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
12 May 2002 08:51:44 -0000
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 dihlewis@yahoo.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=24582
--- shadow/24582 Sun May 12 04:11:08 2002
+++ shadow/24582.tmp.6096 Sun May 12 04:51:44 2002
@@ -1,14 +1,14 @@
Bug#: 24582
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: German XP
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Blocker
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: sma@3plus4.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,9 @@
using System.Text.RegularExpressions;
class x {
public static void Main() {
new Regex("[&;]").Split("a=1&b=2");
}
}
+
+------- Additional Comments From dihlewis@yahoo.co.uk 2002-05-12 04:51 -------
+Split wasn't advancing the match.