Modify ↓
#17398 closed defect (wontfix)
Validator matches without quotes are supposed to be case insensitive but are case sensitive
Reported by: | mkoniecz | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | case | Cc: |
Description
See https://josm.openstreetmap.de/wiki/Help/Styles/MapCSSImplementation#Conditionselector
way[highway=residential] /* without quotes always case insensitive */
Attachments (0)
Change History (5)
comment:1 by , 6 years ago
Keywords: | case added |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
comment:4 by , 6 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:5 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
I think it's working case sensitive at least since r4069 (8 years ago). The wiki should be updated to reflect the current behaviour, and regular expressions used when case insensitivity is required (which is an uncommon case).