diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-20 14:40:12 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-20 14:40:12 +0200 |
| commit | 405910d2fd245e7a11e09eecb8c6fffb68d2169c (patch) | |
| tree | 7cb7e0011fee6c1c07ae81762640f0ab867e88b6 /test/dune | |
| parent | 1aeca948c2a2a82bffaaec65077140aa05f7b3f4 (diff) | |
| download | colitur-405910d2fd245e7a11e09eecb8c6fffb68d2169c.tar.gz colitur-405910d2fd245e7a11e09eecb8c6fffb68d2169c.zip | |
feat(citation): canonical book ids and tradition mapping
Seven books arrive in two spellings, inherited from lectio's ini and
ultimately from Divinum Officium. Collapse them onto one id here rather
than editing generated data.
Naming and renumbering are kept apart: a tradition decides which book an
id denotes, a language file decides what it is called.
Diffstat (limited to 'test/dune')
| -rw-r--r-- | test/dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ (test (name test_colitur) - (libraries colitur_kernel colitur_naming colitur_render rite_ef alcotest qcheck qcheck-alcotest sexplib) + (libraries colitur_kernel colitur_naming colitur_render colitur_citation rite_ef alcotest qcheck qcheck-alcotest sexplib) (deps ../data/ef/sanctoral.sexp ../data/ef/adjustments.sexp |
