[openstreetmap/openstreetmap-website] Exclude `opening_hours` from semicolon splitting in tags helper (PR #6968)
Marwin Hochfelsner
notifications at github.com
Mon Apr 6 18:41:33 UTC 2026
@hlfan requested changes on this pull request.
Could you also squash your changes down to one commit to keep the history clean?
> @@ -77,6 +77,12 @@ def test_format_value
html = format_value("email", "foo at example.com")
assert_dom_equal "<a title=\"Email foo at example.com\" href=\"mailto:foo at example.com\">foo at example.com</a>", html
+ html = format_value("opening_hours", "Mo-Fr 09:00-12:00; Sa 09:00-17:00")
```suggestion
html = format_value("opening_hours", "Mo-Fr 09:00-12:00;Sa 09:00-17:00")
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6968#pullrequestreview-4063831366
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6968/review/4063831366 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260406/0d4da189/attachment.htm>
More information about the rails-dev
mailing list