mirror of https://github.com/sveltejs/svelte
add sigil-expression-function-body test against regression (#3756)
parent
ebf7a9024a
commit
614393edcb
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
html: `@foo`
|
||||||
|
};
|
@ -0,0 +1 @@
|
|||||||
|
{(() => '@foo')()}
|
Loading…
Reference in new issue