Modify ↓
Opened 4 years ago
Last modified 10 days ago
#20316 new defect
Opening_hours: Does not like `PH +1 day PH`
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | template_report opening_hours | Cc: | simon04, SimonPoole |
Description (last modified by )
What steps will reproduce the problem?
- Have an object with
opening_hours=PH +1 day PH,Su 00:00-00:14,23:06-23:30
- Run validator
What is the expected result?
No warning
What happens instead?
Warning:
Opening hours syntax - Encountered: <HOLIDAYS> "PH " at line 1, column 7 Was expecting: <EOF>
Please provide any additional information below. Attach a screenshot if possible.
I run validator in strict mode.
openinh.osm.de has not problem with this expression.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-12-27 20:15:27 +0100 (Sun, 27 Dec 2020) Revision:17426 Build-Date:2020-12-28 02:30:52 URL:https://josm.openstreetmap.de/svn/trunk
Attachments (0)
Change History (3)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|---|
Summary: | Opening_hours: Does not like `PH +1 day` → Opening_hours: Does not like `PH +1 day PH` |
comment:2 by , 3 years ago
comment:3 by , 10 days ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
Strange,
PH +1 day Su,PH 00:00-00:14,23:06-23:30
is accepted butPH +1 day PH 00:00-00:14,23:06-23:30
not.