Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley committed Oct 23, 2024
1 parent 5c8d966 commit 6f55b04
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/LU.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - https://assets.ilr.lu/telecom/Documents/ILRLU-1461723625-905.pdf
N|||20000000-20999999,23000000-24999999,27000000-28999999|
# Although the published numbering plan states numbers starting 26 are exactly 8 digits, a number of official websites list numbers starting 26 which are 5, 6 or 7 digits in length.
N|||26000-26999,260000-269999,2600000-2699999,26000000-26000000|
N|||26000-26999,260000-269999,2600000-2699999,26000000-26999999|
N|||2200-2299,22000-22999,220000-229999,2200000-2299999,22000000-22999999,220000000-229999999,2200000000-2299999999,22000000000-22999999999|
N|||2500-2599,25000-25999,250000-259999,2500000-2599999,25000000-25999999,250000000-259999999,2500000000-2599999999,25000000000-25999999999|
N|||2900-2999,29000-29999,290000-299999,2900000-2999999,29000000-29999999,290000000-299999999,2900000000-2999999999,29000000000-29999999999|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public class DefaultPhoneNumberParserTests_LU_NonGeographicPhoneNumber
[InlineData("25000000", "25000000")]
[InlineData("25999999", "25999999")]
[InlineData("26000000", "26000000")]
[InlineData("26000000", "26000000")]
[InlineData("26999999", "26999999")]
[InlineData("27000000", "27000000")]
[InlineData("28999999", "28999999")]
[InlineData("29000000", "29000000")]
Expand Down

0 comments on commit 6f55b04

Please sign in to comment.