Sha256: ba35262ef9e162cb4fd1c6a7300a396d0f7e14598baa58aaf5d7a95642d556a9

Contents?: true

Size: 523 Bytes

Versions: 7

Compression:

Stored size: 523 Bytes

Contents

var Fixtures = {
  People: [
    {name: 'Sam Stephenson',    nickname: 'sam-'},
    {name: 'Marcel Molina Jr.', nickname: 'noradio'},
    {name: 'Scott Barron',      nickname: 'htonl'},
    {name: 'Nicholas Seckar',   nickname: 'Ulysses'}
  ],
  
  Nicknames: $w('sam- noradio htonl Ulysses'),
  
  Basic: [1, 2, 3],
  
  Primes: [
     1,  2,  3,  5,  7,  11, 13, 17, 19, 23,
    29, 31, 37, 41, 43,  47, 53, 59, 61, 67,
    71, 73, 79, 83, 89,  97
  ],
  
  Z: []
};

for (var i = 1; i <= 100; i++)
  Fixtures.Z.push(i);

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
Fingertips-headless-squirrel-0.2.0 test/regression/prototype/unit/fixtures/enumerable.js
Fingertips-headless-squirrel-0.3.0 test/regression/prototype/unit/fixtures/enumerable.js
Fingertips-headless-squirrel-0.4.0 test/regression/prototype/unit/fixtures/enumerable.js
Fingertips-headless-squirrel-0.5.0 test/regression/prototype/unit/fixtures/enumerable.js
alloy-js-test-san-0.1.0 test/regression/prototype/unit/fixtures/enumerable.js
alloy-js-test-san-0.1.1 test/regression/prototype/unit/fixtures/enumerable.js
headless-squirrel-0.5.1 test/regression/prototype/unit/fixtures/enumerable.js