describe('strformat', () => { test('Those symbols break oxfmt plugin completely:', () => { expect(strformat('[{x}]', true, { x: 'a
b' })).toBe('[a\\u2028b]') expect(strformat('[{x}]', true, { x: 'a
b' })).toBe('[a\\u2029b]') }) test('xyz', () => {}) })