summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorpkoppstein <pkoppstein@gmail.com>2023-07-25 19:19:13 -0400
committerNico Williams <nico@cryptonector.com>2023-07-25 23:43:57 -0500
commit13fbe98dff927dbe6a3eddd89e4487af3f009185 (patch)
treeafed1454ca2c9afda5f96bdcd4b3fb6b6f69f5ea /docs
parent7b725378b9803a1df74054ebd3d700d9daeb2049 (diff)
manual.yml: remove contingent tests
Also clarify non-prescriptive nature of some tests in jq.test
Diffstat (limited to 'docs')
-rw-r--r--docs/content/manual/manual.yml4
1 files changed, 2 insertions, 2 deletions
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: |