mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
test for cell-per-line format
This commit is contained in:
@@ -54,4 +54,6 @@ def test_generate_phrases(sp_wiki_loader):
|
||||
('Water near', 'amenity', 'drinking_water', 'near'),
|
||||
('Embassy', 'amenity', 'embassy', '-'),
|
||||
('Embassys', 'amenity', 'embassy', '-'),
|
||||
('Embassies', 'amenity', 'embassy', '-')}
|
||||
('Embassies', 'amenity', 'embassy', '-'),
|
||||
# test for one-cell-per-line format
|
||||
('Coworkings near', 'amenity', 'coworking_space', 'near')}
|
||||
|
||||
Reference in New Issue
Block a user