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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
