Skip to content

Commit

Permalink
Update PolyfillTests_String.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 29, 2025
1 parent 1ceea28 commit 916dd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tests/PolyfillTests_String.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public void EndsWith()
}

[Test]
[Platform("Win")]
public void ReplaceLineEndings()
{
Assert.AreEqual("a\r\nb\r\nc\r\nd", "a\rb\nc\r\nd".ReplaceLineEndings());
Expand Down

0 comments on commit 916dd42

Please sign in to comment.