Skip to content

Commit

Permalink
test for valid sequence expression in const tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Apr 28, 2024
1 parent bda32ed commit 495c1a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
@@ -0,0 +1,5 @@
import { test } from '../../test';

export default test({
html: 'value: baz'
});
@@ -0,0 +1,4 @@
{#if true}
{@const foo = ('bar', 'baz')}
value: {foo}
{/if}

0 comments on commit 495c1a5

Please sign in to comment.