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

11 lines
214 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`insensitive.css 1`] = `
input[type="radio" i] {
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
input[type="radio" i] {
}
`;