Opened 12 years ago

Last modified 12 years ago

#9570 closed defect

{0.tag} not working anymore — at Initial Version

Reported by: naoliv Owned by: team
Priority: normal Milestone: 14.01
Component: Core validator Version:
Keywords: Cc:

Description

I don't know if it related with r6675 or r6677, but using {0.tag} doesn't seem to be working anymore.
Using the "element of" example and changing it to use {0.tag}:

node[amenity=parking] ∈ *[amenity=parking] {
          throwWarning: tr("{0} inside {1}", "{0.tag}", "amenity=parking");
}

I get this:

{0.tag} inside amenity=parking (1)

Change History (0)

Note: See TracTickets for help on using tickets.