@@ -216,7 +216,7 @@ tape( 'the function returns a function (thisArg)', function test( t ) {
216
216
t . end ( ) ;
217
217
} ) ;
218
218
219
- tape ( 'the function decorates a function (nullary, transform)' , function test ( t ) {
219
+ tape ( 'the function decorates a function (nullary, transform)' , function test ( t ) {
220
220
var fcn ;
221
221
var v ;
222
222
@@ -240,7 +240,7 @@ tape( 'the function decorates a function (nullary, transform)', function test( t
240
240
}
241
241
} ) ;
242
242
243
- tape ( 'the function decorates a function (nullary, pass through)' , function test ( t ) {
243
+ tape ( 'the function decorates a function (nullary, pass through)' , function test ( t ) {
244
244
var fcn ;
245
245
var v ;
246
246
@@ -260,7 +260,7 @@ tape( 'the function decorates a function (nullary, pass through)', function test
260
260
}
261
261
} ) ;
262
262
263
- tape ( 'the function decorates a function (unary, transform)' , function test ( t ) {
263
+ tape ( 'the function decorates a function (unary, transform)' , function test ( t ) {
264
264
var fcn ;
265
265
var v ;
266
266
@@ -284,7 +284,7 @@ tape( 'the function decorates a function (unary, transform)', function test( t)
284
284
}
285
285
} ) ;
286
286
287
- tape ( 'the function decorates a function (unary, pass through)' , function test ( t ) {
287
+ tape ( 'the function decorates a function (unary, pass through)' , function test ( t ) {
288
288
var fcn ;
289
289
var v ;
290
290
@@ -304,7 +304,7 @@ tape( 'the function decorates a function (unary, pass through)', function test(
304
304
}
305
305
} ) ;
306
306
307
- tape ( 'the function decorates a function (binary, transform)' , function test ( t ) {
307
+ tape ( 'the function decorates a function (binary, transform)' , function test ( t ) {
308
308
var fcn ;
309
309
var v ;
310
310
@@ -324,7 +324,7 @@ tape( 'the function decorates a function (binary, transform)', function test( t)
324
324
}
325
325
} ) ;
326
326
327
- tape ( 'the function decorates a function (binary, pass through)' , function test ( t ) {
327
+ tape ( 'the function decorates a function (binary, pass through)' , function test ( t ) {
328
328
var fcn ;
329
329
var v ;
330
330
@@ -340,7 +340,7 @@ tape( 'the function decorates a function (binary, pass through)', function test(
340
340
t . end ( ) ;
341
341
} ) ;
342
342
343
- tape ( 'the function decorates a function (ternary, transform)' , function test ( t ) {
343
+ tape ( 'the function decorates a function (ternary, transform)' , function test ( t ) {
344
344
var fcn ;
345
345
var v ;
346
346
@@ -361,7 +361,7 @@ tape( 'the function decorates a function (ternary, transform)', function test( t
361
361
}
362
362
} ) ;
363
363
364
- tape ( 'the function decorates a function (ternary, pass through)' , function test ( t ) {
364
+ tape ( 'the function decorates a function (ternary, pass through)' , function test ( t ) {
365
365
var fcn ;
366
366
var v ;
367
367
@@ -378,7 +378,7 @@ tape( 'the function decorates a function (ternary, pass through)', function test
378
378
}
379
379
} ) ;
380
380
381
- tape ( 'the function decorates a function (quaternary, transform)' , function test ( t ) {
381
+ tape ( 'the function decorates a function (quaternary, transform)' , function test ( t ) {
382
382
var fcn ;
383
383
var v ;
384
384
@@ -399,7 +399,7 @@ tape( 'the function decorates a function (quaternary, transform)', function test
399
399
}
400
400
} ) ;
401
401
402
- tape ( 'the function decorates a function (quaternary, pass through)' , function test ( t ) {
402
+ tape ( 'the function decorates a function (quaternary, pass through)' , function test ( t ) {
403
403
var fcn ;
404
404
var v ;
405
405
@@ -416,7 +416,7 @@ tape( 'the function decorates a function (quaternary, pass through)', function t
416
416
}
417
417
} ) ;
418
418
419
- tape ( 'the function decorates a function (quinary, transform)' , function test ( t ) {
419
+ tape ( 'the function decorates a function (quinary, transform)' , function test ( t ) {
420
420
var fcn ;
421
421
var v ;
422
422
@@ -437,7 +437,7 @@ tape( 'the function decorates a function (quinary, transform)', function test( t
437
437
}
438
438
} ) ;
439
439
440
- tape ( 'the function decorates a function (quinary, pass through)' , function test ( t ) {
440
+ tape ( 'the function decorates a function (quinary, pass through)' , function test ( t ) {
441
441
var fcn ;
442
442
var v ;
443
443
@@ -454,7 +454,7 @@ tape( 'the function decorates a function (quinary, pass through)', function test
454
454
}
455
455
} ) ;
456
456
457
- tape ( 'the function decorates a function (senary, transform)' , function test ( t ) {
457
+ tape ( 'the function decorates a function (senary, transform)' , function test ( t ) {
458
458
var fcn ;
459
459
var v ;
460
460
@@ -475,7 +475,7 @@ tape( 'the function decorates a function (senary, transform)', function test( t)
475
475
}
476
476
} ) ;
477
477
478
- tape ( 'the function decorates a function (senary, pass through)' , function test ( t ) {
478
+ tape ( 'the function decorates a function (senary, pass through)' , function test ( t ) {
479
479
var fcn ;
480
480
var v ;
481
481
@@ -492,7 +492,7 @@ tape( 'the function decorates a function (senary, pass through)', function test(
492
492
}
493
493
} ) ;
494
494
495
- tape ( 'the function decorates a function (septenary, transform)' , function test ( t ) {
495
+ tape ( 'the function decorates a function (septenary, transform)' , function test ( t ) {
496
496
var fcn ;
497
497
var v ;
498
498
@@ -513,7 +513,7 @@ tape( 'the function decorates a function (septenary, transform)', function test(
513
513
}
514
514
} ) ;
515
515
516
- tape ( 'the function decorates a function (septenary, pass through)' , function test ( t ) {
516
+ tape ( 'the function decorates a function (septenary, pass through)' , function test ( t ) {
517
517
var fcn ;
518
518
var v ;
519
519
@@ -530,7 +530,7 @@ tape( 'the function decorates a function (septenary, pass through)', function te
530
530
}
531
531
} ) ;
532
532
533
- tape ( 'the function decorates a function (octonary, transform)' , function test ( t ) {
533
+ tape ( 'the function decorates a function (octonary, transform)' , function test ( t ) {
534
534
var fcn ;
535
535
var v ;
536
536
@@ -551,7 +551,7 @@ tape( 'the function decorates a function (octonary, transform)', function test(
551
551
}
552
552
} ) ;
553
553
554
- tape ( 'the function decorates a function (octonary, pass through)' , function test ( t ) {
554
+ tape ( 'the function decorates a function (octonary, pass through)' , function test ( t ) {
555
555
var fcn ;
556
556
var v ;
557
557
@@ -568,7 +568,7 @@ tape( 'the function decorates a function (octonary, pass through)', function tes
568
568
}
569
569
} ) ;
570
570
571
- tape ( 'the function decorates a function (novenary, transform)' , function test ( t ) {
571
+ tape ( 'the function decorates a function (novenary, transform)' , function test ( t ) {
572
572
var fcn ;
573
573
var v ;
574
574
@@ -589,7 +589,7 @@ tape( 'the function decorates a function (novenary, transform)', function test(
589
589
}
590
590
} ) ;
591
591
592
- tape ( 'the function decorates a function (novenary, pass through)' , function test ( t ) {
592
+ tape ( 'the function decorates a function (novenary, pass through)' , function test ( t ) {
593
593
var fcn ;
594
594
var v ;
595
595
@@ -606,7 +606,7 @@ tape( 'the function decorates a function (novenary, pass through)', function tes
606
606
}
607
607
} ) ;
608
608
609
- tape ( 'the function decorates a function (denary, transform)' , function test ( t ) {
609
+ tape ( 'the function decorates a function (denary, transform)' , function test ( t ) {
610
610
var fcn ;
611
611
var v ;
612
612
@@ -627,7 +627,7 @@ tape( 'the function decorates a function (denary, transform)', function test( t)
627
627
}
628
628
} ) ;
629
629
630
- tape ( 'the function decorates a function (denary, pass through)' , function test ( t ) {
630
+ tape ( 'the function decorates a function (denary, pass through)' , function test ( t ) {
631
631
var fcn ;
632
632
var v ;
633
633
@@ -644,7 +644,7 @@ tape( 'the function decorates a function (denary, pass through)', function test(
644
644
}
645
645
} ) ;
646
646
647
- tape ( 'the function decorates a function (multary, transform)' , function test ( t ) {
647
+ tape ( 'the function decorates a function (multary, transform)' , function test ( t ) {
648
648
var fcn ;
649
649
var v ;
650
650
@@ -665,7 +665,7 @@ tape( 'the function decorates a function (multary, transform)', function test( t
665
665
}
666
666
} ) ;
667
667
668
- tape ( 'the function decorates a function (multary, pass through)' , function test ( t ) {
668
+ tape ( 'the function decorates a function (multary, pass through)' , function test ( t ) {
669
669
var fcn ;
670
670
var v ;
671
671
0 commit comments