[Mono-bugs] [Bug 53866][Wis] Changed - regex engine doesn't handle /S correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Mar 2004 16:04:43 -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=53866

--- shadow/53866	2004-02-04 10:30:51.000000000 -0500
+++ shadow/53866.tmp.11518	2004-03-17 16:04:43.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 53866
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ianm@activestate.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -34,6 +34,9 @@
             Console.WriteLine( "didn't find one");
         }
     }
 
 In the example it should successfully match - [/s/S]* should match the
 'sdsd' part of the string. However it does not on mono.
+
+------- Additional Comments From gonzalo@ximian.com  2004-03-17 16:04 -------
+Fixed in CVS.