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

15 lines
240 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`try.js 1`] = `
"try
/* missing comment */
{;}
finally {}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try {
/* missing comment */
} finally {
}
"
`;