Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Feb 7, 2025
1 parent 01272cd commit 4f67da9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions test/roundtrip/roundtrip-fixtures/lists-with-code.output.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<pre><code>const foo = 'bar';
const foo = 'bar';
</code></pre>
<p><br>Text<code>const foo = 'bar';</code></p>
<p>Text<code>const foo = 'bar';</code></p>
</li>
<li>
<pre><code>const foo = 'bar';
const bar = 'foo';
</code></pre>
<p><br>Text</p>
<p>Text</p>
<pre><code>const foo = 'bar';
const bar = 'foo';
</code></pre>
Expand All @@ -50,4 +50,4 @@
</main>
<footer></footer>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<img loading="lazy" alt="" src="./media_300.png?width=750&#x26;format=png&#x26;optimize=medium">
</picture>
</p>
<p><br>Text</p>
<p>Text</p>
<p>
<picture>
<source type="image/webp" srcset="./media_300.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
Expand All @@ -72,11 +72,11 @@
<img loading="lazy" alt="" src="./media_300.png?width=750&#x26;format=png&#x26;optimize=medium">
</picture>
</p>
<p><br><code>const foo = 'bar';</code><br>Sub text</p>
<p><code>const foo = 'bar';</code><br>Sub text</p>
</li>
</ul>
</div>
</main>
<footer></footer>
</body>
</html>
</html>

0 comments on commit 4f67da9

Please sign in to comment.