aboutsummaryrefslogtreecommitdiff
path: root/test/dune
diff options
context:
space:
mode:
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))