Skip to content

Commit 30d944f

Browse files
Rich-Harrispaoloricciuti
authored andcommitted
Apply suggestions from code review
1 parent caf2675 commit 30d944f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/svelte/tests/runtime-runes/samples/snippet-optional-arguments-defaults/_config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ import { flushSync } from 'svelte';
22
import { test } from '../../test';
33

44
export default test({
5-
html: '012',
6-
ssrHtml: '012'
5+
html: '013'
76
});
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{#snippet snip(a, b = 1, c=2)}
2-
{a}{b}{c}
1+
{#snippet snip(a, b = 1, c = (2, 3))}
2+
{a}{b}{c}
33
{/snippet}
44

55
{@render snip(0)}

0 commit comments

Comments
 (0)