it('Should consider the field invalid (numeric controlfield tag not beginning with 00), characters: true', () => {
        const field = {'tag': '500', 'value': '123456'};

        try {
          Utils.validateField(field, {characters: true});