mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 02:25:28 +08:00 
			
		
		
		
	fixed punctuation in exception
This commit is contained in:
		
				
					committed by
					
						
						Patrik Svensson
					
				
			
			
				
	
			
			
			
						parent
						
							0d72b94f9c
						
					
				
				
					commit
					638149f44b
				
			@@ -107,7 +107,7 @@ public sealed class MarkupTests
 | 
			
		||||
        // Then
 | 
			
		||||
        result.ShouldNotBeNull();
 | 
			
		||||
        result.ShouldBeOfType<InvalidOperationException>();
 | 
			
		||||
        result.Message.ShouldBe("Encountered unescaped ']' token at position 16");
 | 
			
		||||
        result.Message.ShouldBe("Encountered unescaped ']' token at position 16.");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    [Fact]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user