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

14 lines
207 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`indent.js 1`] = `
with (0) {}
with (0) 1;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
with (0) {
}
with (0) 1;
`;