source: josm/trunk/data/validator/multiple.mapcss@ 7243

Last change on this file since 7243 was 6928, checked in by Don-vip, 10 years ago

fix #9757 - validator warning for wrong multiple values (patch by naoliv)

File size: 314 bytes
Line 
1/* see #9757 - Better handling of semicolon in values
2*/
3*["addr:street" =~ /.+;(.+)?/],
4*[highway =~ /.+;(.+)?/],
5*[lanes =~ /.+;(.+)?/],
6*[maxspeed =~ /.+;(.+)?/],
7*[name =~ /.+;(.+)?/],
8*[surface =~ /.+;(.+)?/],
9*[water =~ /.+;(.+)?/] {
10 throwWarning: tr("{0} with multiple values", "{0.key}");
11}
Note: See TracBrowser for help on using the repository browser.