grahamar / cron-parser

Java Parser For Cron Expressions
MIT License
203 stars 60 forks source link

Should throw error for 0 0 0 ? * 0,1,2,3,4,5,6 * #40

Open mallim opened 8 years ago

mallim commented 8 years ago

Given

 Options options = new Options();
 options.setZeroBasedDayOfWeek( false );
 options.setTwentyFourHourTime( true );

the description is At 00:00, only on Sunday, Sunday, Monday, Tuesday, Wednesday, Thursday and Friday, every year

expect ParseException to be thrown instead