summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
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 /jq.1.prebuilt
parent7b725378b9803a1df74054ebd3d700d9daeb2049 (diff)
manual.yml: remove contingent tests
Also clarify non-prescriptive nature of some tests in jq.test
Diffstat (limited to 'jq.1.prebuilt')
-rw-r--r--jq.1.prebuilt4
1 files changed, 2 insertions, 2 deletions
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index ed7dc0d7..02518f54 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -849,8 +849,8 @@ To compute the absolute value of a number as a floating point number, you may wi
.nf
jq \'map(abs)\'
- [\-10, \-1\.1, \-1e\-1, 1000000000000000002, \-1000000000000000002]
-=> [10,1\.1,1e\-1,10000000000000002,1e+18]
+ [\-10, \-1\.1, \-1e\-1]
+=> [10,1\.1,1e\-1]
.
.fi
.