Skip to content

Commit

Permalink
Update PhoneNumber_ToString_Europe_Tests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley authored Nov 8, 2024
1 parent e551c05 commit 47b3fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/PhoneNumbers.Tests/PhoneNumber_ToString_Europe_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public void Spain_Numbers(string input, string format, string expected) =>
[Theory]
[InlineData("+46201234", "E.123", "+46 20 1234")]
[InlineData("+462012345", "E.123", "+46 20 123 45")]
[InlineData("+4620123456", "E.123", "+46 20 123 456")]
[InlineData("+4620123456", "E.123", "+46 20 12 34 56")]
[InlineData("+468678550", "E.123", "+46 8 67 85 50")]
[InlineData("+4686785500", "E.123", "+46 8 678 55 00")]
[InlineData("+46867855001", "E.123", "+46 8 678 550 01")]
Expand All @@ -416,7 +416,7 @@ public void Spain_Numbers(string input, string format, string expected) =>
[InlineData("+46640678550", "E.123", "+46 640 67 85 50")]
[InlineData("+46201234", "N", "020 1234")]
[InlineData("+462012345", "N", "020 123 45")]
[InlineData("+4620123456", "N", "020 123 456")]
[InlineData("+4620123456", "N", "020 12 34 56")]
[InlineData("+468678550", "N", "(08) 67 85 50")]
[InlineData("+4686785500", "N", "(08) 678 55 00")]
[InlineData("+46867855001", "N", "(08) 678 550 01")]
Expand All @@ -428,7 +428,7 @@ public void Spain_Numbers(string input, string format, string expected) =>
[InlineData("+46640678550", "N", "(0640) 67 85 50")]
[InlineData("+46201234", "RFC3966", "tel:+46-20-1234")]
[InlineData("+462012345", "RFC3966", "tel:+46-20-123-45")]
[InlineData("+4620123456", "RFC3966", "tel:+46-20-123-456")]
[InlineData("+4620123456", "RFC3966", "tel:+46-20-12-34-56")]
[InlineData("+468678550", "RFC3966", "tel:+46-8-67-85-50")]
[InlineData("+4686785500", "RFC3966", "tel:+46-8-678-55-00")]
[InlineData("+46867855001", "RFC3966", "tel:+46-8-678-550-01")]
Expand Down

0 comments on commit 47b3fa8

Please sign in to comment.