[Mono-bugs] [Bug 44830][Nor] Changed - Wrong behaviour of Regex.Split()
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 9 Jul 2003 08:34:02 -0400 (EDT)
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=44830
--- shadow/44830 Tue Jun 17 17:07:43 2003
+++ shadow/44830.tmp.10499 Wed Jul 9 08:34:02 2003
@@ -1,13 +1,13 @@
Bug#: 44830
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: primey@gmx.net
QAContact: mono-bugs@ximian.com
@@ -84,6 +84,11 @@
to the repository.
The patch has a style issue, please keep braces on the same line as
the conditional. In fact, for one line, the brace is not necessary.
Do we have any test suites on Regex? If not, let's start building one.
+
+------- Additional Comments From gonzalo@ximian.com 2003-07-09 08:34 -------
+The patch is in CVS now.
+
+Thanks you, guys.