Ignore:
Timestamp:
2016-02-19T18:48:45+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12494 - improve "questionable key (ending with a number)" warning

File:
1 edited

Legend:

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

    r9835 r9836  
    789789
    790790/* #12494 */
    791 *[/.+_[0-9]$/][!/^note_[0-9]$/][!/^description[0-9]$/] {
    792   throwWarning: tr("questionable key (ending with a number): {0}", "{0.key}");
    793 }
     791*[/^[^t][^i][^g].+_[0-9]$/][!/^note_[0-9]$/][!/^description_[0-9]$/] {
     792  throwOther: tr("questionable key (ending with a number): {0}", "{0.key}");
     793} /*should not warn for key tiger:name_base_1 */
    794794
    795795/* #12500 */
Note: See TracChangeset for help on using the changeset viewer.