[Mono-bugs] [Bug 59623][Nor] Changed - Regex.Matches method does not return correct results.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Jun 2004 23:06:18 -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 claytonharbour@sporadicism.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59623

--- shadow/59623	2004-06-04 22:51:01.000000000 -0400
+++ shadow/59623.tmp.4128	2004-06-04 23:06:18.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: Fedora Core 1
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: claytonharbour@sporadicism.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -91,6 +91,21 @@
 Tested on Mono Beta 2, this works under ms .net sdk 1.1.
 
 ------- Additional Comments From claytonharbour@sporadicism.com  2004-06-04 22:51 -------
 Created an attachment (id=8004)
 Test solution file.
 
+
+------- Additional Comments From claytonharbour@sporadicism.com  2004-06-04 23:06 -------
+I must have a bit of dislexia tonight, the expected and actual should
+read:
+
+Actual Results:
+
+Running against Gentle.Net.sln () the Count is 0.
+
+Expected Results:
+
+Running against Gentle.Net.sln () the Count is 14.
+
+
+Sorry for the confusion.