Changeset 11146 in josm for trunk/data/validator/deprecated.mapcss
- Timestamp:
- 2016-10-18T20:32:20+02:00 (9 years ago)
- File:
-
- 1 edited
-
trunk/data/validator/deprecated.mapcss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/deprecated.mapcss
r11138 r11146 929 929 /* #12494 */ 930 930 *[/^[^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)"); 932 933 assertMatch: "way name_1=foo"; 933 934 assertNoMatch: "way note_2=foo";
Note:
See TracChangeset
for help on using the changeset viewer.
