Skip to content

Commit

Permalink
Add test for multi-word input in non-default language
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Oct 8, 2020
1 parent 1cdcb10 commit 3634295
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test_cases/autocomplete_multi_lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,26 @@
}
]
}
},
{
"id": "8-1",
"status": "pass",
"user": "Joxit",
"issue": "https://github.com/pelias/api/issues/1296",
"in": {
"lang": "en",
"layers": "venue",
"text": "Edo Tokyo Museum"
},
"expected": {
"properties": [
{
"layer": "venue",
"country": "Japan",
"name": "Edo Tokyo Museum"
}
]
}
}
]
}

0 comments on commit 3634295

Please sign in to comment.