test('Match tag and TODO', () => {
      const filterExpr = gtag('spec_tag').concat(gcs('TODO'));
      expectMatch(filterExpr).toBe(true);
    });