apognu / gocal

ICS file parser in Golang
MIT License
78 stars 24 forks source link

fix reoccurance expansion for BYDAY + COUNT rules #18

Closed julixau closed 3 years ago

julixau commented 3 years ago

The ByDay expansion for loop was missing a count check, which made it possible for count to get decremented below zero, after which the COUNT rule was essentially dropped..

This Pull request adds the fix and appends one more testcase to the reoccurance rule test.