7 collects. Also moves two pre-existing tests' dates off Oct 4-5, which now carry real sanctoral content (St. Francis, Ss. Placid and Companions) that changes their governing behavior -- same class of collision as previous months. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -37,9 +37,12 @@ describe('resolveDay', () => {
|
||||
// winning by the Vigil of St. Lawrence, itself impeded by the Sunday
|
||||
// and transferred away — see tests/calendar/transfer.test.ts, and
|
||||
// confirmed against the live reference engine, which shows the same
|
||||
// commemoration despite the vigil's own absence that day).
|
||||
const day = resolveDay('2026-10-04');
|
||||
expect(day.date).toBe('2026-10-04');
|
||||
// commemoration despite the vigil's own absence that day). Also not
|
||||
// 2026-10-04 (moved here from there): since the October pull, that
|
||||
// date is St. Francis's own day (Duplex), which wins outright even on
|
||||
// an ordinary Sunday.
|
||||
const day = resolveDay('2026-11-15');
|
||||
expect(day.date).toBe('2026-11-15');
|
||||
expect(day.weekday).toBe('sunday');
|
||||
expect(day.winner.kind).toBe('temporal');
|
||||
expect(day.commemorations).toEqual([]);
|
||||
|
||||
Reference in New Issue
Block a user