[Mono-list] Format buglette

Colin JN Breame colin at breame.net
Mon May 29 06:21:09 EDT 2006


public class test_t {
        public static void Main() {
                string.Format("{");
        }
}

gives a IndexOutOfRangeException when it should give FormatException.  It only 
happens when the { is the last character.

 -- Colin


More information about the Mono-list mailing list