it('throws on missing block name', () => {
    const source = 'data_\n'
    expect(() => readCIF(source)).to.throw(ParsingError)
  })