[Mono-bugs] [Bug 77363][Wis] New - Regular expression library returns different result than windows .net

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 25 19:37:21 EST 2006


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 psingh at fnfr.com.

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

--- shadow/77363	2006-01-25 19:37:21.000000000 -0500
+++ shadow/77363.tmp.6758	2006-01-25 19:37:21.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 77363
+Product: Mono: Class Libraries
+Version: 1.1
+OS: RHEL 2.1
+OS Details: RedHat EL 3.2, Fedora
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: psingh at fnfr.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Regular expression library returns different result than windows .net
+
+Description of Problem:
+The enclosed program shows the problem. I have a regular expression object
+to parse a string. On Windows using MS .Net, the regular expression finds
+the match. On Linux using Mono, it does not.
+
+
+Steps to reproduce the problem:
+See the enclosed file
+
+Actual Results:
+On Linux using Mono, IsMatch returns false.
+
+Expected Results:
+It should find the match just as it does using Windows .Net
+
+How often does this happen? 
+All the time
+
+
+Additional Information:
+See the attached source code


More information about the mono-bugs mailing list