test('Match a quoted string', () => {
      const filterExpr = gic('spec head');
      expect(isMatch(filterExpr)(header)).toBe(true);
    });