Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley committed Apr 15, 2024
1 parent 30f5784 commit ad51ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PhoneNumbers/DataFiles/BA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ M|60,64,67||0000000-9999999|
M|61-63,65-66||000000-999999|
N|70||000000-099999|V
N|800||00000-99999|F
N|8010||00000-99999|
N|8010||0000-9999|
N|810-818||000000-999999|S
N|819||00000-99999|
N|82||000000-999999|S
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public class DefaultPhoneNumberParserTests_BA_NonGeographicPhoneNumber
private static readonly PhoneNumberParser s_parser = DefaultPhoneNumberParser.Create(CountryInfo.BosniaAndHerzegovina);

[Theory]
[InlineData("0801000000", "8010", "00000")]
[InlineData("0801099999", "8010", "99999")]
[InlineData("080100000", "8010", "0000")]
[InlineData("080109999", "8010", "9999")]
[InlineData("081900000", "819", "00000")]
[InlineData("081999999", "819", "99999")]
[InlineData("0830000", "83", "0000")]
Expand Down

0 comments on commit ad51ed8

Please sign in to comment.