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

9 lines
279 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`example.html - html-verify 1`] = `
<span><![CDATA[<sender>John Smith</sender>]]></span>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<span><![CDATA[<sender>John Smith</sender>]]></span>
`;