File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
lib/node_modules/@stdlib/array/base
broadcasted-binary4d/test
broadcasted-binary5d/test Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
221
221
}
222
222
} ) ;
223
223
224
- tape ( 'the function does not invoke a provided callback if provided a shape having a four element equal to zero' , function test ( t ) {
224
+ tape ( 'the function does not invoke a provided callback if provided a shape having a fourth element equal to zero' , function test ( t ) {
225
225
var expected ;
226
226
var shape ;
227
227
var x ;
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
239
239
}
240
240
} ) ;
241
241
242
- tape ( 'the function does not invoke a provided callback if provided a shape having a four element equal to zero' , function test ( t ) {
242
+ tape ( 'the function does not invoke a provided callback if provided a shape having a fourth element equal to zero' , function test ( t ) {
243
243
var expected ;
244
244
var shape ;
245
245
var x ;
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
296
296
}
297
297
} ) ;
298
298
299
- tape ( 'the function does not invoke a provided callback if provided an output shape having a four element equal to zero' , function test ( t ) {
299
+ tape ( 'the function does not invoke a provided callback if provided an output shape having a fourth element equal to zero' , function test ( t ) {
300
300
var expected ;
301
301
var shapes ;
302
302
var x ;
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
356
356
}
357
357
} ) ;
358
358
359
- tape ( 'the function does not invoke a provided callback if provided an output shape having a four element equal to zero' , function test ( t ) {
359
+ tape ( 'the function does not invoke a provided callback if provided an output shape having a fourth element equal to zero' , function test ( t ) {
360
360
var expected ;
361
361
var shapes ;
362
362
var x ;
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ tape( 'the function does not invoke provided functions if provided a shape havin
231
231
}
232
232
} ) ;
233
233
234
- tape ( 'the function does not invoke provided functions if provided a shape having a five element equal to zero' , function test ( t ) {
234
+ tape ( 'the function does not invoke provided functions if provided a shape having a fifth element equal to zero' , function test ( t ) {
235
235
var expected ;
236
236
var shape ;
237
237
var x ;
You can’t perform that action at this time.
0 commit comments