mirror of https://github.com/sveltejs/svelte
parent
bc6ee3ef9f
commit
f77314f647
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
dev: true
|
||||||
|
};
|
@ -0,0 +1,10 @@
|
|||||||
|
{{#each things as thing}}
|
||||||
|
<span>this only exists...</span>
|
||||||
|
<span>...to increase test coverage</span>
|
||||||
|
{{/each}}
|
||||||
|
|
||||||
|
{{#each things as thing}}{{soDoesThis}}{{/each}}
|
||||||
|
|
||||||
|
{{#each things as thing}}
|
||||||
|
andThis
|
||||||
|
{{/each}}
|
Loading…
Reference in new issue