From: pkoppstein Date: Mon, 6 Oct 2014 23:31:08 +0000 (-0400) Subject: transpose/0 for possibly jagged matrices X-Git-Tag: jq-1.5rc1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=752e00bc66af544a6277e55ae94bfbe5b0084d7a;p=jq transpose/0 for possibly jagged matrices --- diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml index 76231b8..354a595 100644 --- a/docs/content/3.manual/manual.yml +++ b/docs/content/3.manual/manual.yml @@ -1460,7 +1460,6 @@ sections: input: '[[1], [2,3]]' output: ['[1,2],[null,3]'] - - title: "`bsearch(x)`" body: | diff --git a/tests/all.test b/tests/all.test index d7bff45..0246d6f 100644 --- a/tests/all.test +++ b/tests/all.test @@ -1115,3 +1115,4 @@ ascii_upcase bsearch(4) [1,2,3] -4 +