[Mono-devel-list] REGRESSION: StringBuilder

Jaroslaw Kowalski jaak at zd.com.pl
Tue Jan 13 06:32:48 EST 2004


Looks like there's been a regression introduced in mono yesterday.

This snippet:

        StringBuilder sb = new StringBuilder();

        sb.Append("testtesttest");
        sb.Insert(0, '^');
        Console.WriteLine("sb: {0}", sb);

produces:

        sb: ^teetteetteet

It obviously should be:
    
        sb: ^testtesttest

This is kind of critical since NAnt no longer runs on mono/Linux.

Jarek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040113/8689e604/attachment.html 


More information about the Mono-devel-list mailing list