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 51b6210 commit 0839e1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/PhoneNumbers.Tests/PhoneNumber_ToString_Europe_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ public void Spain_Numbers(string input, string format, string expected) =>
[InlineData("+46906785500", "E.123", "+46 90 678 55 00")]
[InlineData("+4664067855", "E.123", "+46 640 678 55")]
[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("+468678550", "N", "(08) 67 85 50")]
[InlineData("+4686785500", "N", "(08) 678 55 00")]
[InlineData("+46867855001", "N", "(08) 678 550 01")]
Expand Down

0 comments on commit 0839e1f

Please sign in to comment.