From: Sarah Hoffmann Date: Sat, 17 Dec 2016 17:33:15 +0000 (+0100) Subject: update osm2pgsql (quoting fix) X-Git-Tag: v3.0.0~87 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/3ff8bb55a72e958b141e1967c426e127595beeb8 update osm2pgsql (quoting fix) --- diff --git a/osm2pgsql b/osm2pgsql index 06a37319..45b5ce62 160000 --- a/osm2pgsql +++ b/osm2pgsql @@ -1 +1 @@ -Subproject commit 06a37319125079250cb0406ae0f8018f35301ccc +Subproject commit 45b5ce62f0b31bd4e8ffcb854e7cd0bba88f3496 diff --git a/tests/features/osm2pgsql/import/tags.feature b/tests/features/osm2pgsql/import/tags.feature index 149c4813..3e3d853b 100644 --- a/tests/features/osm2pgsql/import/tags.feature +++ b/tests/features/osm2pgsql/import/tags.feature @@ -92,7 +92,7 @@ Feature: Tag evaluation | 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: