mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-01 18:38:16 +08:00
fixed line-endings
This commit is contained in:

committed by
Patrik Svensson

parent
989c0b9904
commit
44300c871f
@ -1,20 +1,20 @@
|
||||
namespace Spectre.Console.Tests.Unit;
|
||||
|
||||
public sealed class StyleTests
|
||||
{
|
||||
{
|
||||
[Fact]
|
||||
public void Should_Convert_From_Color_As_Expected()
|
||||
{
|
||||
// Given
|
||||
Style style;
|
||||
|
||||
// When
|
||||
style = Color.Red;
|
||||
|
||||
// Then
|
||||
style.Foreground.ShouldBe(Color.Red);
|
||||
}
|
||||
|
||||
{
|
||||
// Given
|
||||
Style style;
|
||||
|
||||
// When
|
||||
style = Color.Red;
|
||||
|
||||
// Then
|
||||
style.Foreground.ShouldBe(Color.Red);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void Should_Combine_Two_Styles_As_Expected()
|
||||
{
|
||||
|
Reference in New Issue
Block a user