Skip to content

Commit

Permalink
+ Assume Slovakia has a closed plan
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed May 1, 2011
1 parent e36a935 commit 6cb755b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/countries.rb
Expand Up @@ -231,9 +231,9 @@
country '389', fixed(2) >> split(3,2,2) # The Former Yugoslav Republic of Macedonia

country '420', fixed(3) >> split(3,3) # Czech Republic
country '421', match(/^(9\d\d).+$/) >> split(7) | # Slovak Republic
country '421', match(/^(9\d\d).+$/) >> split(6) | # Slovak Republic
one_of('2') >> split(8) | # Bratislava
fixed(2) >> split(8)
fixed(2) >> split(7)
country '422', fixed(2) >> split(3,2,2) # Spare code
country '423', none >> split(3,2,2) # Liechtenstein (Principality of)
country '424', fixed(2) >> split(3,2,2) # -
Expand Down

0 comments on commit 6cb755b

Please sign in to comment.