Add test for zero-arg forms of easterdate() and orthodoxeaster()

This commit is contained in:
Dianne Skoll
2024-02-26 17:21:12 -05:00
parent 6b798d5f7c
commit 5eef9ac621
2 changed files with 581 additions and 575 deletions

File diff suppressed because one or more lines are too long

View File

@@ -381,9 +381,11 @@ msg [a076]%
set a077 dosubst("%*Y %*Z", '1992/5/5')
msg [a077]%
set a078 easterdate(today())
set a078 easterdate()
set a079 easterdate(1992)
set a080 easterdate(1995)
set a078 orthodoxeaster(today())
set a078 orthodoxeaster()
set a079 orthodoxeaster(1992)
set a080 orthodoxeaster(1995)
set a080 orthodoxeaster(2023)