Work on day in period.

This commit is contained in:
Dominik Pantůček 2023-05-22 14:56:10 +02:00
parent 0f668cfa34
commit 71687849c4
3 changed files with 36 additions and 10 deletions

View file

@ -473,10 +473,10 @@
(make-ldict `((info . ,(make-ldict
`((member . (,(make-cal-period
(make-cal-month 2015 1) #f)))
(suspend (make-cal-period
(make-cal-month 2010 1)
(make-cal-onth 2022 4)
#f #f))))))))))
(suspend ,(make-cal-period
(make-cal-month 2010 1)
(make-cal-month 2022 4)
#f #f))))))))))
(test-true brmember-active?
(parameterize ((*current-month* (make-cal-month 2023 2)))
(brmember-active?
@ -484,10 +484,10 @@
`((member . (,(make-cal-period
(make-cal-month 2015 1)
#f)))
(suspend (make-cal-period
(make-cal-month 2010 1)
(make-cal-month 2022 4)
#f #f))))))))))
(suspend ,(make-cal-period
(make-cal-month 2010 1)
(make-cal-month 2022 4)
#f #f))))))))))
))
)