[Mono-bugs] [Bug 71077][Min] Changed - The result of regular expression [\s\S] is different from MS.NET.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 7 Jan 2005 04:14:47 -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 mei@work.email.ne.jp.
http://bugzilla.ximian.com/show_bug.cgi?id=71077
--- shadow/71077 2005-01-07 04:00:54.000000000 -0500
+++ shadow/71077.tmp.3678 2005-01-07 04:14:47.000000000 -0500
@@ -56,6 +56,11 @@
------- Additional Comments From mei@work.email.ne.jp 2005-01-07 04:00 -------
It seems to have to distinguish regular expression "." and [\s\S].
"." is Category.Any
"[\s\S]" is Category.AnySingleLine ?
+
+------- Additional Comments From mei@work.email.ne.jp 2005-01-07 04:14 -------
+Created an attachment (id=13672)
+proposed patch for syntax.cs
+