Changeset 9836 in josm for trunk/data
- Timestamp:
- 2016-02-19T18:48:45+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/deprecated.mapcss
r9835 r9836 789 789 790 790 /* #12494 */ 791 *[/ .+_[0-9]$/][!/^note_[0-9]$/][!/^description[0-9]$/] {792 throw Warning: 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 */ 794 794 795 795 /* #12500 */
Note:
See TracChangeset
for help on using the changeset viewer.