You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/validator/samples/svg-child-component-undecla.../input.html

30 lines
531 B

<rect x='{{x}}' y='{{y}}' width='{{width}}' height='{{height}}'/>
{{#each foo as bar}}
<rect x='{{x}}' y='{{y}}' width='{{width}}' height='{{height}}'/>
{{else}}
{{#each foo as bar}}
<rect x='{{x}}' y='{{y}}' width='{{width}}' height='{{height}}'/>
{{/each}}
{{/each}}
{{#if foo}}
{{elseif bar}}
{{#each foo as bar}}
<rect x='{{x}}' y='{{y}}' width='{{width}}' height='{{height}}'/>
{{/each}}
{{else}}
{{#each foo as bar}}
<rect x='{{x}}' y='{{y}}' width='{{width}}' height='{{height}}'/>
{{/each}}
{{/if}}