mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 02:25:28 +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()
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
namespace Spectre.Console.Tests;
 | 
			
		||||
namespace Spectre.Console.Tests;
 | 
			
		||||
 | 
			
		||||
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
 | 
			
		||||
public sealed class GitHubIssueAttribute : Attribute
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user