[Mono-bugs] [Bug 546003] New: Console.Write ignores tabs if a Foreground color is set
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Oct 10 20:05:19 EDT 2009
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: mono-bugs at lists.ximian.com
ReportedBy: jankit at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list