X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/9848381a04dec3186f8bb20ed1d41f687fe2029e..2a717da8508ed697bfe6f5eded4e397054570a7a:/test/bdd/db/query/normalization.feature diff --git a/test/bdd/db/query/normalization.feature b/test/bdd/db/query/normalization.feature index 1ef1fcbe..32052647 100644 --- a/test/bdd/db/query/normalization.feature +++ b/test/bdd/db/query/normalization.feature @@ -136,3 +136,13 @@ Feature: Import and search of names Then results contain | ID | osm_type | osm_id | | 0 | R | 1 | + + Scenario: Unprintable characters in postcodes are ignored + Given the named places + | osm | class | type | address | + | N234 | amenity | prison | 'postcode' : u'1234\u200e' | + When importing + And searching for "1234" + Then results contain + | ID | osm_type | + | 0 | P |