Skip to content

Commit

Permalink
tweaking DE formatting, tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freyfogle committed Mar 15, 2024
1 parent ba59eac commit ea5221d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/countries/worldwide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ DE:
{{{attention}}}
{{{house}}}
{{#first}} {{{road}}} || {{{place}}} || {{{hamlet}}} {{/first}} {{{house_number}}}
{{{postcode}}} {{{village}}} {{#first}} {{{postal_city}}} || {{{town}}} || {{{city}}} || {{{municipality}}} || {{{hamlet}}} || {{{county}}} || {{{state}}} {{/first}}
{{{postcode}}} {{#first}} {{{village}}} {{{postal_city}}} || {{{town}}} || {{{city}}} || {{{municipality}}} || {{{hamlet}}} || {{{county}}} || {{{state}}} {{/first}}
{{{archipelago}}}
{{{country}}}
fallback_template: |
Expand Down
6 changes: 3 additions & 3 deletions testcases/countries/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ components:
continent: Europa
country: Germany
country_code: de
county: Südeichsfeld
county: Unstrut-Hainich-Kreis
postcode: 99988
state: Thüringen
village: Heyerode
expected: |
99988 Heyerode Südeichsfeld
99988 Heyerode
Germany
---
description: Berlin state
Expand Down Expand Up @@ -290,5 +290,5 @@ components:
town: Dippoldiswalde
village: Oberhäslich
expected: |
01744 Oberhäslich Dippoldiswalde
01744 Oberhäslich
Germany

0 comments on commit ea5221d

Please sign in to comment.