Skip to content

Commit 80b24ec

Browse files
committed
fix
1 parent d1cf0a8 commit 80b24ec

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/snapshot/samples/purity/_expected/client

1 file changed

+1
-1
lines changed

packages/svelte/tests/snapshot/samples/purity/_expected/client/index.svelte.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Purity($$anchor) {
88
var fragment = root();
99
var p = $.first_child(fragment);
1010

11-
p.textContent = 0;
11+
p.textContent = '0';
1212

1313
var p_1 = $.sibling(p, 2);
1414

0 commit comments

Comments
 (0)