From e444ae5b03a9113fc6b2fc3fa3e2fd6b71bf8d4b Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 11 Aug 2026 11:21:50 +0200 Subject: kernel: Colour and Subject shared vocabulary The six liturgical colours and the Lord/BVM/saint/temporal distinction are common to both Roman forms, so they are shared closed variants rather than rite-parametric. Subject is so named because class is an OCaml keyword. --- test/test_colitur.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_colitur.ml') diff --git a/test/test_colitur.ml b/test/test_colitur.ml index 19671ce..c6c5b91 100644 --- a/test/test_colitur.ml +++ b/test/test_colitur.ml @@ -1,2 +1,2 @@ (* Aggregating test runner. Per-module suites live in test_.ml. *) -let () = Alcotest.run "colitur" [ Test_date.suite; Test_computus.suite ] +let () = Alcotest.run "colitur" [ Test_date.suite; Test_computus.suite; Test_colour.suite ] -- cgit v1.3