diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-11 11:37:32 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-11 11:37:32 +0200 |
| commit | 57322e766a0ece579dafcddcfe2572676a98fca8 (patch) | |
| tree | 0e6ca11d29000b956a2c4bb65e436b0eb9251809 /test/test_colitur.ml | |
| parent | 270be2561ae440cea814566b74712750352e56e4 (diff) | |
| download | colitur-57322e766a0ece579dafcddcfe2572676a98fca8.tar.gz colitur-57322e766a0ece579dafcddcfe2572676a98fca8.zip | |
kernel: Names, Citation and Date_spec
Names is an open language-keyed assoc kept in canonical order so equal name
sets serialise identically. Citation carries references only, never text.
Date_spec ships the one form the EF sanctoral needs; 29 February is
constructible and resolves to None in common years.
Diffstat (limited to 'test/test_colitur.ml')
| -rw-r--r-- | test/test_colitur.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_colitur.ml b/test/test_colitur.ml index 3341c36..af642d6 100644 --- a/test/test_colitur.ml +++ b/test/test_colitur.ml @@ -1,4 +1,4 @@ (* Aggregating test runner. Per-module suites live in test_<module>.ml. *) let () = Alcotest.run "colitur" - [ Test_date.suite; Test_computus.suite; Test_colour.suite; Test_slug.suite ] + [ Test_date.suite; Test_computus.suite; Test_colour.suite; Test_slug.suite; Test_names.suite ] |
