mirror of https://github.com/sveltejs/svelte
fixes #10825pull/10833/head
parent
f8c85d525d
commit
63f82c9605
@ -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';
|
||||
|
||||
export default test({
|
||||
html: '1 2 3 4 5'
|
||||
html: '1 2 3 4 5 6a'
|
||||
});
|
||||
|
||||
Loading…
Reference in new issue