added whole system from ola4doc
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
var toArray = require('../../../array/to-array')
|
||||
|
||||
, f = function () { return toArray(arguments); };
|
||||
|
||||
module.exports = function (t, a) {
|
||||
a.deep(t.call(f, 1)(2, 3), [1, 2, 3]);
|
||||
};
|
||||
Reference in New Issue
Block a user