Skip to content

Commit c273294

Browse files
committed
tweak
1 parent 73796c4 commit c273294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/tests/html_equal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function clean_children(node, opts) {
9696
}
9797

9898
if (has_element_children && node.parentNode) {
99-
node.innerHTML = `\n\t${node.innerHTML.replace(/\n/g, '\n\t')}\n`;
99+
node.innerHTML = `\n\ ${node.innerHTML.replace(/\n/g, '\n ')}\n`;
100100
}
101101

102102
if (template) {

0 commit comments

Comments
 (0)