From 13fbe98dff927dbe6a3eddd89e4487af3f009185 Mon Sep 17 00:00:00 2001 From: pkoppstein Date: Tue, 25 Jul 2023 19:19:13 -0400 Subject: manual.yml: remove contingent tests Also clarify non-prescriptive nature of some tests in jq.test --- docs/content/manual/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index 7f28150d..a2ff8a76 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -863,8 +863,8 @@ sections: examples: - program: 'map(abs)' - input: '[-10, -1.1, -1e-1, 1000000000000000002, -1000000000000000002]' - output: ['[10,1.1,1e-1,10000000000000002,1e+18]'] + input: '[-10, -1.1, -1e-1]' + output: ['[10,1.1,1e-1]'] - title: "`length`" body: | -- cgit v1.2.3