alpinweis / cronex

Ruby library that converts cron expressions into human readable strings
Other
77 stars 29 forks source link

Wrong parse for days jump #21

Closed jonnynux closed 3 years ago

jonnynux commented 3 years ago

When trying to parse this kind of rule: 30 7 1-31/2 * * i get: Alle(ai) 7:30 AM, ogni 2 giorni, , tra il giorno 1 e il 31 del mese

So there are two consecutive commas. I tried to figure out on myself but I got lost in the code.

alpinweis commented 3 years ago

fixed by PRs: #23 #24 Thanks @jonnynux