// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`cursorOffset should not be affected by full-width character (stdout) 1`] = ` "const x = [ \\"中文\\", \\"中文\\", \\"中文\\", \\"中文\\", \\"中文\\", \\"中文\\", \\"中文\\", \\"中文\\", \\"中文\\", \\"中文\\", \\"中文\\" ]; " `; exports[`cursorOffset should not be affected by full-width character (write) 1`] = `Array []`; exports[`write cursorOffset to stderr with --cursor-offset (stderr) 1`] = ` "1 " `; exports[`write cursorOffset to stderr with --cursor-offset (stdout) 1`] = ` "1; " `; exports[`write cursorOffset to stderr with --cursor-offset (write) 1`] = `Array []`;