diff options
Diffstat (limited to 'test/test_validate.ml')
| -rw-r--r-- | test/test_validate.ml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_validate.ml b/test/test_validate.ml index 1a960df..4d5458f 100644 --- a/test/test_validate.ml +++ b/test/test_validate.ml @@ -321,6 +321,11 @@ module Synthetic = struct ?(transfer_target = fun _ origin _ -> origin) ?(readings = readings) temporal : (season, rank) Rite.t = { Rite.id = "synthetic"; vocab; year_start; temporal; anchors; rules; season_runs; + (* Not a Roman rite, but a Rite.t must supply SOME Easter now that + movable Date_spec variants exist. The Gregorian one is as good as + any for a fixture; nothing here is Easter-relative, so the value + is never actually read. *) + easter = Colitur_kernel.Computus.gregorian_easter; transfer_target; readings } (* Empty by default: every check built before Task 12 exercises the |
