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

16 lines
205 B
Plaintext

exports[`test test.js 1`] = `
"var a = 0;
function foo(x) { }
foo(\"\");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
var a = 0;
function foo(x) {
}
foo(\"\");
"
`;