prettier/tests/stylefmt/content/__snapshots__/jsfmt.spec.js.snap

13 lines
280 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`content.css 1`] = `
div {content: " test 1/2 "; content:' test 1+2';
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
div {
content: " test 1/2 ";
content: ' test 1+2';
}
`;