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:
committed by
Nico Williams
parent
c049061084
commit
c99981c5b2
2
jq.1.prebuilt
generated
2
jq.1.prebuilt
generated
@ -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
|
||||
.
|
||||
|
Reference in New Issue
Block a user