Updated marko tests
This commit is contained in:
parent
9ff770c3f0
commit
e4168688d6
|
@ -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>
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
<if test="${data.items}">
|
||||
content
|
||||
</if>
|
||||
<else>
|
||||
content
|
||||
</else>
|
||||
<if(data.items)>content</if>
|
||||
<else>content</else>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<if test="${data.items}">
|
||||
content
|
||||
</if>
|
||||
<else>
|
||||
content
|
||||
</else>
|
||||
if(data.items)
|
||||
- content
|
||||
else
|
||||
- content
|
Loading…
Reference in New Issue