[Mono-bugs] [Bug 45966][Nor] New - Quantifier {n} not correctly supported in regular expressions

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 8 Jul 2003 08:02:47 -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 joergr@voelcker.com.

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

--- shadow/45966	Tue Jul  8 08:02:47 2003
+++ shadow/45966.tmp.22631	Tue Jul  8 08:02:47 2003
@@ -0,0 +1,41 @@
+Bug#: 45966
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: JoergR@voelcker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Quantifier {n} not correctly supported in regular expressions
+
+Description of Problem:
+If you specify a fix number as quantifier in a regular expression pattern
+it's not interpreted correctly.
+
+
+Steps to reproduce the problem:
+1. Compile the attached sample
+2. Run it
+
+Actual Results:
+String <0000000A> doesn't match pattern <[0-9A-F]{8}>.
+String <0000000A> matches pattern <[0-9A-F]+>.
+
+Expected Results:
+String <0000000A> matches pattern <[0-9A-F]{8}>.
+String <0000000A> matches pattern <[0-9A-F]+>.
+
+
+
+How often does this happen? 
+
+
+Additional Information: