]> 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/#/compact.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 / # / compact.js
1 'use strict';
2
3 module.exports = {
4         __generic: function (t, a) {
5                 a(t.call(this).length, 3);
6         },
7         "": function (t, a) {
8                 var o, x, y, z;
9                 o = {};
10                 x = [0, 1, "", null, o, false, undefined, true];
11                 y = x.slice(0);
12
13                 a.not(z = t.call(x), x, "Returns different object");
14                 a.deep(x, y, "Origin not changed");
15                 a.deep(z, [0, 1, "", o, false, true], "Result");
16         }
17 };