﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9782	Display key name when using regex	naoliv	team	"When using something like this (to catch objects that have `*_name` but not a `name`):

{{{
#!rule
*[/.+_name/][!name] {
        throwWarning: tr(""has {0} but not {1}"", ""{0.key}"", ""{1.key}"");
}
}}}

I only see `has .+name= but not name` as the output.
Changing `{0.key}` to `{0.tag}` has the same effect.

Am I missing something or JOSM doesn't support this?"	defect	closed	normal	15.04	Core validator		fixed	mapcss	lists@…
