Updated marko tests

This commit is contained in:
Patrick Steele-Idem 2016-04-29 00:26:07 -06:00
parent 9ff770c3f0
commit e4168688d6
3 changed files with 9 additions and 15 deletions

View File

@ -1,6 +1,6 @@
<if(data.items)>
<for(item in data.items)>
<div>${item.name}</div>
</for>
<for(item in data.items)>
<div>${item.name}</div>
</for>
</if>
<else>content</else>

View File

@ -1,6 +1,2 @@
<if test="${data.items}">
content
</if>
<else>
content
</else>
<if(data.items)>content</if>
<else>content</else>

View File

@ -1,6 +1,4 @@
<if test="${data.items}">
content
</if>
<else>
content
</else>
if(data.items)
- content
else
- content