﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
15439	Suspected Validator bugs & cleanup	nyurik	team	"These were found as I was porting validator ""auto-fixes"" to the new tool -
https://wiki.openstreetmap.org/wiki/Quick_fixes#JOSM_autofixes , mostly for demo & discussion purposes.  Some might actually be ok, but documenting here to be safe.

* [https://josm.openstreetmap.de/browser/josm/trunk/data/validator/highway.mapcss?rev=13002#L88 /footway:/] should be 
{{{
/^footway:/
}}}
* [https://josm.openstreetmap.de/browser/josm/trunk/data/validator/highway.mapcss?rev=13002#L132 /^(...)/] instead of 
{{{
/^(...)$/
}}}

* [https://josm.openstreetmap.de/browser/josm/trunk/data/validator/numeric.mapcss?rev=13002#L9 /\+.*/]  -> 
{{{
/^\+\d/
}}}

* [https://josm.openstreetmap.de/browser/josm/trunk/data/validator/unnecessary.mapcss?rev=13002#L2 /.../] -> 
{{{
/^(...)$/
}}}


* Several tests use [""aaa""=*""bbb""] syntax, but the =* is not documented in MapCSS or in [https://josm.openstreetmap.de/wiki/Help/Styles/MapCSSImplementation MapCSSImplementation]"	enhancement	closed	normal	17.10	Core validator		fixed		
