mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Merge branch 'v2_develop' into v2_3499-Finish-DimAuto
This commit is contained in:
@@ -6,7 +6,7 @@ public class TabTests
|
||||
public void Constructor_Defaults ()
|
||||
{
|
||||
var tab = new Tab ();
|
||||
Assert.Equal ("Unamed", tab.DisplayText);
|
||||
Assert.Equal ("Unnamed", tab.DisplayText);
|
||||
Assert.Null (tab.View);
|
||||
Assert.Equal (LineStyle.Rounded, tab.BorderStyle);
|
||||
Assert.True (tab.CanFocus);
|
||||
|
||||
Reference in New Issue
Block a user