Skip to content

Commit

Permalink
test: add test for pelias/pelias#860
Browse files Browse the repository at this point in the history
  • Loading branch information
Joxit committed Apr 30, 2020
1 parent 8a2309b commit e7ce1fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/address.aus.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ const testcase = (test, common) => {
{ street: 'Illawarra Road' }, { locality: 'Marrickville' },
{ region: 'NSW' }, { postcode: '2204' }
])

assert('Lot 2, Burrows Avenue, EDMONDSON PARK, NSW, Australia', [
{ unit_type: 'Lot' }, { unit: '2' },
{ street: 'Burrows Avenue' }, { locality: 'EDMONDSON PARK' },
{ region: 'NSW' }, { country: 'Australia' }
])
}

module.exports.all = (tape, common) => {
Expand Down

0 comments on commit e7ce1fb

Please sign in to comment.