svelte/test/parser/samples/unusual-identifier/input.svelte

3 lines
45 B

{#each things as 𐊧}
<p>{𐊧}</p>
{/each}