Changeset 8192 in josm for trunk/data


Ignore:
Timestamp:
2015-04-14T22:36:41+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11330 - add validator warning for short keys with only one or two characters (code by simon04)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/deprecated.mapcss

    r8185 r8192  
    442442  throwWarning: tr("key with uncommon character");
    443443}
     444
     445/* see #11330 */
     446*[/^.$/],
     447*[/^..$/][!to] {
     448  throwWarning: tr("uncommon short key");
     449}
Note: See TracChangeset for help on using the changeset viewer.