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

20 lines
274 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`bom.css - css-verify 1`] = `

/* Block comment */
html {
content: "#{1}";
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/* Block comment */
html {
content: "#{1}";
}
`;