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=77883 --- shadow/77883 2006-03-23 04:18:27.000000000 -0500 +++ shadow/77883.tmp.22764 2006-03-23 04:18:27.000000000 -0500 @@ -0,0 +1,42 @@ +Bug#: 77883 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Bug in regular expressions + +Description of Problem: + +The following returns no match (EmptyMatch) +string attributeName = "<<N>>"; +Match match = Regex.Match(attributeName, ".*[^>]"); +Console.WriteLine(attributeKey); + +while in MS.NET the printed output is: '<<N' + +Steps to reproduce the problem: + +just run the above code + +Actual Results: + +The output is empty string + +Expected Results: + +The output should be as in MS.NET: '<<N' + +How often does this happen? + +every time _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
