increase test coverage

pull/7738/head
Rich Harris 8 years ago
parent 4c6b3b79da
commit 991c9b42ae

@ -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…
Cancel
Save