From a13dd6224a095242da54062e4775570c4f16a718 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 27 Jul 2026 14:42:56 +0200 Subject: feat(cli,caldata): EF feast proper readings — offline text in --liturgy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 1962 Epistle+Gospel citations (from missalemeum) to the 15 EF feasts; --liturgy now resolves + renders the reading text via the corpora (drb/wuj), incl. deuterocanon (Assumption's Judith epistle). Cross-chapter citations use their primary range pending multi-chapter parser support. --- internal/cli/liturgy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/cli/liturgy_test.go') diff --git a/internal/cli/liturgy_test.go b/internal/cli/liturgy_test.go index c9d66a5..91e3974 100644 --- a/internal/cli/liturgy_test.go +++ b/internal/cli/liturgy_test.go @@ -28,7 +28,7 @@ func TestRunLiturgy(t *testing.T) { if !strings.Contains(strings.ToLower(out), "solemnity") || !strings.Contains(out, "Assumption") { t.Errorf("2025-08-15 should be the Assumption solemnity:\n%s", out) } - if !strings.Contains(out, "gospel:") { + if !strings.Contains(out, "gospel (") { t.Errorf("proper reading not shown:\n%s", out) } } -- cgit v1.3