]> granicus.if.org Git - jq/commitdiff
transpose/0 for possibly jagged matrices
authorpkoppstein <pkoppstein@gmail.com>
Mon, 6 Oct 2014 23:31:08 +0000 (19:31 -0400)
committerNicolas Williams <nico@cryptonector.com>
Sun, 28 Dec 2014 00:52:36 +0000 (18:52 -0600)
docs/content/3.manual/manual.yml
tests/all.test

index 76231b8d01b0c17e9ef39dcedca5289b1c1ec29d..354a595c6dcbde4c381cfb0706660e42c52374d3 100644 (file)
@@ -1460,7 +1460,6 @@ sections:
             input: '[[1], [2,3]]'
             output: ['[1,2],[null,3]']
 
-
       - title: "`bsearch(x)`"
         body: |
 
index d7bff45550e1968de51a2bedfc49adcead690b9b..0246d6fd71cc045d19611995125cf492a659c817 100644 (file)
@@ -1115,3 +1115,4 @@ ascii_upcase
 bsearch(4)
 [1,2,3]
 -4
+