[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:00:54 -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 02:16:21.000000000 -0500
+++ shadow/71077.tmp.3173	2005-01-07 04:00:54.000000000 -0500
@@ -49,6 +49,13 @@
 
 fix:
 case Category.Any:
     return true;
 
 see Bug #69269 too.
+
+------- 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 ?
+