diff options
Diffstat (limited to 'test/cli.t')
| -rw-r--r-- | test/cli.t | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -232,6 +232,18 @@ The OF rite resolves too, same two commands, its own vocabulary: $ colitur readings --rite of 2026 | head -1 2026-01-01 of-mary-mother-of-god | Num 6:22-27 | Luc 2:16-21 +Fix wave I1 (final-review.md): a sanctoral-origin OF day names through its +OWN transcribed title (calendar-2002.sexp, amended by 011's own rename), +never through lang/la.ini's EF (1962) table -- 29 July, Martha, is one of +the 18 real slug collisions between the two vocabularies the review found; +la.ini's own entry for "martha" is the pre-2021 EF title "S. Marthae Virg.", +and printing it here would be exactly the regression this guards. + + $ colitur day --rite of 2026 | grep '^2026-07-29 ' + 2026-07-29 wednesday ordinary-time 17 martha memoria-obligatoria white Ss. Marthae, Mariae et Lazari + $ colitur day --rite of 2026 --lang en | grep '^2026-07-29 ' + 2026-07-29 wednesday ordinary-time 17 martha memoria-obligatoria white Saints Martha, Mary and Lazarus + An unrecognised --rite value is a usage error, not a silent fallback to ef (exit 2): |
