mirror of https://github.com/sveltejs/svelte
fix: handle multiple snippet parameters with one or more being optional (#10833)
fixes #10825 Co-authored-by: Dominic Gannaway <dg@domgan.com>pull/10869/head
parent
3eef1cb8cf
commit
b468978e4d
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"svelte": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: handle multiple snippet parameters with one or more being optional
|
@ -1,5 +1,5 @@
|
|||||||
import { test } from '../../test';
|
import { test } from '../../test';
|
||||||
|
|
||||||
export default test({
|
export default test({
|
||||||
html: '1 2 3 4 5'
|
html: '1 2 3 4 5 6a'
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in new issue