[Mono-bugs] [Bug 58256][Nor] Changed - [PATCH] Replace Doesn't Replace ' Correctly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 13:45: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 kjambunathan@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58256
--- shadow/58256 2004-06-01 08:17:37.000000000 -0400
+++ shadow/58256.tmp.13494 2004-06-08 13:45:22.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58256
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: Redhat Linux 9.0
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: jackson@ximian.com
ReportedBy: kevinbe71mono@yahoo.com
QAContact: mono-bugs@ximian.com
@@ -141,6 +141,11 @@
3) We weren't handling \cA - \cZ correctly. It has been fixed; Refer
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/_pluslang_ascii_character_codes_chart_1.asp
for the ASCII map.
4) \b is handled differently in depending upon the context in which it
is used in a Regex. Included a mini test case to exercise the same.
+
+------- Additional Comments From kjambunathan@novell.com 2004-06-08 13:45 -------
+I have committed the above patches to CVS. Since we may have to take
+up the issue with MS as a Bug a in their implementation, I am
+temporarily moving the bug state to WONTFIX.