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

17 lines
282 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`pipeline_own_line.js - babylon-verify 1`] = `
function pipeline() {
0
// Comment
|> x
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
function pipeline() {
0 |>
// Comment
x;
}
`;