Changes between Initial Version and Version 1 of Ticket #19504, comment 5
- Timestamp:
- 2020-07-12T17:40:03+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19504, comment 5
initial v1 21 21 *[ref:IFOPT][ref:IFOPT !~ /^[a-z]{2}:[0-9]{5}:[1-9][0-9]{0,4}(:[0-9]{1,2}(:[1-9][0-9]?)?)?$/], 22 22 *[gtfs:stop_id][gtfs:stop_id !~ /^[a-z]{2}:[0-9]{4,5}:[1-9][0-9]{0,4}(:[0-9]{1,2}(:[1-9][0-9]?)?)?$/] { 23 throwError: tr("Value `{0}` for `{1}=*` does not match value syntax `{2}", "{0.value}", "{0.key}", "{1.value}"); 23 throwError: tr("Value `{0}` for `{1}=*` does not match value syntax `{2}`", "{0.value}", "{0.key}", "{1.value}"); 24 24 group: tr("Public Transport GTFS"); 25 25 assertMatch: "relation gtfs:route_id=7-342-j1j-1.H";


