oops, fixed bug introduced by last change, added test case
This commit is contained in:
@@ -106,8 +106,17 @@ var crontests = []crontest{
|
||||
{"2013-12-30 00:30:00", "Mon 2014-01-06 00:00"},
|
||||
},
|
||||
},
|
||||
{
|
||||
"0 0 * * friday",
|
||||
"Mon 2006-01-02 15:04",
|
||||
[]crontimes{
|
||||
{"2013-01-01 00:00:00", "Fri 2013-01-04 00:00"},
|
||||
{"2013-01-28 00:00:00", "Fri 2013-02-01 00:00"},
|
||||
{"2013-12-30 00:30:00", "Fri 2014-01-03 00:00"},
|
||||
},
|
||||
},
|
||||
|
||||
// Specific weekdays of week
|
||||
// Specific days of week
|
||||
{
|
||||
"0 0 * * 6#5",
|
||||
"Mon 2006-01-02 15:04",
|
||||
|
||||
Reference in New Issue
Block a user