Skip to content

Commit

Permalink
Test and solution for issue #110
Browse files Browse the repository at this point in the history
Within a `{{first}}` block can only have components
  • Loading branch information
freyfogle committed Jul 18, 2024
1 parent 5aaee31 commit 8aa5f3b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/countries/worldwide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ PH:
address_template: |
{{{attention}}}
{{{house}}}
{{{house_number}}} {{{road}}}, {{#first}} {{{suburb}}}, || {{{city_district}}}, || {{{neighbourhood}}}, {{/first}} {{#first}} {{{city}}} || {{{town}}} || {{{village}}} || {{{hamlet}}} || {{{suburb}}} || {{{state_district}}} {{/first}}
{{{house_number}}} {{{road}}}, {{#first}}{{{suburb}}} || {{{city_district}}} || {{{neighbourhood}}}{{/first}}, {{#first}} {{{city}}} || {{{town}}} || {{{village}}} || {{{hamlet}}} || {{{suburb}}} || {{{state_district}}} {{/first}}
{{{postcode}}} {{#first}} {{{municipality}}} {{{region}}} {{{state}}} {{/first}}
{{{country}}}
Expand Down
18 changes: 18 additions & 0 deletions testcases/countries/ph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,21 @@ expected: |
1550 Metro Manila
Philippines
---
description: address - city_district instead of suburb
components:
house_number: 121
road: Epifanio Delos Santos Ave.
city: Mandaluyong
postcode: 1550
city_district: Wack-wack Greenhills
county: Fifth District
country: Philippines
country_code: PH
attention: Mr. Juan Maliksi
state: Metro Manila
expected: |
Mr. Juan Maliksi
121 Epifanio Delos Santos Ave., Wack-wack Greenhills, Mandaluyong
1550 Metro Manila
Philippines

0 comments on commit 8aa5f3b

Please sign in to comment.