Skip to content

Added support for open clock dates #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2022
Merged

Added support for open clock dates #49

merged 1 commit into from
Feb 23, 2022

Conversation

tbruckmaier
Copy link
Contributor

Recognize clock dates without an end, they were previously ignored

Regarding the regex, since the whole match about the end date is optional now (second line, starting with "--"), it needs to be wrapped in parentheses and will show up as an own match group. That's why I had to move the int() parsing to the different parts

@karlicoss
Copy link
Owner

nice, thanks! and a special thanks for the tests :)

@karlicoss karlicoss merged commit 92c4a50 into karlicoss:master Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants