We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358b7b6 commit a98c1b8Copy full SHA for a98c1b8
humanized_opening_hours/field.ebnf
@@ -37,7 +37,7 @@ day_periods : period ("," period)*
37
| "closed" -> period_closed
38
39
// This regex catches one or two digit numbers not followed by a colon ":", to avoid confusion with "DIGITAL_MOMENT".
40
-date_exceptional_day : MONTH " " /([0-3][0-9])(?!:)|((?<![0-9])[0-9])(?!:)+/ -> exceptional_day
+date_exceptional_day : MONTH " " /([0-3][0-9])(?!:[0-9])|((?<![0-9])[0-9])(?!:[0-9])+/ -> exceptional_day
41
42
field_part : concerned_period day_periods
43
| easter " " day_periods
0 commit comments