aboutsummaryrefslogtreecommitdiff
path: root/test/test_temporal_ef.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_temporal_ef.ml')
-rw-r--r--test/test_temporal_ef.ml6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/test_temporal_ef.ml b/test/test_temporal_ef.ml
index a979700..5394173 100644
--- a/test/test_temporal_ef.ml
+++ b/test/test_temporal_ef.ml
@@ -764,7 +764,9 @@ let test_holy_name_fallback_anchor_present_and_erosion_is_caught () =
sanctoral entry anywhere in data/ef/sanctoral.sexp has a FIXED civil date
inside Holy Week's own movable range (earliest 19 March, latest 24 April
-- the register's own subject audit lists exactly six [Lord]-tagged
- entries, all fixed in January, February, August, September or November);
+ entries, all fixed in January, February, JULY, August, September or
+ November -- the Precious Blood, 1 July, was omitted from this list until
+ the fix-round review counted six entries against five months);
any [Class1] sanctoral entry that DOES land there (e.g. a transferred
Annunciation) reaches {!Rite_ef.Precedence_ef.disposition}'s EARLIER,
subject-blind "I class, not a Sunday -> Transfer" branch first, so RG
@@ -792,7 +794,7 @@ let test_sacred_triduum_identity () =
Alcotest.(check bool) "2026-04-04 Holy Saturday: subject Lord" true
(subject_of (d 2026 4 4) = Sub.Lord);
Alcotest.(check (option string)) "2026-04-04 Holy Saturday: Latin name, both photographic scans verbatim"
- (Some "Sabbato Sancto") (name_la_of (d 2026 4 4));
+ (Some "Sabbato sancto") (name_la_of (d 2026 4 4));
(* Neighbouring days carry no name/subject override -- the tag is exactly
three days wide, not the whole Passiontide-2 week. *)
Alcotest.(check (option string)) "2026-04-01 (Wednesday of Holy Week): no Latin name"