]> git.openstreetmap.org Git - nominatim.git/commitdiff
update osm2pgsql (quoting fix)
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 17 Dec 2016 17:33:15 +0000 (18:33 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 17 Dec 2016 17:33:15 +0000 (18:33 +0100)
osm2pgsql
tests/features/osm2pgsql/import/tags.feature

index 06a37319125079250cb0406ae0f8018f35301ccc..45b5ce62f0b31bd4e8ffcb854e7cd0bba88f3496 160000 (submodule)
--- a/osm2pgsql
+++ b/osm2pgsql
@@ -1 +1 @@
-Subproject commit 06a37319125079250cb0406ae0f8018f35301ccc
+Subproject commit 45b5ce62f0b31bd4e8ffcb854e7cd0bba88f3496
index 149c48138f9e693703c04d2fa1a4dc6affc187b0..3e3d853bf36c05c945ca3d6dceda86a013527f6e 100644 (file)
@@ -92,7 +92,7 @@ Feature: Tag evaluation
          | object | name
          | N1     | 'name: de' : 'Foo', 'name' : 'real1'
          | N2     | 'name: de' : 'Foo', 'name' : 'real2'
          | object | name
          | N1     | 'name: de' : 'Foo', 'name' : 'real1'
          | N2     | 'name: de' : 'Foo', 'name' : 'real2'
-         | N3     | 'name: de' : 'Foo', 'name:\\\\' : 'real3'
+         | N3     | 'name: de' : 'Foo', 'name:\\' : 'real3'
 
     Scenario Outline: Included places
         Given the osm nodes:
 
     Scenario Outline: Included places
         Given the osm nodes: