@joto commented on this pull request.


> +    Scenario: Define a locator without name is okay
+        Given the OSM data
+            """
+            """
+        And the lua style
+            """
+            local regions = osm2pgsql.define_locator({})
+            print('NAME[' .. regions:name() .. ']')
+            """
+        When running osm2pgsql flex
+        Then the standard output contains
+            """
+            NAME[]
+            """
+
+    Scenario: Define a locator without name is okay

Fixed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2333#discussion_r2115847523
You are receiving this because you are subscribed to this thread.

Message ID: <osm2pgsql-dev/osm2pgsql/pull/2333/review/[email protected]>
_______________________________________________
Tile-serving mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/tile-serving

Reply via email to