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


           Summary: Console.Write ignores tabs if a Foreground color is
                    set
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


Test case:

using System;

class foo {

        public static void Main (string [] args)
        {
                Console.ForegroundColor = ConsoleColor.Red;
                Console.WriteLine ("\t\thello \tworld\n\nTest");
        }
}
----

Expected:
                hello        world

Test
----

Actual:
hello world

Test
----

This works fine on .net .

-- 
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