diff options
author | Sullivan Beck <sbeck@cpan.org> | 2013-02-28 19:06:05 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-28 19:06:05 +0000 |
commit | 2c4c45fc46d5cee014cf2ffaf632919f9a294a6a (patch) | |
tree | 12ac89edbd9e199bde25aeeb3a49a4e7def529eb /cpan/Locale-Codes/t/country2code.t | |
parent | 9d2e012d64183eec43221c4a05bdb99934199ec1 (diff) | |
download | perl-2c4c45fc46d5cee014cf2ffaf632919f9a294a6a.tar.gz |
[PATCH] Bump Locale-Codes from 3.24 to 3.25
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'cpan/Locale-Codes/t/country2code.t')
-rw-r--r-- | cpan/Locale-Codes/t/country2code.t | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/cpan/Locale-Codes/t/country2code.t b/cpan/Locale-Codes/t/country2code.t index d23ceb8b56..6f70ff38eb 100644 --- a/cpan/Locale-Codes/t/country2code.t +++ b/cpan/Locale-Codes/t/country2code.t @@ -21,6 +21,8 @@ use Locale::Codes::Country; %type = ( "LOCALE_CODE_ALPHA_2" => LOCALE_CODE_ALPHA_2, "LOCALE_CODE_ALPHA_3" => LOCALE_CODE_ALPHA_3, "LOCALE_CODE_NUMERIC" => LOCALE_CODE_NUMERIC, + "LOCALE_CODE_FIPS" => LOCALE_CODE_FIPS, + "LOCALE_CODE_DOM" => LOCALE_CODE_DOM, ); sub test { @@ -169,6 +171,38 @@ LOCALE_CODE_NUMERIC ~ 180 +Syria + ~ + sy + +# Last codes in each set (we'll assume that if we got these, there's a good +# possiblity that we got all the others). + +Zimbabwe +LOCALE_CODE_ALPHA_2 + ~ + zw + +Zimbabwe +LOCALE_CODE_ALPHA_3 + ~ + zwe + +Zimbabwe +LOCALE_CODE_NUMERIC + ~ + 716 + +Zimbabwe +LOCALE_CODE_FIPS + ~ + ZI + +Zimbabwe +LOCALE_CODE_DOM + ~ + zw + "; print "country2code...\n"; |