mirror of https://github.com/pelias/docker.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
982 B
45 lines
982 B
{ |
|
"name": "search", |
|
"priorityThresh": 5, |
|
"tests": [ |
|
{ |
|
"id": 1, |
|
"status": "fail", |
|
"issue": "https://github.com/pelias/pelias/issues/737", |
|
"user": "julian", |
|
"in": { |
|
"text": "412 Saint Patrick St, donaldsonville, la" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"layer": "address", |
|
"housenumber": "412", |
|
"street": "St Patrick St", |
|
"locality": "Donaldsonville", |
|
"region": "Louisiana" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": 2, |
|
"status": "pass", |
|
"user": "julian", |
|
"in": { |
|
"text": "412 St Patrick St, donaldsonville, la" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"layer": "address", |
|
"housenumber": "412", |
|
"street": "St Patrick St", |
|
"locality": "Donaldsonville", |
|
"region": "Louisiana" |
|
} |
|
] |
|
} |
|
} |
|
] |
|
}
|
|
|