aboutsummaryrefslogtreecommitdiff
path: root/test/dune
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-03 21:13:38 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-03 21:13:38 +0200
commit81a9df4bab615abdd8ef0e2fe7322219ce00ee6d (patch)
tree82e358bc2e7f95c7133481e6a5f6a347dbc605c5 /test/dune
parentd0807440309e2357d51cd56c72a443072b0ba57f (diff)
parentfe136f0952284b9a339252926dfd4675c4a7c3c6 (diff)
downloadcolitur-81a9df4bab615abdd8ef0e2fe7322219ce00ee6d.tar.gz
colitur-81a9df4bab615abdd8ef0e2fe7322219ce00ee6d.zip
Merge branch 'of-litcal-readings'HEADv1.2.1main
The OF's readings had never been validated against anything but the lineage they arrived on. Pointing a second lineage at them found ten corrupt references on the first run.
Diffstat (limited to 'test/dune')
-rw-r--r--test/dune9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/dune b/test/dune
index 0a3ade6..85facc9 100644
--- a/test/dune
+++ b/test/dune
@@ -105,4 +105,11 @@
../schema/day-v1.json
; Same trap, same fix: Task 8's --sigla-tradition flag makes the CLI read
; this file, and a cram sandbox holds only what this stanza names.
- ../lang/traditions.ini))
+ ../lang/traditions.ini
+ ; The man page is a DEP, not a runtime file the binary reads: cli.t's own
+ ; rubrics anti-drift check compares the documented worked example against
+ ; what `rubrics` actually prints, and that documentation now lives here
+ ; rather than in --help (trimmed to one screen). The check exists because
+ ; this exact field list drifted once and stayed wrong for a whole review
+ ; round; moving the prose without moving the check would quietly retire it.
+ ../man/colitur.1))