Skip to content

Commit 084f7f9

Browse files
committed
chore: update purity snapshot
1 parent 15c6306 commit 084f7f9

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 = Math.max(0, Math.min(0, 100));
1212

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

0 commit comments

Comments
 (0)