[Mono-bugs] [Bug 59150][Maj] New - Regex fail with quantifiers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 26 May 2004 23:38:22 -0400 (EDT)


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=59150

--- shadow/59150	2004-05-26 23:38:22.000000000 -0400
+++ shadow/59150.tmp.22349	2004-05-26 23:38:22.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 59150
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Regex fail with quantifiers
+
+Compile and run the attached test case.
+It should print nothing, but prints:
+Failed 2.
+Failed 3.
+Failed 4.
+Failed 5.
+
+instead.
+
+I'm adding the tests as NUnit tests.