Rev 2906 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#
# Test setting the tag that was just matched.
# Mixed in with a continue action.
#
WAY
highway=primary
<<<lines>>>
highway = primary {set highway=secondary; }
highway = secondary {set highway=tertiary; } [0x2 continue with_actions]
highway = tertiary {set highway=footway; }
highway=primary [0x1]
highway=footway [0x7]
<<<results>>>
WAY 1: Line 0x2, labels=[null, null, null, null], res=24-24 (1/1),(2/2),
WAY 1: Line 0x7, labels=[null, null, null, null], res=24-24 (1/1),(2/2),