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