it('returns a space code for missing positions', () => {
      expect(String.fromCharCode(stream.readCharCode(42))).to.equal(' ')
    })