test('After :', () => {
      expectComputation(': ', 1).toEqual(tagAndPropNames.map((x) => `:${x} `));
    });