Ignore:
Timestamp:
2016-10-18T20:32:20+02:00 (9 years ago)
Author:
Klumbumbus
Message:

see #13804 - a bit more grouping in the validator tree, small adjustments to a few validator rules

File:
1 edited

Legend:

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

    r11138 r11146  
    929929/* #12494 */
    930930*[/^[^t][^i][^g].+_[0-9]$/][!/^note_[0-9]$/][!/^description_[0-9]$/] {
    931   throwOther: tr("questionable key (ending with a number): {0}", "{0.key}");
     931  throwOther: tr("{0}", "{0.key}");
     932  group: tr("questionable key (ending with a number)");
    932933  assertMatch: "way name_1=foo";
    933934  assertNoMatch: "way note_2=foo";
Note: See TracChangeset for help on using the changeset viewer.