test('Match a word with really ignore-case', () => {
      const filterExpr = gic('SPEC');
      expect(isMatch(filterExpr)(header)).toBe(true);
    });