1# Dummy test country to check that we fall back to the defaults
2---
3description: generic format
4components:
5    city: City
6    country: Null Island
7    country_code: XX
8    county: County
9    house_number: 123
10    postcode: PCPCPC
11    road: Main Street
12    state: State
13    suburb: The Hood
14expected:  |
15    Main Street 123
16    PCPCPC City
17    Null Island
18---
19description: generic fallback
20components:
21    city: City
22    country: Null Island
23    country_code: XX
24    state: State
25expected:  |
26    City
27    State
28    Null Island
29