Added test @for and @if on same el

This commit is contained in:
Patrick Steele-Idem 2016-01-11 10:33:27 -07:00
parent de673d362e
commit 9dabb89baa
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
A , B , C , <div>C</div>

View File

@ -0,0 +1,3 @@
<div for="item in ['red', null, 'blue']" if="item">
${item}
</div>

View File

@ -0,0 +1 @@
exports.templateData = {};