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.
27 lines
611 B
27 lines
611 B
{ |
|
"name": "search_spelling_mistakes", |
|
"priorityThresh": 1, |
|
"tests": [ |
|
{ |
|
"id": 1, |
|
"status": "fail", |
|
"notes": [ |
|
"this was wishful thinking, at one point this test passed but it", |
|
"wasn't due to any specific spelling correction algorithm" |
|
], |
|
"user": "missinglink", |
|
"in": { |
|
"text": "neu yorp" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ "name": "New York" }, |
|
{ "name": "New York" }, |
|
{ "name": "New York" }, |
|
{ "name": "New York" }, |
|
{ "name": "New York" } |
|
] |
|
} |
|
} |
|
] |
|
}
|
|
|