prettier/tests/handlebars-last-line/__snapshots__/jsfmt.spec.js.snap

81 lines
3.2 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`empty-with-no-trailing-newline.hbs 1`] = `
====================================options=====================================
parsers: ["glimmer"]
printWidth: 80
| printWidth
=====================================input======================================
=====================================output=====================================
================================================================================
`;
exports[`empty-with-no-trailing-newline.hbs 2`] = `
====================================options=====================================
parsers: ["glimmer"]
printWidth: 80
singleQuote: true
| printWidth
=====================================input======================================
=====================================output=====================================
================================================================================
`;
exports[`empty-with-trailing-newline.hbs 1`] = `
====================================options=====================================
parsers: ["glimmer"]
printWidth: 80
| printWidth
=====================================input======================================
=====================================output=====================================
================================================================================
`;
exports[`empty-with-trailing-newline.hbs 2`] = `
====================================options=====================================
parsers: ["glimmer"]
printWidth: 80
singleQuote: true
| printWidth
=====================================input======================================
=====================================output=====================================
================================================================================
`;
exports[`end-of-line-last.hbs 1`] = `
====================================options=====================================
parsers: ["glimmer"]
printWidth: 80
| printWidth
=====================================input======================================
a bare string to hightlight eol last handling
=====================================output=====================================
a bare string to hightlight eol last handling
================================================================================
`;
exports[`end-of-line-last.hbs 2`] = `
====================================options=====================================
parsers: ["glimmer"]
printWidth: 80
singleQuote: true
| printWidth
=====================================input======================================
a bare string to hightlight eol last handling
=====================================output=====================================
a bare string to hightlight eol last handling
================================================================================
`;