Skip to content
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

Exception is not raised if day of week is outside of 0-7 #41

Open
adamruzicka opened this issue Oct 8, 2021 · 0 comments
Open

Exception is not raised if day of week is outside of 0-7 #41

adamruzicka opened this issue Oct 8, 2021 · 0 comments

Comments

@adamruzicka
Copy link

> CronParser.new("* * * * 100").next
=> 2021-11-01 00:00:00 +0100

Other fields seem to raise an exception if the field is out of bound

> CronParser.new("100 400 * * *").next
ArgumentError: argument out of range
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

No branches or pull requests

1 participant