[Mono-bugs] [Bug 45976][Nor] Changed - Regular expression character classes don't work with IgnoreCase

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 2 Feb 2004 08:34: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 ndrochak@gol.com.

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

--- shadow/45976	2004-02-01 20:26:18.000000000 -0500
+++ shadow/45976.tmp.19234	2004-02-02 08:34:05.000000000 -0500
@@ -10,13 +10,12 @@
 Component: System
 AssignedTo: sumadevi@novell.com                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Regular expression character classes don't work with IgnoreCase
 
 Description of Problem:
 Regular expressions using character classes don't work as expected when
 interpreted using option RegexOptions.IgnoreCase.
 
@@ -85,6 +84,10 @@
 
 Additional Information:
 
 ------- Additional Comments From miguel@ximian.com  2004-02-01 20:26 -------
 Am applying the patch that was discussed on the list from Marco, since
 there was no more discussion nor feedback.
+
+------- Additional Comments From ndrochak@gol.com  2004-02-02 08:34 -------
+FYI: One of the Assert's in the Ignore case test was failing 
+on .NET.  I committed a fix into CVS.