fixed punctuation in exception

This commit is contained in:
Nils Andresen
2022-08-02 23:26:17 +02:00
committed by Patrik Svensson
parent 0d72b94f9c
commit 638149f44b
2 changed files with 3 additions and 3 deletions

View File

@ -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]