[Mono-bugs] [Bug 52050][Wis] New - Diffrence in behaviour between mono and MS.Net for Match.ToString() and Match.Value
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Dec 2003 10:52:05 -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 gsanjay@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52050
--- shadow/52050 2003-12-11 10:52:05.000000000 -0500
+++ shadow/52050.tmp.16231 2003-12-11 10:52:05.000000000 -0500
@@ -0,0 +1,51 @@
+Bug#: 52050
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gsanjay@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Diffrence in behaviour between mono and MS.Net for Match.ToString() and Match.Value
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Diffrence in behaviour between mono and MS.Net for Match.ToString() and
+Match.Value
+
+Steps to reproduce the problem:
+1. Execute the attached sample program ExpressionBug.cs
+
+
+Actual Results:
+String <0000000A> doesn't match pattern <[0-9A-F]{8,}>.
+
+
+String <0000000A> matches pattern <[0-9A-F]+>.
+0000000
+0000000
+
+
+Expected Results:
+String <0000000A> matches pattern <[0-9A-F]{8,}>.
+0000000A
+0000000A
+String <0000000A> matches pattern <[0-9A-F]+>.
+0000000A
+0000000A
+
+
+
+How often does this happen?
+Always
+
+Additional Information: