Files
Oliver Eyton-Williams a3a678b7af chore: remove old parser
2021-02-02 09:51:02 +05:30

496 B

--seed--

--before-user-code--

body {
  etc: ''
}
<!-- comment -->

--seed-contents--

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

--after-user-code--

body {
  background: blue;
}
function teardown(params) {
  // after
}

--solutions--

::id{#html-key}

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