Changeset 7932 in josm for trunk/data/validator/combinations.mapcss
- Timestamp:
- 2015-01-07T01:01:35+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r7929 r7932 156 156 } 157 157 158 node[amenity =~ /^(restaurant|cafe|fast_food)$/][!name] {158 node[amenity =~ /^(restaurant|cafe|fast_food)$/][!name][noname!=yes] { 159 159 throwOther: tr("restaurant without name"); 160 160 assertMatch: "node amenity=restaurant"; 161 assertNoMatch: "node amenity=restaurant noname=yes"; 161 162 assertNoMatch: "node amenity=restaurant name=Foobar"; 162 163 }
Note: See TracChangeset
for help on using the changeset viewer.