Skip to content

Commit

Permalink
Add © to remains HTML encoding test case
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnormark committed Apr 24, 2023
1 parent 690e343 commit 1f19019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PreMailer.Net/PreMailer.Net.Tests/PreMailerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ public void MoveCSSInline_AcceptsStream()
[Fact]
public void MoveCssInline_GivenHtmlEncodedCharacters_RemainsEncoded()
{
string htmlEncoded = "<&> ";
string htmlEncoded = "<&> ©";
string input = $"<html><head></head><body><div>{htmlEncoded}</div></body></html>";
var premailedOutput = PreMailer.MoveCssInline(input);

Expand Down

0 comments on commit 1f19019

Please sign in to comment.