@@ -176,7 +176,7 @@ tape( 'the function prepends singleton dimensions', function test( t ) {
176176 t . end ( ) ;
177177} ) ;
178178
179- tape ( 'the function prepends singleton dimensions (negative axis )' , function test ( t ) {
179+ tape ( 'the function prepends singleton dimensions (negative index )' , function test ( t ) {
180180 var x ;
181181 var y ;
182182
@@ -222,7 +222,7 @@ tape( 'the function appends singleton dimensions', function test( t ) {
222222 t . end ( ) ;
223223} ) ;
224224
225- tape ( 'the function appends singleton dimensions (negative axis )' , function test ( t ) {
225+ tape ( 'the function appends singleton dimensions (negative index )' , function test ( t ) {
226226 var x ;
227227 var y ;
228228
@@ -268,7 +268,7 @@ tape( 'the function inserts singleton dimensions', function test( t ) {
268268 t . end ( ) ;
269269} ) ;
270270
271- tape ( 'the function inserts singleton dimensions (negative axis )' , function test ( t ) {
271+ tape ( 'the function inserts singleton dimensions (negative index )' , function test ( t ) {
272272 var x ;
273273 var y ;
274274
@@ -307,7 +307,7 @@ tape( 'the function prepends singleton dimensions (base; row-major)', function t
307307 t . end ( ) ;
308308} ) ;
309309
310- tape ( 'the function prepends singleton dimensions (base; row-major; negative axis )' , function test ( t ) {
310+ tape ( 'the function prepends singleton dimensions (base; row-major; negative index )' , function test ( t ) {
311311 var x ;
312312 var y ;
313313
@@ -371,7 +371,7 @@ tape( 'the function appends singleton dimensions (base; row-major)', function te
371371 t . end ( ) ;
372372} ) ;
373373
374- tape ( 'the function appends singleton dimensions (base; row-major; negative axis )' , function test ( t ) {
374+ tape ( 'the function appends singleton dimensions (base; row-major; negative index )' , function test ( t ) {
375375 var x ;
376376 var y ;
377377
@@ -434,7 +434,7 @@ tape( 'the function inserts singleton dimensions (base; row-major)', function te
434434 t . end ( ) ;
435435} ) ;
436436
437- tape ( 'the function inserts singleton dimensions (base; row-major; negative axis )' , function test ( t ) {
437+ tape ( 'the function inserts singleton dimensions (base; row-major; negative index )' , function test ( t ) {
438438 var x ;
439439 var y ;
440440
0 commit comments