Changeset 14957 in josm for trunk/data
- Timestamp:
- 2019-04-03T22:08:13+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/deprecated.mapcss
r14940 r14957 998 998 } 999 999 1000 /* #12494 */ 1000 /* #12494, #17554 */ 1001 1001 *[/^[^t][^i][^g].+_[0-9]$/][!/^note_[0-9]$/][!/^description_[0-9]$/] { 1002 throw Other: tr("{0}", "{0.key}");1002 throwWarning: tr("{0}", "{0.key}"); 1003 1003 group: tr("questionable key (ending with a number)"); 1004 1004 assertMatch: "way name_1=foo";
Note:
See TracChangeset
for help on using the changeset viewer.