update osm2pgsql (import special tags)

This commit is contained in:
Sarah Hoffmann
2019-06-09 13:58:05 +02:00
parent a09f2a6987
commit 3bc4b4bf9f
2 changed files with 4 additions and 4 deletions

View File

@@ -96,9 +96,9 @@ Feature: Tag evaluation
Then place contains
| object | name |
| N1 | 'name: de' : 'Foo', 'name' : 'real1' |
| N2 | 'name: de' : 'Foo', 'name' : 'real2' |
| N3 | 'name: de' : 'Foo', 'name:\\\\' : 'real3' |
| N4 | 'name: de' : 'Foo', 'name' : 'rea\\l3' |
| N2 | 'name:\nde' : 'Foo', 'name' : 'real2' |
| N3 | 'name:\tde' : 'Foo', 'name:\\\\' : 'real3' |
| N4 | 'name:\tde' : 'Foo', 'name' : 'rea\\l3' |
Scenario: Unprintable character in address tag are maintained
When loading osm data