Home | History | Annotate | Download | only in tests
      1 {
      2   pos: {
      3     x: 1,
      4     y: 2,
      5     z: 3,
      6     test1: 3,
      7     test2: Green,
      8     test3: {
      9       a: 5,
     10       b: 6
     11     }
     12   },
     13   hp: 80,
     14   name: "MyMonster",
     15   inventory: [
     16     0,
     17     1,
     18     2,
     19     3,
     20     4
     21   ],
     22   test_type: Monster,
     23   test: {
     24     name: "Fred"
     25   },
     26   test4: [
     27     {
     28       a: 10,
     29       b: 20
     30     },
     31     {
     32       a: 30,
     33       b: 40
     34     }
     35   ],
     36   testarrayofstring: [
     37     "test1",
     38     "test2"
     39   ],
     40   testhashs32_fnv1: -579221183,
     41   testhashu32_fnv1: 3715746113,
     42   testhashs64_fnv1: 7930699090847568257,
     43   testhashu64_fnv1: 7930699090847568257,
     44   testhashs32_fnv1a: -1904106383,
     45   testhashu32_fnv1a: 2390860913,
     46   testhashs64_fnv1a: 4898026182817603057,
     47   testhashu64_fnv1a: 4898026182817603057
     48 }
     49