Skip to content

Commit 752d3f9

Browse files
committed
add the harder test
1 parent a92bc2d commit 752d3f9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { test } from '../../test';
22

33
export default test({
4-
html: '013'
4+
html: '013/023'
55
});
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
{#snippet snip(a, b = 1, c = (2, 3))}
2-
{a}{b}{c}
1+
{#snippet one(a, b = 1, c = (2, 3))}
2+
{a}{b}{c}
33
{/snippet}
44

5-
{@render snip(0)}
5+
{#snippet two(a, b = (1, 2), c = 3)}
6+
{a}{b}{c}
7+
{/snippet}
8+
9+
{@render one(0)}/{@render two(0)}

0 commit comments

Comments
 (0)