﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
19163	[Patch] unit test updates	skyper	team	"Please, find attached patch file: [attachment:josm_validator_numeric_unit_abb.patch josm_validator_numeric_unit_abb.patch]
which adds:
* adds test about long forms of common units and autofixes them to abbreviations: `m`, `ft` and `t`
* combines the test for separator and the general warning to one for each group instead of one for each tag
* adds `maxaxleload` and `maxlength` to the tests

I was wondering why the regex for `width` differs compared to the other tags but did not change it, so far:

{{{#!mapcss
*[width][width !~ /^(([0-9]+\.?[0-9]*( [a-z]+)?)|([0-9]+\'([0-9]+\.?[0-9]*\"")?))$/]
}}}

 instead of:

{{{#!mapcss
*[width][width !~ /^(([0-9]+\.?[0-9]*( (m|ft))?)|([0-9]+\'[0-9]+\.?[0-9]*\""))$/]
}}}


{{{
Relative:URL: ^/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2020-04-25 18:33:44 +0200 (Sat, 25 Apr 2020)
Revision:16382
Build-Date:2020-04-26 01:30:47
URL:https://josm.openstreetmap.de/svn/trunk
}}}
"	enhancement	new	normal		Core validator			template_report unit	
