diff options
Diffstat (limited to 'internal/caldata/caldata_test.go')
| -rw-r--r-- | internal/caldata/caldata_test.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/internal/caldata/caldata_test.go b/internal/caldata/caldata_test.go index c0e2d50..95bb7dc 100644 --- a/internal/caldata/caldata_test.go +++ b/internal/caldata/caldata_test.go @@ -434,6 +434,23 @@ func TestTridentineMissalOverrides(t *testing.T) { {"didacus", "rank", "class-3", "Missal calendarium: S. Didaci Conf., III classis"}, {"vigil-of-st-lawrence", "colour", "violet", "RG 128: III-class vigil outside Paschaltide"}, {"vigil-of-the-assumption", "colour", "violet", "RG 128: II-class vigil outside Paschaltide"}, + // RG 124: red is for Apostles, Evangelists and Martyrs. missalemeum has + // these inverted in BOTH directions -- confessors and virgins red, two + // actual martyrs white -- which is why both directions are pinned here. + // A fix that turned every one of them white would pass ten of these + // twelve and fail the two that matter. + {"alphonsus-liguori", "colour", "white", "RG 124: not a martyr, so white"}, + {"apollinaris", "colour", "red", "RG 124(e): Bishop and MARTYR, red"}, + {"augustine", "colour", "white", "RG 124: not a martyr, so white"}, + {"camillus-de-lellis", "colour", "white", "RG 124: not a martyr, so white"}, + {"ephrem-of-syria", "colour", "white", "RG 124: not a martyr, so white"}, + {"jerome-emiliani", "colour", "white", "RG 124: not a martyr, so white"}, + {"john-gualbert", "colour", "white", "RG 124: not a martyr, so white"}, + {"john-of-san-fecundo", "colour", "white", "RG 124: not a martyr, so white"}, + {"josaphat", "colour", "red", "RG 124(e): Bishop and MARTYR, red"}, + {"julia-of-falconieri", "colour", "white", "RG 124: not a martyr, so white"}, + {"martha", "colour", "white", "RG 124: not a martyr, so white"}, + {"rose-of-lima", "colour", "white", "RG 124: not a martyr, so white"}, } { rc, ok := l.Cels[c.slug] if !ok { |
