mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Ready for review.
- All unit tests pass - Basic usage verified.
This commit is contained in:
@@ -491,11 +491,9 @@ public class CheckBoxTests
|
||||
|
||||
Assert.Equal (TextAlignment.Justified, checkBox1.TextAlignment);
|
||||
Assert.Equal (new (1, 1, 25, 1), checkBox1.Frame);
|
||||
Assert.Equal (_size25x1, checkBox1.TextFormatter.Size);
|
||||
Assert.Equal (TextAlignment.Justified, checkBox2.TextAlignment);
|
||||
Assert.Equal (new (1, 2, 25, 1), checkBox2.Frame);
|
||||
Assert.Equal (_size25x1, checkBox2.TextFormatter.Size);
|
||||
|
||||
|
||||
var expected = @$"
|
||||
┌┤Test Demo 你├──────────────┐
|
||||
│ │
|
||||
|
||||
Reference in New Issue
Block a user