Changes between Version 66 and Version 67 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2022-06-19T15:14:32+02:00 (4 years ago)
Author:
gileri
Comment:

Trailing zeros -> leading zeros for #20607 - Add regexp validation rules for French telecom references

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v66 v67  
    105105/* #20607 - Add regexp validation rules for French telecom references */
    106106*["ref:FR:Orange"]["ref:FR:Orange"!~/PT[1-9]{1}[0-9]*/][inside("FR")] {
    107     throwWarning: tr("{0} is invalid. Should look like PT123 without trailing zeros", "{0.tag}");
     107    throwWarning: tr("{0} is invalid. Should look like PT123 without leading zeros", "{0.tag}");
    108108    -osmoseItemClassLevel: "3040/30401/3";
    109109    -osmoseTags: list("ref", "infrastructure", "telecom");