Changeset 16258 in josm for trunk


Ignore:
Timestamp:
2020-04-11T15:16:18+02:00 (4 years ago)
Author:
Klumbumbus
Message:

see #19066 - Move forgotten asserts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/combinations.mapcss

    r16256 r16258  
    7878  assertNoMatch: "way lanes=42 highway=unclassified";
    7979  assertMatch: "node source:addr:postcode=postman";
    80   assertMatch: "node source:addr=postman";
    81   assertNoMatch: "node source:addr=postman addr:housenumber=42";
    8280}
    8381
     
    690688  throwWarning: tr("{0} without {1}", "{0.key}", "addr:*");
    691689  group: tr("missing tag");
     690  assertMatch: "node source:addr=postman";
     691  assertNoMatch: "node source:addr=postman addr:housenumber=42";
    692692}
    693693*[source:maxspeed][!/^maxspeed:?/] {
Note: See TracChangeset for help on using the changeset viewer.