Opened 12 years ago

Last modified 12 years ago

#9570 closed defect

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

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

Description (last modified by Don-vip)

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 (1)

comment:1 by Don-vip, 12 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.