Changes between Version 1 and Version 2 of Ticket #19572, comment 13


Ignore:
Timestamp:
2020-07-25T15:09:06+02:00 (5 years ago)
Author:
Famlam

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19572, comment 13

    v1 v2  
    2626  throwWarning: tr("{0} on suspicious object", "{0.key}");
    2727  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*/
    3131}
    3232}}}