freeCodeCamp/tools/challenge-parser/parser/__fixtures__/with-erm-in-solution.md

342 B

--seed--

--seed-contents--

<html>
  <body>
  </body>
</html>
body {
  background: green;
}
var x = 'y';

--solutions--

::id{#html-key}

<html>
  <body>
  </body>
</html>
body {
--fcc-editable-region--
  background: white;
--fcc-editable-region--
}
var x = 'y';