Skip to content

Commit

Permalink
Closes #641
Browse files Browse the repository at this point in the history
Update Singapore numbers
  • Loading branch information
TrevorPilley committed Apr 17, 2024
1 parent 00c0cf8 commit be046bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PhoneNumbers/DataFiles/SG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ N|||18000000000-18009999999|F
N|||19000000000-19009999999|R
N|||30000000-39999999,60000000-69999999|
N|||8000000000-8009999999|F
M|||81000000-89999999,90000000-98999999|
M|||80000000-89999999,90000000-98999999|
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class DefaultPhoneNumberParserTests_SG_MobilePhoneNumber
private static readonly PhoneNumberParser s_parser = DefaultPhoneNumberParser.Create(CountryInfo.Singapore);

[Theory]
[InlineData("81000000", "81000000")]
[InlineData("80000000", "80000000")]
[InlineData("89999999", "89999999")]
[InlineData("90000000", "90000000")]
[InlineData("98999999", "98999999")]
Expand Down

0 comments on commit be046bd

Please sign in to comment.