Skip to content

Commit

Permalink
Add another alphanumeric housenumber test
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Jan 21, 2025
1 parent 6a36406 commit 5261256
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test_cases/search_alphanumeric_housenumber.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,24 @@
}
]
}
},
{
"id": 6,
"status": "pass",
"in": {
"text": "kinkerstraat 175F, amsterdam"
},
"description": "Dutch address in a building with housenumbers like 175A, 175B, 175C, etc. Without proper sorting the desired result can easily be drowned out",
"expected": {
"properties": [
{
"housenumber": "175F",
"street": "Kinkerstraat",
"locality": "Amsterdam",
"country_a": "NLD"
}
]
}
}
]
}

0 comments on commit 5261256

Please sign in to comment.