respect-validation/tests
Henrique Moody 5a067faec7
Update "PostalCode" list
Updated the whole list according to the last version found on
geonames.org.

The script that I executed to generate the list is:

curl -L http://download.geonames.org/export/dump/countryInfo.txt |
  sed 's,\t,\;,g' |
  sort -u |
  cut -d ';' -f 1,15 |
  sed -E "/^#/d; /^[A-Z]{2}\;$/d; s,([A-Z]{2})\;(.+),'\1' => '/\2/'\,,g"

After generating the list I few changes had to be made since some of the
postal codes in the list were manually updated because they were not
correct.

This change was made because James Macon reported that "110231" was
not recognized as a valid Colombian postal code.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-08-29 22:30:50 +02:00
..
fixtures Create "Image" rule 2015-12-14 10:14:26 -02:00
integration Fix wrong behavior when using templates 2018-07-02 07:57:21 +02:00
library/Rules Remove "malkusch/bav" as dependency 2018-01-02 21:45:22 +01:00
unit Update "PostalCode" list 2018-08-29 22:30:50 +02:00