Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeih committed Sep 6, 2021
1 parent 09e79cc commit 806a123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Microsoft.Docs.MarkdigExtensions.Tests/NolocTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void NolocTest_Invalid()
TestUtility.VerifyMarkup(
@":::no-loc text=""I am crossing\
a line"":::",
@"<p>:::no-loc text=&quot;I am crossing\a line&quot;:::</p>");
@"<p>:::no-loc text=&quot;I am crossing<br />a line&quot;:::</p>");

// Spaces not exactly match
TestUtility.VerifyMarkup(
Expand Down

0 comments on commit 806a123

Please sign in to comment.