File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
packages/svelte/tests/runtime-legacy/samples/pre-tag Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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>${ ' ' }
3635newline after leading space</pre></div> <pre id="pre-with-multiple-leading-newlines">
37-
3836multiple leading newlines</pre>${ ssr ? '<!--]-->' : '' } ` ;
3937}
You can’t perform that action at this time.
0 commit comments