mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
more backslash tests
This commit is contained in:
@@ -87,12 +87,14 @@ Feature: Tag evaluation
|
|||||||
n1 Thighway=yes,name:%20%de=Foo,name=real1
|
n1 Thighway=yes,name:%20%de=Foo,name=real1
|
||||||
n2 Thighway=yes,name:%a%de=Foo,name=real2
|
n2 Thighway=yes,name:%a%de=Foo,name=real2
|
||||||
n3 Thighway=yes,name:%9%de=Foo,name:\\=real3
|
n3 Thighway=yes,name:%9%de=Foo,name:\\=real3
|
||||||
|
n4 Thighway=yes,name:%9%de=Foo,name:\=real3
|
||||||
"""
|
"""
|
||||||
Then place contains
|
Then place contains
|
||||||
| object | name |
|
| object | name |
|
||||||
| N1 | 'name: de' : 'Foo', 'name' : 'real1' |
|
| N1 | 'name: de' : 'Foo', 'name' : 'real1' |
|
||||||
| N2 | 'name: de' : 'Foo', 'name' : 'real2' |
|
| N2 | 'name: de' : 'Foo', 'name' : 'real2' |
|
||||||
| N3 | 'name: de' : 'Foo', 'name:\\\\' : 'real3' |
|
| N3 | 'name: de' : 'Foo', 'name:\\\\' : 'real3' |
|
||||||
|
| N4 | 'name: de' : 'Foo', 'name:\\' : 'real3' |
|
||||||
|
|
||||||
Scenario Outline: Included places
|
Scenario Outline: Included places
|
||||||
When loading osm data
|
When loading osm data
|
||||||
|
|||||||
Reference in New Issue
Block a user