Changes between Version 1 and Version 2 of Ticket #19572, comment 13
- Timestamp:
- 2020-07-25T15:09:06+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19572, comment 13
v1 v2 26 26 throwWarning: tr("{0} on suspicious object", "{0.key}"); 27 27 group: tr("suspicious tag combination"); 28 assertMatch: "node amenity=bank lanes=1" 29 assertNoMatch: "node barrier=toll_booth" 30 assertNoMatch: "node lanes=1" /* Dealt with separately*/ 28 assertMatch: "node amenity=bank lanes=1"; 29 assertNoMatch: "node barrier=toll_booth"; 30 assertNoMatch: "node lanes=1"; /* Dealt with separately*/ 31 31 } 32 32 }}}