Skip to content

Commit 311e17f

Browse files
committed
test: update snapshot due to automatically added trails
1 parent ec206c1 commit 311e17f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/markdown/__snapshots__/snippet.spec.js.snap

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
exports[`snippet import snippet 1`] = `
44
<pre><code class="language-js">export default function () {
55
// ..
6-
}</code></pre>
6+
}
7+
</code></pre>
78
`;
89

910
exports[`snippet import snippet with highlight multiple lines 1`] = `
1011
<div class="highlight-lines">
1112
<div class="highlighted">&nbsp;</div>
1213
<div class="highlighted">&nbsp;</div>
1314
<div class="highlighted">&nbsp;</div>
15+
<br>
1416
</div>export default function () { // .. }
1517
`;
1618
@@ -19,5 +21,6 @@ exports[`snippet import snippet with highlight single line 1`] = `
1921
<div class="highlighted">&nbsp;</div>
2022
<br>
2123
<div class="highlighted">&nbsp;</div>
24+
<br>
2225
</div>export default function () { // .. }
2326
`;

0 commit comments

Comments
 (0)