From cbd25b7b892a9b8857c77c15267e213c0b8209d9 Mon Sep 17 00:00:00 2001 From: Ed Freyfogle Date: Wed, 6 Sep 2023 16:29:50 +0200 Subject: [PATCH] additonal test for Australia (au) --- testcases/countries/au.yaml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/testcases/countries/au.yaml b/testcases/countries/au.yaml index 7dc55af..1b20509 100644 --- a/testcases/countries/au.yaml +++ b/testcases/countries/au.yaml @@ -76,6 +76,17 @@ expected: | Fifth Street Ashbury NSW 2193 Australia - - - +# +# town and postcode, no street +# +--- +description: postcode and town +components: + city: LASCELLES + country: Australia + country_code: au + postcode: 3487 + state: VICTORIA +expected: | + LASCELLES VIC 3487 + Australia