[Mono-bugs] [Bug 76345][Min] Changed - Regex doesn't seem to handle
negated character class after a repeat
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Apr 7 08:19:00 EDT 2006
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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76345
--- shadow/76345 2006-04-07 07:28:21.000000000 -0400
+++ shadow/76345.tmp.17612 2006-04-07 08:19:00.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 76345
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: System
AssignedTo: rharinath at novell.com
ReportedBy: ckknight at gmail.com
QAContact: mono-bugs at ximian.com
@@ -71,6 +71,10 @@
Regex("'.*[^,]'").Match("'asdf'").Success);
Console.WriteLine (new
Regex("'.*[^,]'").Match("'as,'df'").Success);
}
}
+
+------- Additional Comments From rharinath at novell.com 2006-04-07 08:18 -------
+Should be fixed in SVN r59174.
+
More information about the mono-bugs
mailing list