Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYossu committed Mar 25, 2024
2 parents 25323df + 2f67cdf commit 049305d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Pixata.Extensions.Tests/StringExtensionMethods_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ public enum Animals {

// Note that I made up these names for testing purposes. Any resemblance to any genuine names, living or dead is purely co-incidental!
[DataRow("", "")]
[DataRow("Jim", "jim")]
[DataRow("Jòhn", "john")]
[DataRow("Jôhn", "john")]
[DataRow("Jðhn", "john")]
[DataRow("Jàne", "jane")]
[DataRow("Jâne", "jane")]
[DataRow("Jåne", "jane")]
[DataRow("Jim", "Jim")]
[DataRow("Jòhn", "John")]
[DataRow("Jôhn", "John")]
[DataRow("Jðhn", "John")]
[DataRow("Jàne", "Jane")]
[DataRow("Jâne", "Jane")]
[DataRow("Jåne", "Jane")]
[DataRow("", "")]
[DataTestMethod]
public void StringExtensionMethods_RemoveDiacritics(string value, string expected) =>
Expand Down

0 comments on commit 049305d

Please sign in to comment.