prettier/tests/trailing_whitespace/__snapshots__/jsfmt.spec.js.snap

28 lines
487 B
Plaintext
Raw Normal View History

exports[`test trailing.js 1`] = `
"export type Result<T, V> = | { kind: \"not-test-editor1\" } | { kind: \"not-test-editor2\" };
// Note: there are trailing whitespace in this file
\`
\` + \`
\`;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
export type Result<T, V> =
| { kind: \"not-test-editor1\" }
| { kind: \"not-test-editor2\" };
// Note: there are trailing whitespace in this file
\`
2017-01-24 21:54:01 +03:00
\` +
\`
\`;
"
`;