1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Update "tests/man.test" and remove superflous whitespace in manual.yml

tests/man.test was generated incorrectly and had some duplicate tests,
the new CI workflow didn't like that.
This commit is contained in:
Emanuele Torre
2023-07-11 05:34:48 +02:00
committed by Nico Williams
parent c049061084
commit c99981c5b2
3 changed files with 5 additions and 903 deletions

2
jq.1.prebuilt generated
View File

@ -967,7 +967,7 @@ jq \'map_values(\. // empty)\'
.IP "" 0
.
.SS "pick(pathexps)"
Emit the projection of the input object or array defined by the specified sequence of path expressions, such that if p is any one of these specifications, then \fB(\. | p)\fR will evaluate to the same value as \fB(\. | pick(pathexps) | p)\fR\. For arrays, negative indices and \.[m:n] specifications should not be used\.
Emit the projection of the input object or array defined by the specified sequence of path expressions, such that if p is any one of these specifications, then \fB(\. | p)\fR will evaluate to the same value as \fB(\. | pick(pathexps) | p)\fR\. For arrays, negative indices and \.[m:n] specifications should not be used\.
.
.IP "" 4
.