summaryrefslogtreecommitdiff
path: root/test/cli.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli.t')
-rw-r--r--test/cli.t14
1 files changed, 12 insertions, 2 deletions
diff --git a/test/cli.t b/test/cli.t
index ac1351b..e2d2eb5 100644
--- a/test/cli.t
+++ b/test/cli.t
@@ -534,10 +534,20 @@ CSV run rather than one per year:
$ colitur emit --format csv --from 2027 --to 2028 | wc -l
732
-sexp and xml are also available:
+sexp and xml are also available. This line count moved 9010 -> 9011
+(whole-branch review fix round, RG 476(f)): [emit --format sexp] pretty-
+prints with [Sexplib.Sexp.to_string_hum], a column-width wrapping printer,
+not a fixed-shape one -- 2027's All Souls' Day (2 November) record grew a
+single wrapped line when its own [creed] field's value changed from
+[true] to [false] (RG 476(f), the Creed is never said at a Requiem Mass;
+see rubrics_ef.ml), because "false" is one character longer than "true"
+and pushed that one line's rendered width over to_string_hum's own wrap
+threshold. Purely cosmetic -- the record's DATA is unchanged in every
+other field, and this is not a claim that [emit]'s FORMAT changed, only
+that one record's pretty-printed SHAPE did:
$ colitur emit --format sexp --from 2027 --to 2027 | wc -l
- 9010
+ 9011
$ colitur emit --format xml --from 2027 --to 2027 | head -2
<?xml version="1.0" encoding="UTF-8"?>