nit
This commit is contained in:
parent
2a5b586c24
commit
483a0a5ab7
|
|
@ -39,7 +39,8 @@ impl fmt::Display for Date {
|
|||
fn make_date_regex() -> Regex {
|
||||
Regex::new(
|
||||
r"(?x)
|
||||
(?:<!--\s+date-check:\s+(\D+)\s+(\d{4})\s+-->)|
|
||||
(?:<!--\s+date-check:\s+(\D+)\s+(\d{4})\s+-->)
|
||||
|
|
||||
(?:<!--\s+date-check\s+-->\s+(\D+)\s+(\d{4})\b)
|
||||
",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue