]> 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/#/diff.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 / # / diff.js
1 'use strict';
2
3 module.exports = {
4         __generic: function (t, a) {
5                 a.deep(t.call(this, this), []);
6         },
7         "": function (t, a) {
8                 var x = {}, y = {};
9
10                 a.deep(t.call([1, 'raz', x, 2, 'trzy', y], [x, 2, 'trzy']), [1, 'raz', y],
11                         "Scope longer");
12                 a.deep(t.call([1, 'raz', x], [x, 2, 'trzy', 1, y]), ['raz'],
13                         "Arg longer");
14                 a.deep(t.call([1, 'raz', x], []), [1, 'raz', x], "Empty arg");
15                 a.deep(t.call([], [1, y, 'sdfs']), [], "Empty scope");
16         }
17 };