aboutsummaryrefslogtreecommitdiff
path: root/internal/caldata/of_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/caldata/of_test.go')
-rw-r--r--internal/caldata/of_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/caldata/of_test.go b/internal/caldata/of_test.go
index 086883a..ca5cc24 100644
--- a/internal/caldata/of_test.go
+++ b/internal/caldata/of_test.go
@@ -95,6 +95,9 @@ func TestOFSeasonalFerials(t *testing.T) {
{"easter-octave-mon-I", "Acts 2:14"}, // was absent
{"advent-dec-17-I", "Genesis 49"},
{"advent-dec-24-I", "2 Samuel 7"},
+ {"christmas-dec-29-I", "1 John 2:3-11"}, // Christmas octave, by date
+ {"christmas-jan-2-I", "1 John 2:22-28"}, // before Epiphany, by date
+ {"christmas-after-epiphany-mon-I", "1 John 3:22"}, // after Epiphany, by weekday
} {
var first string
for _, r := range TemporalReadings("new", tc.key) {