it('throws on non-data contents', () => {
    const source = '_hello 42'
    expect(() => readCIF(source)).to.throw(ParsingError)
  })