We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5b586 commit 483a0a5Copy full SHA for 483a0a5
ci/date-check/src/main.rs
@@ -39,7 +39,8 @@ impl fmt::Display for Date {
39
fn make_date_regex() -> Regex {
40
Regex::new(
41
r"(?x)
42
- (?:<!--\s+date-check:\s+(\D+)\s+(\d{4})\s+-->)|
+ (?:<!--\s+date-check:\s+(\D+)\s+(\d{4})\s+-->)
43
+ |
44
(?:<!--\s+date-check\s+-->\s+(\D+)\s+(\d{4})\b)
45
",
46
)
0 commit comments