test('After : in a tag filter', () => {
      expectComputation(':a| ', 3).toEqual(tagNames.map((x) => `:a|${x} `));
    });