summaryrefslogtreecommitdiff
path: root/test/test_colitur.ml
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-25 23:14:13 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-25 23:14:13 +0200
commitd201028d71ad3f26d5ec0b9c12268475e0b70cfd (patch)
treead89916625d650ce8e3439ce18341a51447a0010 /test/test_colitur.ml
parenta2fba71d8cccc765c4a987df99fa780f5467514d (diff)
downloadcolitur-d201028d71ad3f26d5ec0b9c12268475e0b70cfd.tar.gz
colitur-d201028d71ad3f26d5ec0b9c12268475e0b70cfd.zip
feat(of): transcribe the 2002 General Roman Calendar
Extracted from the Latin typical edition, which is the authority; lectio's roman-calendar.ini is a cross-check only and every divergence is adjudicated against the Missal in the provenance header. A blank grade column means Memoria ad libitum, per the calendar's own footnote, rather than a missing value. 206 entries; 1 January, 6 January and 25 December are deliberately excluded because Temporal_of.named already computes them, and shipping them here too would create a duplicate candidate for the same day. Colour is derived from IGMR n. 346, cited per class in the extractor; the lectio cross-check surfaces one rank divergence (22 July, Mary Magdalene -- lectio reflects the 2016 post-2002 elevation decree, out of scope here) and 17 colour divergences, all adjudicated in the provenance header.
Diffstat (limited to 'test/test_colitur.ml')
-rw-r--r--test/test_colitur.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_colitur.ml b/test/test_colitur.ml
index b6675fd..c750e75 100644
--- a/test/test_colitur.ml
+++ b/test/test_colitur.ml
@@ -14,7 +14,8 @@ let () =
Test_overlay.suite; Test_overlay_ini.suite; Test_temporal_ef.suite; Test_temporal_of.suite; Test_litcal_of.suite; Test_precedence_of.suite;
Test_validate.suite;
Test_precedence.suite;
- Test_calendar.suite; Test_precedence_ef.suite; Test_sanctoral_ef.suite; Test_rite_ef.suite;
+ Test_calendar.suite; Test_precedence_ef.suite; Test_sanctoral_ef.suite; Test_calendar_of_data.suite;
+ Test_rite_ef.suite;
Test_rubrics_ef.suite;
Test_differential.suite; Test_oracle.suite; Test_oracle.suite_2038; Test_oracle.suite_2035;
Test_lms_ordo.suite_2023_2024; Test_lms_ordo.suite_2024_2025; Test_lms_ordo.suite_2025_2026;