]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/exclusion.js
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / node-gyp / node_modules / path-array / node_modules / array-index / node_modules / es6-symbol / node_modules / es5-ext / test / array / # / exclusion.js
1 'use strict';
2
3 module.exports = {
4         __generic: function (t, a) {
5                 var x = {};
6                 a.deep(t.call(this, this, [this[0], this[2], x]), [x]);
7         },
8         "": function (t, a) {
9                 var x = {}, y = {};
10
11                 a.deep(t.call([x, y]), [x, y], "No arguments");
12                 a.deep(t.call([x, 1], [], []), [x, 1], "Empty arguments");
13                 a.deep(t.call([1, 'raz', x], [2, 'raz', y], [2, 'raz', x]), [1, y]);
14         }
15 };