Skip to content

Commit

Permalink
Revert "Revert "this no longer exists in libphonenumber so there's no…
Browse files Browse the repository at this point in the history
… longer any need to skip it""

This reverts commit 035efca.

Looks like it's finally gone
  • Loading branch information
DrHyde committed Feb 2, 2018
1 parent 6162f6b commit 6ad576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tests.pl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
NUMBER: foreach my $example_number (@example_numbers) {
my $number = $example_number->string_value();
my $type = ($example_number->find('..')->get_nodelist())[0]->getName();
if($type =~ /^(voicemail|noInternationalDialling|areaCodeOptional)$/) {
if($type =~ /^(voicemail|noInternationalDialling)$/) {
# warn("skipping type $type for $ISO_country_code (+$IDD_country_code)\n");
next NUMBER
}
Expand Down

0 comments on commit 6ad576c

Please sign in to comment.