Modify ↓
Opened 7 years ago
Closed 7 years ago
#17423 closed defect (fixed)
combinations.mapcss assert should not pass on width=2
| Reported by: | frodrigo | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 19.03 |
| Component: | Core validator | Version: | |
| Keywords: | Cc: |
Description
In combinations.mapcss
way[highway=pedestrian][width][width<=2] {
...
assertNoMatch: "way highway=pedestrian width=2";
}
The assertNoMatch on width=2 is wrong. The test matchs the rule.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Ah, crap. During testing I fixed it only in my test file not in the core file...