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.
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.