prettier/tests_integration/__tests__/__snapshots__/cursor-offset.js.snap

33 lines
697 B
Plaintext

// 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 <int> (stderr) 1`] = `
"1
"
`;
exports[`write cursorOffset to stderr with --cursor-offset <int> (stdout) 1`] = `
"1;
"
`;
exports[`write cursorOffset to stderr with --cursor-offset <int> (write) 1`] = `Array []`;