dateBasicRecord.baseline 77 B

123456
  1. x === y: true
  2. w !== z: true
  3. y.foo: 3
  4. x.foo: 3
  5. w - z > 0: true
  6. x - y: 0