summaryrefslogtreecommitdiffstats
path: root/node_modules/buffer-xor/test/fixtures.json
blob: 6f3431efce9fbac570e1ee959653e0ec7cae4a84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
  {
    "a": "000f",
    "b": "f0ff",
    "expected": "f0f0"
  },
  {
    "a": "000f0f",
    "b": "f0ff",
    "mutated": "f0f00f",
    "expected": "f0f0"
  },
  {
    "a": "000f",
    "b": "f0ffff",
    "expected": "f0f0"
  },
  {
    "a": "000000",
    "b": "000000",
    "expected": "000000"
  }
]