mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 08:47:59 +01:00
Fix unit test
This commit is contained in:
@@ -3080,8 +3080,8 @@ public class TextFormatterTests (ITestOutputHelper output) : FakeDriverBase
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[InlineData (14, 1, TextDirection.LeftRight_TopBottom, "Les Misę́rables")]
|
||||
[InlineData (1, 14, TextDirection.TopBottom_LeftRight, "L\ne\ns\n \nM\ni\ns\nę́\nr\na\nb\nl\ne\ns")]
|
||||
[InlineData (14, 1, TextDirection.LeftRight_TopBottom, "Les Misę́rables")]
|
||||
[InlineData (1, 14, TextDirection.TopBottom_LeftRight, "L\ne\ns\n \nM\ni\ns\nę́\nr\na\nb\nl\ne\ns")]
|
||||
[InlineData (
|
||||
4,
|
||||
4,
|
||||
@@ -3090,7 +3090,7 @@ public class TextFormatterTests (ITestOutputHelper output) : FakeDriverBase
|
||||
LMre
|
||||
eias
|
||||
ssb
|
||||
ę́l "
|
||||
ę́l "
|
||||
)]
|
||||
public void Draw_With_Combining_Runes (int width, int height, TextDirection textDirection, string expected)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user