parse-cron
parse-cron copied to clipboard
Fix for error thrown when using int/int format cron
Previously parse_element worked with both */int and int-int/int step formats, but would throw an error when doing int/int (e.g. 1/5).
I've added a spec that covers this and a fix for it.