test('After | in a text filter', () => {
      expectComputation('a| b', 2).toEqual(todoKeywords.map((x) => `a|${x} b`));
    });