From c99981c5b2e7e7d4d6d1463cf564bb99e9f18ed9 Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Tue, 11 Jul 2023 05:34:48 +0200 Subject: 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. --- jq.1.prebuilt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jq.1.prebuilt') diff --git a/jq.1.prebuilt b/jq.1.prebuilt index f7600827..37f40341 100644 --- a/jq.1.prebuilt +++ b/jq.1.prebuilt @@ -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 . -- cgit v1.2.3