Skip to content

Commit b40f677

Browse files
committed
fix test
1 parent 75197c9 commit b40f677

File tree

1 file changed

+1
-3
lines changed
  • packages/svelte/tests/runtime-legacy/samples/pre-tag

1 file changed

+1
-3
lines changed

packages/svelte/tests/runtime-legacy/samples/pre-tag/_config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ function get_html(ssr) {
3131
</span>
3232
E
3333
F
34-
</pre></div> <div id="pre-with-leading-newline"><pre>leading newline</pre> <pre> leading newline and spaces</pre> <pre>
35-
leading newlines</pre></div> <div id="pre-without-leading-newline"><pre>without spaces</pre> <pre> with spaces </pre> <pre>${' '}
34+
</pre></div> <div id="pre-with-leading-newline"><pre>leading newline</pre> <pre> leading newline and spaces</pre> <pre>leading newlines</pre></div> <div id="pre-without-leading-newline"><pre>without spaces</pre> <pre> with spaces </pre> <pre>${' '}
3635
newline after leading space</pre></div> <pre id="pre-with-multiple-leading-newlines">
37-
3836
multiple leading newlines</pre>${ssr ? '<!--]-->' : ''}`;
3937
}

0 commit comments

Comments
 (0)