Skip to content

Commit 614393e

Browse files
committed
add sigil-expression-function-body test against regression (sveltejs#3756)
1 parent ebf7a90 commit 614393e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default {
2+
html: `@foo`
3+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{(() => '@foo')()}

0 commit comments

Comments
 (0)