describe('Escaping', () => {
  it('parentheses (', () => {
    // assertions
  });
  it('brackets [', () => {
    // assertions
  });
});
