freeCodeCamp/tools/challenge-md-parser/__snapshots__/text-to-data.test.js.snap

20 lines
741 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`text-to-data should have an output to match the snapshot 1`] = `
Object {
"description": "<section id=\\"description\\">
<p>Welcome to freeCodeCamp's HTML coding challenges. These will walk you through web development step-by-step.</p>
<p>Lorem Ipsum with <code>some code</code></p>
<blockquote>
<p>Some text in a blockquote</p>
<p>Some text in a blockquote, with <code>code</code></p>
</blockquote>
<pre><code class=\\"language-html\\">&#x3C;p>We aim to preserve this&#x3C;/p>
</code></pre>
</section>",
"instructions": "<section id=\\"instructions\\">
<p>To pass the test on this challenge, change your <code>h1</code> element's text to say \\"Hello World\\".</p>
</section>",
}
`;