diff --git a/test_cases/search_abbreviations.json b/test_cases/search_abbreviations.json index 0441c4f..b3c7d28 100644 --- a/test_cases/search_abbreviations.json +++ b/test_cases/search_abbreviations.json @@ -243,6 +243,25 @@ ] } }, + { + "id": 8.3, + "status": "fail", + "user": "julian", + "in": { + "text": "Mt Tabor Park, Portland, OR" + }, + "expected": { + "properties": [ + { + "name": "Mount Tabor Park", + "layer": "venue", + "locality": "Portland", + "region_a": "OR", + "country_a": "USA" + } + ] + } + }, { "id": 9, "status": "fail",