[Mono-bugs] [Bug 69193][Wis] Changed - System.Text.RegularExpressions.Syntax.Parser:ParseRepetitionBounds -- ArgumentException - Illegal {x,y}

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 27 Feb 2005 06:14:20 -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 gonzalo@ximian.com.

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

--- shadow/69193	2004-11-09 18:27:23.000000000 -0500
+++ shadow/69193.tmp.780	2005-02-27 06:14:20.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 69193
 Product: Mono: Class Libraries
 Version: 1.0
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: eric@extremeboredom.net               
 QAContact: mono-bugs@ximian.com
@@ -62,6 +62,9 @@
         static void Main () {
                 Regex m_VarRegex = new Regex(@"\${a*b}");
         }
 }
 
 WTF does that regex do?
+
+------- Additional Comments From gonzalo@ximian.com  2005-02-27 06:14 -------
+Fixed in SVN 1-0, HEAD and added test cases.