http://bugzilla.novell.com/show_bug.cgi?id=494940

http://bugzilla.novell.com/show_bug.cgi?id=494940#c1


Carlos Alberto Cortez <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Carlos Alberto Cortez <[email protected]> 
2010-01-29 23:44:08 UTC ---
For some reason I can't see your attachment, but the next case I'm getting
'false', just like expected:


using System;

public class Tester
{
        static void Main ()
        {
                string s = "hello";
                char c = (char)0xFFFC;
                Console.WriteLine (s.Contains (new String (c, 1)));
        }
}

This was with last mono 2.4/2.6/trunk, so it seems it was probably fixed
upstream. Is there a chance you could re-test it?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to