it('does not add twice', () => {
      const parserList = new ParserList()
      parserList.register(A)
      parserList.register(A)
      expect(formats(parserList)).to.deep.equal(fmtA)