Skip to content

Commit

Permalink
postcode with leading 0 needs to be quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
freyfogle committed Feb 18, 2024
1 parent 4b12787 commit 332e9b9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions testcases/countries/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ components:
expected: |
Berlin
Germany
---
description: Moabit!
components:
Expand All @@ -22,7 +21,6 @@ expected: |
Moabit
Berlin
Germany
---
description: Alt-berlin
components:
Expand Down Expand Up @@ -57,7 +55,6 @@ expected: |
Gontardstraße 7
10178 Berlin
Germany
---
description: Köln, NRW
components:
Expand All @@ -70,7 +67,6 @@ expected: |
Cologne
North Rhine-Westphalia
Germany
---
description: Köln, hamlet
components:
Expand All @@ -84,7 +80,6 @@ expected: |
Köln
Bavaria
Germany
---
description: Bonn formatting
components:
Expand All @@ -94,7 +89,6 @@ components:
expected: |
Bonn
Germany
---
description: Fabisch
components:
Expand All @@ -114,7 +108,6 @@ expected: |
Rosenthaler Straße 1
10119 Berlin
Germany
---
description: Fabisch no city
components:
Expand All @@ -133,7 +126,6 @@ expected: |
Rosenthaler Straße 1
10119 Berlin
Germany
---
description: Heyerode
components:
Expand All @@ -148,7 +140,6 @@ components:
expected: |
99988 Heyerode Südeichsfeld
Germany
---
description: Berlin state
components:
Expand All @@ -158,7 +149,6 @@ components:
expected: |
Berlin
Germany
---
description: no middle comma
components:
Expand Down Expand Up @@ -294,7 +284,7 @@ components:
country: Germany
country_code: de
county: Sächsische Schweiz-Osterzgebirge
postcode: 01744
postcode: "01744"
state: Saxony
state_code: SN
town: Dippoldiswalde
Expand Down

0 comments on commit 332e9b9

Please sign in to comment.