From f5afb407beab795e371c36a3229e991e48c366fe Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 27 Jul 2026 12:33:47 +0200 Subject: test(calendar): regression oracle vs calapi 2020-2040 (0 season mismatches) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Caught + fixed an Advent-start bug: anchor on Christmas Eve, not Dec 25, so years where Dec 25 is a Sunday don't lose the first week of Advent. Rank-class diffs (324) are informational — the initial sanctoral dataset is partial. --- internal/calendar/types.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/calendar/types.go') diff --git a/internal/calendar/types.go b/internal/calendar/types.go index f481441..77d57ab 100644 --- a/internal/calendar/types.go +++ b/internal/calendar/types.go @@ -104,6 +104,7 @@ type LiturgicalDay struct { Observed Celebration Others []Celebration Colour Colour + ObservedBand int // Table-of-Liturgical-Days band of the observed celebration (1=highest) SundayCycle string // "A" | "B" | "C" WeekdayCycle string // "I" | "II" } -- cgit v1.3